You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
685 B
31 lines
685 B
{
|
|
"name": "front",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.7",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"chart.js": "^4.5.0",
|
|
"feather-icons": "^4.29.2",
|
|
"sass": "^1.89.2",
|
|
"vite-plugin-mkcert": "^1.17.8",
|
|
"vue": "^3.5.17",
|
|
"vue-chartjs": "^5.3.2",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"prettier": "3.5.3",
|
|
"vite": "^7.0.0",
|
|
"vite-plugin-vue-devtools": "^7.7.7"
|
|
}
|
|
}
|