mirror of
https://gitcode.com/leisileken/cloud-smart.git
synced 2026-09-11 10:27:20 +08:00
Initial commit: 西安云阶智元信息科技有限公司官网
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "cloud-smart",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"vue": "^3.4.21",
|
||||
"vue-router": "^4.3.0",
|
||||
"element-plus": "^2.6.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.11.0",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"typescript": "^5.4.5",
|
||||
"vite": "^8.0.16",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"vue-tsc": "^3.3.5",
|
||||
"tailwindcss": "^3.4.14",
|
||||
"postcss": "^8.4.38",
|
||||
"autoprefixer": "^10.4.19"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user