bettertend/frontend/package.json

57 lines
1.6 KiB
JSON

{
"name": "atlas-cmms-frontend",
"version": "1.0.0",
"type": "module",
"description": "Enterprise-grade CMMS frontend for Atlas CMMS API",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.ts --fix",
"type-check": "vue-tsc --noEmit",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --watch",
"test:workorders": "vitest run src/components/workorders/__tests__",
"test:workorders:watch": "vitest src/components/workorders/__tests__ --watch"
},
"dependencies": {
"@iconify/json": "^2.2.365",
"@mdi/font": "^7.4.47",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"axios": "^1.6.0",
"chart.js": "^4.5.0",
"dayjs": "^1.11.10",
"feather-icons": "^4.29.2",
"frappe-ui": "^0.1.182",
"pinia": "^2.1.7",
"postcss": "^8.5.6",
"qrcode": "^1.5.4",
"tailwindcss": "^3.4.17",
"unplugin-icons": "^22.2.0",
"vue": "^3.4.0",
"vue-router": "^4.2.5",
"vuetify": "^3.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitest/ui": "^1.0.0",
"@vue/test-utils": "^2.4.0",
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.18.0",
"jsdom": "^23.0.0",
"msw": "^2.10.4",
"typescript": "^5.2.0",
"vite": "^5.0.0",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.0.0",
"vue-tsc": "^1.8.0"
}
}