-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 733 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
30
31
{
"name": "image-compress-tools",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"test:e2e": "playwright test"
},
"dependencies": {
"@unhead/vue": "^1.11.20",
"lucide-vue-next": "^1.0.0",
"vue": "^3.4.21",
"vue-i18n": "^9.10.2",
"vue-router": "^4.3.0",
"wasm-feature-detect": "1.6.2"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.4.2",
"vite-plugin-sitemap": "^0.6.1",
"vite-ssg": "^0.23.8"
}
}