-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "spy",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify-icons/material-symbols": "^1.2.25",
"@iconify/vue": "^4.0.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@vueuse/components": "^9.12.0",
"@vueuse/core": "^9.12.0",
"daisyui": "^2.47.0",
"pinia": "^2.0.28",
"tdesign-icons-vue-next": "^0.1.7",
"tdesign-vue-next": "^1.0.2",
"vue": "^3.2.45",
"vue-i18n": "9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"postcss": "^8.4.20",
"postcss-custom-properties": "^13.1.1",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.2.4",
"terser": "^5.16.1",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0"
},
"browserslist": [
"defaults",
"not IE 11"
]
}