86 lines
2.4 KiB
JSON
86 lines
2.4 KiB
JSON
{
|
|
"name": "HiIRS",
|
|
"version": "0.8.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"clear": "rimraf node_modules&&npm install --registry=https://registry.npm.taobao.org",
|
|
"use:npm": "nrm use npm",
|
|
"use:taobao": "nrm use taobao",
|
|
"update": "ncu -u --target greatest&&npm install --registry=https://registry.npm.taobao.org",
|
|
"deploy": "start ./deploy.sh"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^6.1.0",
|
|
"@element-plus/icons-vue": "^2.0.1",
|
|
"@turf/turf": "^6.5.0",
|
|
"ant-design-vue": "^3.1.0-rc.5",
|
|
"axios": "^0.21.1",
|
|
"clipboard": "^2.0.8",
|
|
"core-js": "^3.15.2",
|
|
"dat.gui": "^0.7.3",
|
|
"dayjs": "^1.10.6",
|
|
"echarts": "^5.3.2",
|
|
"element-plus": "^2.2.2",
|
|
"file-saver": "^2.0.5",
|
|
"gsap": "^2.0.2",
|
|
"image-webpack-loader": "^8.1.0",
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
"imagemin-mozjpeg": "^10.0.0",
|
|
"jquery": "^3.6.0",
|
|
"js-cookie": "^3.0.0-rc.3",
|
|
"md-editor-v3": "^1.11.10",
|
|
"mitt": "^3.0.0",
|
|
"mockjs": "^1.1.0",
|
|
"moment": "^2.29.3",
|
|
"pinyin-pro": "^3.8.3",
|
|
"postprocessing": "^5.3.2",
|
|
"remixicon": "^2.5.0",
|
|
"three": "^0.98.0",
|
|
"three.meshline": "^1.1.0",
|
|
"vue": "^3.1.4",
|
|
"vue-router": "^4.0.10",
|
|
"vue3-video-play": "^1.3.1-beta.6",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@turf/turf": "^6.5.0",
|
|
"@vue/cli-plugin-babel": "^4.5.9",
|
|
"@vue/cli-plugin-eslint": "^4.5.9",
|
|
"@vue/cli-service": "^4.5.9",
|
|
"@vue/compiler-sfc": "^3.1.4",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"babel-eslint": "^11.0.0-beta.2",
|
|
"body-parser": "^1.19.0",
|
|
"chalk": "^4.1.1",
|
|
"chokidar": "^3.5.2",
|
|
"crypto-js": "^4.1.1",
|
|
"eslint": "^7.30.0",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^7.13.0",
|
|
"filemanager-webpack-plugin": "^6.1.4",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^7.3.0",
|
|
"prettier": "^2.3.2",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-prettier": "^8.0.2",
|
|
"stylelint-config-recess-order": "^2.4.0",
|
|
"stylus": "^0.54.5",
|
|
"stylus-loader": "^3.0.2",
|
|
"svg-sprite-loader": "^6.0.9",
|
|
"vab-config": "0.0.8",
|
|
"webpackbar": "^5.0.0-3"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
}
|
|
}
|