39 lines
980 B
JSON
39 lines
980 B
JSON
{
|
|
"name": "duty-schedule-fe",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"build-test": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@oruga-ui/oruga-next": "^0.4.5",
|
|
"@popperjs/core": "^2.10.2",
|
|
"@vuelidate/core": "^2.0.0-alpha.32",
|
|
"@vuelidate/validators": "^2.0.0-alpha.25",
|
|
"axios": "^0.23.0",
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-icons": "^1.6.0",
|
|
"date-fns": "^2.25.0",
|
|
"lodash": "^4.17.21",
|
|
"pinia": "^2.0.0-rc.13",
|
|
"pinia-plugin-persist": "^0.0.92",
|
|
"uuid": "^8.3.2",
|
|
"vue": "^3.2.21",
|
|
"vue-imask": "^6.2.2",
|
|
"vue-router": "^4.0.12",
|
|
"vue-tsc": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bootstrap": "^5.1.6",
|
|
"@types/lodash": "^4.14.176",
|
|
"@types/node": "^16.11.1",
|
|
"@types/uuid": "^8.3.1",
|
|
"@vitejs/plugin-vue": "^1.9.3",
|
|
"sass": "^1.43.2",
|
|
"typescript": "^4.4.4",
|
|
"vite": "^2.6.7"
|
|
}
|
|
}
|