-
Notifications
You must be signed in to change notification settings - Fork 441
/
package.json
35 lines (35 loc) · 871 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
{
"name": "dailyhot",
"description": "今日热榜",
"author": "imsyy",
"github": "https://github.com/imsyy",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"@jridgewell/sourcemap-codec": "^1.5.0",
"axios": "^1.7.7",
"lunar-calendar": "^0.1.4",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^3.2.3",
"sass": "^1.80.6",
"scrollreveal": "^4.0.9",
"terser": "^5.36.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"naive-ui": "^2.40.1",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.5.5",
"vite-plugin-pwa": "^0.14.7"
}
}