Files
AlgerMusicPlayer/package.json

30 lines
712 B
JSON
Raw Normal View History

2021-07-19 17:36:48 +08:00
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
2021-09-28 17:31:20 +08:00
"build": "vite build",
2021-07-19 17:36:48 +08:00
"serve": "vite preview"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.2.4",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
2021-07-19 17:36:48 +08:00
"postcss": "^7.0.36",
"sass": "^1.35.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.4",
"vue": "^3.0.5",
"vue-router": "^4.0.10",
"vuex": "^4.0.2"
},
"devDependencies": {
"@sicons/antd": "^0.10.0",
"@vicons/antd": "^0.10.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.5",
"naive-ui": "^2.15.5",
"typescript": "^4.3.2",
"vfonts": "^0.1.0",
"vite": "^2.3.8",
"vue-tsc": "^0.0.24"
}
2021-09-28 17:31:20 +08:00
}