Add all dashboard projects
This commit is contained in:
29
TableTV/package.json
Normal file
29
TableTV/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "vue3-view",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons-vue": "^2.3.1",
|
||||
"axios": "^1.7.7",
|
||||
"element-plus": "^2.8.6",
|
||||
"js-cookie": "^3.0.5",
|
||||
"path": "^0.12.7",
|
||||
"pinia": "^2.2.5",
|
||||
"rollup-plugin-copy": "^3.5.0",
|
||||
"tdesign-vue-next": "^1.10.3",
|
||||
"vue": "^3.5.12",
|
||||
"vue-cookies": "^1.8.4",
|
||||
"vue-router": "^4.4.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"sass": "^1.80.5",
|
||||
"vite": "^5.4.10"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user