ifms-printer-manager/web/package.json

35 lines
866 B
JSON
Raw Normal View History

2023-06-15 11:39:13 +00:00
{
"name": "web",
2023-07-10 13:38:17 +00:00
"version": "1.0.0",
2023-06-15 11:39:13 +00:00
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
2023-07-03 19:49:29 +00:00
"apexcharts": "^3.41.0",
2023-06-22 20:00:19 +00:00
"pinia": "^2.0.23",
2023-06-15 11:39:13 +00:00
"roboto-fontface": "*",
"vue": "^3.2.0",
"vue-router": "^4.0.0",
2023-07-03 19:49:29 +00:00
"vue3-apexcharts": "^1.4.1",
2023-06-15 11:39:13 +00:00
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@types/node": "^18.15.0",
"@types/webfontloader": "^1.6.35",
2023-06-22 20:00:19 +00:00
"@vitejs/plugin-vue": "^4.0.0",
2023-06-15 11:39:13 +00:00
"@vue/eslint-config-typescript": "^11.0.0",
2023-06-22 20:00:19 +00:00
"eslint": "^8.0.0",
"eslint-plugin-vue": "^9.0.0",
2023-06-15 11:39:13 +00:00
"typescript": "^5.0.0",
"vite": "^4.2.0",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.2.0"
}
}