59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "dashboard_frontend",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview --port 4173",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/source-sans-pro": "^4.5.10",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@vuestic/ag-grid-theme": "^1.0.3",
|
|
"axios": "^0.27.2",
|
|
"chart.js": "^4.3.0",
|
|
"common-js": "^0.3.8",
|
|
"core-js": "^3.23.3",
|
|
"file-saver": "^2.0.5",
|
|
"font-awesome": "^4.7.0",
|
|
"fortawesome": "^0.0.1-security",
|
|
"http-server": "^14.1.1",
|
|
"ionicons": "^4.6.3",
|
|
"lodash.pick": "^4.4.0",
|
|
"material-icons": "^1.11.4",
|
|
"vue": "^3.2.37",
|
|
"vue-apexcharts": "^1.6.2",
|
|
"vue-chartjs": "^5.2.0",
|
|
"vue-fontawesome": "^0.0.2",
|
|
"vue-i18n": "^9.1.10",
|
|
"vue-router": "^4.0.16",
|
|
"vue3-apexcharts": "^1.4.1",
|
|
"vuestic-ui": "^1.4.6",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/jest": "^28.1.4",
|
|
"@types/node": "^16.11.47",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.5.1",
|
|
"sass": "^1.53.0",
|
|
"sass-loader": "^13.0.2",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^2.9.14",
|
|
"vue-tsc": "^0.38.8"
|
|
}
|
|
}
|