59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "gci-boot-template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "vite",
|
|
"prop": "vite --mode production",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@amap/amap-jsapi-types": "^0.0.13",
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@vueuse/core": "^10.3.0",
|
|
"axios": "^1.4.0",
|
|
"crypto-js": "^4.1.1",
|
|
"dayjs": "^1.11.9",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.9",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^2.1.6",
|
|
"swiper": "^11.0.3",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4",
|
|
"vue3-print-nb": "^0.1.4",
|
|
"xgplayer": "^3.0.9"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.6.7",
|
|
"@commitlint/config-conventional": "^17.6.7",
|
|
"@gci/prettier-config": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.2.0",
|
|
"@typescript-eslint/parser": "^6.2.0",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"husky": "^8.0.0",
|
|
"lint-staged": "^13.2.3",
|
|
"postcss": "^8.4.28",
|
|
"prettier": "^3.0.0",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"sass": "^1.66.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-html": "^3.2.0",
|
|
"vue-tsc": "^1.8.5"
|
|
}
|
|
}
|