-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "bitmappery",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --force",
"build": "vite build --force",
"server": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"test": "vitest --environment jsdom --no-watch",
"typecheck": "npx -p typescript tsc -p tsconfig.check.json --noEmit",
"wasm": "emcc -O3 src/wasm/filters.cpp -s ENVIRONMENT=worker -s ALLOW_MEMORY_GROWTH=1 -s MODULARIZE=1 -s EXPORTED_FUNCTIONS=\"['_malloc', '_free', '_filter']\" -o src/wasm/bin/filters.js"
},
"dependencies": {
"@simonwep/pickr": "^1.8.0",
"buffer": "^6.0.3",
"contactjs": "^1.4.0",
"dropbox": "^10.26.0",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^8.7.1",
"gifshot": "^0.4.5",
"psd.js": "^3.4.1-bata.3",
"register-service-worker": "^1.7.1",
"tiny-script-loader": "^2.2.1",
"v-tooltip": "^2.0.3",
"vue": "^2.7.14",
"vuex": "^3.4.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-vue2": "^2.2.0",
"@vue/cli-service": "^5.0.1",
"@vue/test-utils": "^1.0.3",
"bowser": "^2.11.0",
"jsdom": "^21.1.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lz-string": "^1.4.4",
"pdfjs-dist": "^3.5.141",
"sass": "^1.51.0",
"typescript": "~4.7.2",
"undo-manager": "^1.0.5",
"vite": "^4.1.4",
"vite-plugin-static-copy": "^0.13.1",
"vitest": "^0.29.3",
"vitest-canvas-mock": "^0.2.2",
"vue-i18n": "^8.22.2",
"vue-js-toggle-button": "^1.3.3",
"vue-select": "^3.6.0",
"vuedraggable": "^2.24.3",
"zcanvas": "^5.1.8"
}
}