-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
52 lines (52 loc) · 1.62 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
{
"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": "v2-latest",
"vuex": "^3.6.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.315.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-vue2": "^2.2.0",
"bowser": "^2.11.0",
"jsdom": "^23.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lz-string": "^1.4.4",
"pdfjs-dist": "^4.4.168",
"sass": "^1.51.0",
"typescript": "~4.7.4",
"undo-manager": "^1.0.5",
"vite": "^4.1.4",
"vite-plugin-static-copy": "^0.13.1",
"vitest": "^0.29.3",
"vitest-canvas-mock": "^0.3.3",
"vue-i18n": "^8.26.7",
"vue-js-toggle-button": "^1.3.3",
"vue-select": "^3.11.2",
"vuedraggable": "^2.24.3",
"zcanvas": "^5.1.8"
}
}