50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "olhe-ai-dashboard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"start": "json-server --watch db.json --port 3001",
|
|
"mock": "json-server --watch db.json --port 5000",
|
|
"eslint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "^7.4.47",
|
|
"axios": "^1.7.9",
|
|
"pinia": "^2.1.3",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.2",
|
|
"vuetify": "^3.4.0",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^8.48.0",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.0",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"cypress": "^13.2.0",
|
|
"eslint": "^8.48.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"globals": "^15.0.2",
|
|
"jest": "^29.6.0",
|
|
"jsdom": "^21.1.1",
|
|
"json-server": "^0.17.3",
|
|
"msw": "^2.7.0",
|
|
"sonarqube-scanner": "^3.2.0",
|
|
"vite": "^4.4.0",
|
|
"vite-plugin-vue-devtools": "^7.7.1",
|
|
"vitest": "^0.34.1"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
"public"
|
|
]
|
|
}
|
|
}
|