38 lines
914 B
JSON
38 lines
914 B
JSON
{
|
|
"name": "establo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"e2e": "cypress run",
|
|
"cypress": "cypress open"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.2.96",
|
|
"ag-grid-enterprise": "^30.0.5",
|
|
"ag-grid-vue3": "^30.0.5",
|
|
"chart.js": "^4.3.0",
|
|
"material-design-icons-iconfont": "^6.7.0",
|
|
"mqtt": "^4.3.7",
|
|
"roboto-fontface": "*",
|
|
"vue": "^3.3.4",
|
|
"vue-chartjs": "^5.2.0",
|
|
"vue-currency-input": "^3.0.5",
|
|
"vue-pivottable": "^0.4.64",
|
|
"vue-router": "^4.2.4",
|
|
"vuetify": "^3.3.9",
|
|
"vuex": "^4.1.0",
|
|
"webfontloader": "^1.6.28"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"cypress": "^12.17.2",
|
|
"vite": "^4.4.6",
|
|
"vue-cli-plugin-vuetify": "~2.5.8",
|
|
"vue-jest": "^5.0.0-alpha.10",
|
|
"webpack-plugin-vuetify": "^2.0.1"
|
|
}
|
|
}
|