first commit
This commit is contained in:
30
package.json
Normal file
30
package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "vite-vue3-template",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.7.7",
|
||||
"element-plus": "^2.8.1",
|
||||
"less": "^4.2.0",
|
||||
"naive-ui": "^2.44.1",
|
||||
"vue": "^3.4.37",
|
||||
"vue-router": "4",
|
||||
"vuex": "^4.0.2",
|
||||
"vuex-persist": "^3.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.1.2",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.44",
|
||||
"sass": "^1.77.8",
|
||||
"tailwindcss": "^3.4.10",
|
||||
"unplugin-vue-components": "^0.22.4",
|
||||
"vite": "^5.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user