mayf
2024-09-22 241042fab48c5c930b5de2ae45098bb552b5a4a7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "name": "operation_pc",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "start": "cross-env NODE_APP_INSTANCE=dev NODE_ENV=development nuxt",
    "build:dev": "cross-env NODE_APP_INSTANCE=dev NODE_ENV=production nuxt build",
    "build:prod": "cross-env NODE_APP_INSTANCE=prod NODE_ENV=production nuxt build",
    "launch": "nuxt start",
    "generate:dev": "cross-env NODE_APP_INSTANCE=dev nuxt generate",
    "generate:test": "cross-env NODE_APP_INSTANCE=test nuxt generate",
    "generate:prod": "cross-env NODE_APP_INSTANCE=prod nuxt generate",
    "lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
    "lint:prettier": "prettier --check .",
    "lint": "npm run lint:js && npm run lint:prettier",
    "lintfix": "prettier --write --list-different . && npm run lint:js -- --fix",
    "test": "jest"
  },
  "dependencies": {
    "@nuxtjs/i18n": "^7.3.1",
    "@tinymce/tinymce-vue": "^3.2.8",
    "config": "^3.3.6",
    "core-js": "^3.25.3",
    "cross-env": "^7.0.3",
    "css-vars-ponyfill": "^2.4.8",
    "dayjs": "^1.11.10",
    "echarts": "^5.5.0",
    "el-business": "^1.1.22",
    "el-business-cache-utils": "^1.0.0",
    "el-business-cookie": "^1.0.0",
    "el-business-http": "^1.1.4",
    "el-business-utils": "^1.0.0",
    "element-ui": "^2.15.10",
    "font-awesome": "^4.7.0",
    "lodash.clonedeep": "^4.5.0",
    "lodash.debounce": "^4.0.8",
    "lodash.difference": "^4.5.0",
    "lodash.get": "^4.4.2",
    "lodash.groupby": "^4.6.0",
    "lodash.throttle": "^4.1.1",
    "nuxt": "^2.17.2",
    "path-to-regexp": "^6.2.0",
    "print-js": "^1.6.0",
    "sass": "1.32.13",
    "tinymce": "^5.5.1",
    "uuid": "^9.0.1",
    "vue": "^2.7.10",
    "vue-markdown": "^2.2.4",
    "vue-scrollto": "^2.18.1",
    "vue-server-renderer": "^2.7.10",
    "vue-template-compiler": "^2.7.10"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.19.1",
    "@nuxtjs/eslint-config": "^11.0.0",
    "@nuxtjs/eslint-module": "^3.1.0",
    "@nuxtjs/style-resources": "1.0.0",
    "@vue/test-utils": "^1.3.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^29.1.2",
    "babel-plugin-transform-vue-jsx": "^4.0.0",
    "eslint": "^8.24.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-jest": "^27.0.4",
    "eslint-plugin-nuxt": "^4.0.0",
    "eslint-plugin-vue": "^9.5.1",
    "jest": "^29.1.2",
    "jest-environment-jsdom": "^29.1.2",
    "postcss-px-to-viewport": "^1.1.1",
    "prettier": "^2.7.1",
    "sass-loader": "^10.1.1",
    "tailwindcss": "^3.4.3",
    "terser-webpack-plugin": "^4.2.3",
    "vue-jest": "^3.0.4"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <=8"
  ],
  "engines": {
    "node": "16.x",
    "npm": ">= 7.0.0"
  }
}