-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 936 Bytes
/
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
{
"name": "chrome-extension-package",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"watch": "vite build --watch",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.7.5",
"gsap": "^3.12.5",
"lodash": "^4.17.21",
"pinia": "^2.1.7",
"vue": "^3.4.19",
"vue-draggable-plus": "^0.4.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"less": "^4.2.0",
"naive-ui": "^2.38.1",
"postcss": "^8.4.35",
"rimraf": "^5.0.5",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.1",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vfonts": "^0.1.0",
"vite": "^5.1.4"
}
}