-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 785 Bytes
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
{
"name": "pixelizer",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --force",
"build": "vite build",
"serve": "vite preview",
"test": "vitest --no-watch",
"typecheck": "npx -p typescript tsc -p tsconfig.check.json --noEmit"
},
"dependencies": {
"@simonwep/pickr": "^1.8.0",
"floating-vue": "^5.2.2",
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.7",
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.51.0",
"typescript": "^4.7.4",
"vite": "^6.4.2",
"vitest": "^4.1.2",
"vite-plugin-static-copy": "^2.3.2",
"vue-i18n": "^9.14.3",
"zcanvas": "^6.0.5"
}
}