12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "name": "psychic_camera_new",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "fix-memory-limit": "cross-env LIMIT=12000 increase-memory-limit",
- "serve": "vue-cli-service serve --host 0.0.0.0",
- "build": "vue-cli-service build",
- "build:pub": "vue-cli-service build --mode production.pub",
- "build:ins": "vue-cli-service build --mode production.ins",
- "build:lan": "vue-cli-service build --mode production.lan",
- "lint": "vue-cli-service lint",
- "webpack": "webpack --version"
- },
- "dependencies": {
- "amfe-flexible": "^2.2.1",
- "axios": "^0.21.4",
- "clipboard": "^2.0.11",
- "core-js": "^3.6.5",
- "createjs-npm": "^0.2.0",
- "cross-env": "^7.0.3",
- "crypto-js": "^4.1.1",
- "decimal.js": "^10.4.3",
- "echarts": "^5.2.1",
- "echarts-stat": "^1.2.0",
- "element-ui": "^2.15.3",
- "gazefilter": "^0.7.0",
- "html2canvas": "^1.4.1",
- "increase-memory-limit": "^1.0.7",
- "jspdf": "^2.5.1",
- "jsplumb": "^2.15.6",
- "md5": "^2.3.0",
- "postcss-px2rem": "^0.3.0",
- "qrcode.vue": "^3.3.3",
- "qrcodejs2": "0.0.2",
- "screenfull": "^4.2.1",
- "vant": "^2.12.26",
- "vue": "^2.6.11",
- "vue-count-to": "^1.0.13",
- "vue-round-slider": "^1.0.1",
- "vue-router": "^3.0.7",
- "vuex": "^2.0.0",
- "vuex-persist": "^3.1.3",
- "vuex-persistedstate": "^4.1.0"
- },
- "devDependencies": {
- "@vue/cli-plugin-babel": "~4.5.0",
- "@vue/cli-plugin-eslint": "~4.5.0",
- "@vue/cli-plugin-router": "^4.5.13",
- "@vue/cli-service": "~4.5.0",
- "babel-eslint": "^10.1.0",
- "compression-webpack-plugin": "^6.1.1",
- "eslint": "^6.7.2",
- "eslint-plugin-vue": "^6.2.2",
- "node-sass": "^4.14.1",
- "postcss-px-to-viewport": "^1.1.1",
- "sass-loader": "^7.3.1",
- "terser-webpack-plugin": "^4.2.3",
- "uglifyjs-webpack-plugin": "^2.2.0",
- "vue-template-compiler": "^2.6.11",
- "vue2-svg-icon": "^1.3.2"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "babel-eslint"
- },
- "rules": {}
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead"
- ]
- }
|