8381483f79
Add the front-end sources of the new back-office. The front-end doesn't have any business logic, it only has the pages and the components, so it's purely UI. The front-end was developed in a separate repository until was completed. Change-Id: I382e50789d6b929a67b8a0b887563ef48cb1473d
31 lines
709 B
JSON
31 lines
709 B
JSON
{
|
|
"name": "admin-ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.0.8",
|
|
"@mdi/font": "7.0.96",
|
|
"core-js": "^3.8.3",
|
|
"pinia": "^2.0.23",
|
|
"roboto-fontface": "*",
|
|
"vue": "^3.2.13",
|
|
"vue-router": "^4.1.6",
|
|
"vuetify": "^3.3.5",
|
|
"webfontloader": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"sass": "^1.63.6",
|
|
"vite": "^3.1.9",
|
|
"vite-plugin-vuetify": "^1.0.0-alpha.12"
|
|
}
|
|
}
|