Files
DailyHot/package.json
2023-07-03 17:22:16 +08:00

36 lines
873 B
JSON

{
"name": "dailyhot",
"description": "今日热榜",
"author": "imsyy",
"github": "https://github.com/imsyy",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@icon-park/vue-next": "^1.4.2",
"@jridgewell/sourcemap-codec": "^1.4.14",
"axios": "^1.3.3",
"lunar-calendar": "^0.1.4",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.1.0",
"sass": "^1.56.1",
"scrollreveal": "^4.0.9",
"terser": "^5.16.5",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"naive-ui": "^2.34.3",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.14.1"
}
}