76 lines
2.1 KiB
JSON
76 lines
2.1 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.3.6",
|
|
"@amcharts/amcharts5-geodata": "^5.1.0",
|
|
"@fortawesome/fontawesome-free": "^6.3.0",
|
|
"@gtm-support/vue-gtm": "^2.0.0",
|
|
"@hyjiacan/vue-slideout": "^3.0.2",
|
|
"axios": "^1.3.4",
|
|
"chart.js": "^4.2.1",
|
|
"epic-spinners": "^2.0.0",
|
|
"flag-icons": "^6.6.6",
|
|
"ionicons": "^4.6.3",
|
|
"leaflet": "^1.9.3",
|
|
"leaflet-map": "^0.2.1",
|
|
"maplibre-gl": "^2.4.0",
|
|
"medium-editor": "^5.23.3",
|
|
"npm-check-updates": "^16.7.10",
|
|
"pinia": "^2.0.33",
|
|
"register-service-worker": "^1.7.2",
|
|
"sass": "^1.58.3",
|
|
"vue": "^3.2.47",
|
|
"vue-chartjs": "^5.2.0",
|
|
"vue-good-table-next": "^0.2.1",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.1.6",
|
|
"vue-yandex-maps": "^0.12.3",
|
|
"vuestic-ui": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
|
|
"@types/leaflet": "^1.9.1",
|
|
"@types/medium-editor": "^5.0.5",
|
|
"@types/node": "^18.14.6",
|
|
"@typescript-eslint/eslint-plugin": "^5.54.1",
|
|
"@typescript-eslint/parser": "^5.54.1",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"autoprefixer": "^10.4.13",
|
|
"echarts": "^5.4.1",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.1.2",
|
|
"mqtt": "^4.3.7",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.4",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.1.4",
|
|
"vite-plugin-windicss": "^1.8.10",
|
|
"vue-echarts": "^6.5.4",
|
|
"vue-eslint-parser": "^9.1.0",
|
|
"vue-tsc": "^1.2.0",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|