123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "name": "feiniao-farm-h5",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "servedev": "vue-cli-service serve --mode dev",
- "servelocal": "vue-cli-service serve --mode local",
- "servepro": "vue-cli-service serve --mode pro",
- "build": "vue-cli-service build --mode pro",
- "build2": "vue-cli-service build --mode dev",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.0.6",
- "@liveqing/liveplayer-v3": "^3.7.32",
- "@turf/turf": "^7.1.0",
- "@vant/area-data": "^1.5.1",
- "@vueuse/core": "^8.7.5",
- "ali-oss": "^6.20.0",
- "axios": "^0.27.2",
- "canvas": "^3.1.0",
- "chroma": "^0.0.1",
- "chroma-js": "^3.1.2",
- "core-js": "^3.8.3",
- "driver.js": "^1.3.1",
- "echarts": "^5.4.1",
- "element-plus": "^2.2.8",
- "es6-promise": "^4.2.8",
- "jquery": "^3.6.3",
- "js-base64": "^3.7.7",
- "mars3d": "^3.8.8",
- "mars3d-cesium": "^1.124.0",
- "mars3d-space": "^3.8.8",
- "mars3d-tdt": "^3.8.8",
- "mitt": "^3.0.1",
- "node-polyfill-webpack-plugin": "^4.1.0",
- "npm": "^9.2.0",
- "nprogress": "^0.2.0",
- "ol": "^6.15.1",
- "ol-ext": "^3.2.4",
- "qs": "^6.11.0",
- "qweather-icons": "^1.6.0",
- "vant": "^4.9.4",
- "vue": "^3.2.13",
- "vue-router": "^4.1.0",
- "vue3-openlayers": "^0.1.74",
- "vue3-photo-preview": "^0.3.0",
- "vuex": "^4.0.2",
- "weixin-js-sdk": "^1.6.5",
- "yarn": "^1.22.22"
- },
- "devDependencies": {
- "@babel/core": "^7.12.16",
- "@babel/eslint-parser": "^7.12.16",
- "@element-plus/icons-vue": "^2.0.6",
- "@vue/cli-plugin-babel": "~5.0.0",
- "@vue/cli-plugin-eslint": "~5.0.0",
- "@vue/cli-service": "~5.0.0",
- "compression-webpack-plugin": "^10.0.0",
- "eslint": "^7.32.0",
- "eslint-plugin-vue": "^8.0.3",
- "mockjs": "^1.1.0",
- "prettier": "^2.7.1",
- "sass": "^1.53.0",
- "sass-loader": "^13.0.2",
- "unplugin-auto-import": "^0.15.2",
- "unplugin-icons": "^0.16.1",
- "vue": "^3.2.47",
- "vue-cli-plugin-axios": "^0.0.4",
- "vue-cli-plugin-element-plus": "^0.0.13",
- "webpack": "^5.73.0"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/vue3-essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "@babel/eslint-parser"
- },
- "rules": {}
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead",
- "not ie 11"
- ]
- }
|