12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "name": "space-account-book",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint",
- "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.config.js"
- },
- "dependencies": {
- "@turf/turf": "^6.5.0",
- "@zip.js/zip.js": "^2.3.23",
- "axios": "^0.21.1",
- "core-js": "^3.6.5",
- "echarts": "^5.2.2",
- "js-cookie": "^3.0.0",
- "lodash": "^4.17.21",
- "mapshaper": "^0.5.84",
- "moment": "^2.29.1",
- "normalize.css": "^8.0.1",
- "ol": "^6.9.0",
- "ol-echarts": "^2.0.4",
- "ol-ext": "^3.2.18",
- "proj4": "^2.7.5",
- "qrcode": "^1.5.0",
- "shapefile": "^0.6.6",
- "view-design": "^4.6.1",
- "vue": "^2.6.11",
- "vue-clipboard2": "^0.3.3",
- "vue-count-to": "^1.0.13",
- "vue-perfect-scrollbar": "^0.2.1",
- "vue-router": "^3.2.0",
- "vuex": "^3.4.0",
- "wkx": "^0.5.0",
- "html-to-image": "^1.3.21",
- "html2canvas": "^1.3.2",
- "jspdf": "^2.3.0"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "~4.5.0",
- "@vue/cli-plugin-vuex": "~4.5.0",
- "@vue/cli-service": "~4.5.0",
- "@vue/eslint-config-standard": "^5.1.2",
- "babel-eslint": "^10.1.0",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "body-parser": "^1.19.0",
- "chalk": "^2.4.2",
- "chokidar": "^3.5.2",
- "eslint": "^6.7.2",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.0",
- "eslint-plugin-vue": "^6.2.2",
- "lint-staged": "^9.5.0",
- "lowdb": "^1.0.0",
- "mockjs": "^1.1.0",
- "sass": "^1.26.5",
- "sass-loader": "^8.0.2",
- "script-ext-html-webpack-plugin": "^2.1.5",
- "svg-sprite-loader": "^6.0.11",
- "vue-template-compiler": "^2.6.11"
- },
- "gitHooks": {
- "pre-commit": "lint-staged"
- },
- "lint-staged": {
- "*.{js,jsx,vue}": [
- "vue-cli-service lint",
- "git add"
- ]
- }
- }
|