-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 873 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
{
"name": "xiaohongshu_vue",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"dayjs": "^1.11.13",
"element-plus": "^2.8.8",
"google-timezones-json": "^1.2.0",
"lucide-vue-next": "^0.469.0",
"magic-bytes.js": "^1.10.0",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.3",
"streamsaver": "^2.0.6",
"vue": "^3.4.14"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/streamsaver": "^2.0.5",
"@vicons/fluent": "^0.12.0",
"@vitejs/plugin-vue": "^5.0.3",
"sass": "^1.81.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.0.11",
"vite-plugin-monkey": "^3.5.1",
"vue-tsc": "^1.8.27"
}
}