32 lines
704 B
JSON
32 lines
704 B
JSON
{
|
|
"name": "aws-ec2-panel",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "echo \"linting is not configured\""
|
|
},
|
|
"dependencies": {
|
|
"@vicons/ionicons5": "^0.13.0",
|
|
"axios": "^1.6.8",
|
|
"chart.js": "^4.4.1",
|
|
"naive-ui": "^2.37.3",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.24",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.17",
|
|
"postcss": "^8.4.35",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^5.1.4",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|