73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "vuestic-admin",
|
|
"private": true,
|
|
"version": "3.1.0",
|
|
"scripts": {
|
|
"prepare": "husky install",
|
|
"dev": "vite",
|
|
"build": "npm run lint && vue-tsc --noEmit && vite build",
|
|
"build:ci": "vite build",
|
|
"prelint": "npm run format",
|
|
"lint": "eslint --fix './src/**/*.{ts,js,vue}'",
|
|
"format": "prettier --write .",
|
|
"preview": "vite preview"
|
|
},
|
|
"lint-staged": {
|
|
"./src/**/*.{ts,js,vue}": [
|
|
"npm run lint"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@amcharts/amcharts5": "^5.2.19",
|
|
"@amcharts/amcharts5-geodata": "^5.0.3",
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
"@gtm-support/vue-gtm": "^1.6.0",
|
|
"axios": "^0.27.2",
|
|
"chart.js": "^3.8.0",
|
|
"epic-spinners": "^2.0.0",
|
|
"flag-icons": "^6.6.4",
|
|
"ionicons": "^4.6.3",
|
|
"leaflet": "^1.8.0",
|
|
"leaflet-map": "^0.2.1",
|
|
"maplibre-gl": "^2.1.9",
|
|
"medium-editor": "^5.23.3",
|
|
"pinia": "^2.0.16",
|
|
"register-service-worker": "^1.7.1",
|
|
"sass": "^1.53.0",
|
|
"vue": "^3.2.25",
|
|
"vue-chartjs": "^4.1.1",
|
|
"vue-i18n": "^9.1.10",
|
|
"vue-router": "^4.0.14",
|
|
"vue-yandex-maps": "^0.12.3",
|
|
"vuestic-ui": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^5.0.1",
|
|
"@types/leaflet": "^1.7.11",
|
|
"@types/medium-editor": "^5.0.5",
|
|
"@types/node": "^17.0.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
"@typescript-eslint/parser": "^5.20.0",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"autoprefixer": "^10.4.4",
|
|
"echarts": "^5.4.0",
|
|
"eslint": "^8.13.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-vue": "^8.7.0",
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.1",
|
|
"mqtt": "^4.3.7",
|
|
"postcss": "^8.4.12",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.5.4",
|
|
"vite": "^2.9.9",
|
|
"vite-plugin-windicss": "^1.8.8",
|
|
"vue-echarts": "^6.2.3",
|
|
"vue-eslint-parser": "^8.3.0",
|
|
"vue-tsc": "^1.0.10",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|