songshankun
2023-10-07 2f0b63bbcce1a53a539b6b722ed539120fb35793
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
  "name": "vue-aps-web",
  "version": "1.20.2",
  "eslintConfig": {
    "rules": {
      "eslint-disable-next-line": false
    }
  },
  "scripts": {
    "serve": "vue-cli-service serve --open",
    "start": "npm run serve",
    "dev": "npm run serve",
    "build": "vue-cli-service build",
    "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview",
    "lint": "vue-cli-service lint --fix",
    "test:unit": "vue-cli-service test:unit"
  },
  "dependencies": {
    "@antv/g6": "^4.8.14",
    "@riophae/vue-treeselect": "^0.4.0",
    "af-table-column": "^1.0.3",
    "animate.css": "^4.1.1",
    "axios": "^0.19.2",
    "axios-mock-adapter": "^1.18.1",
    "better-scroll": "^1.15.2",
    "core-js": "^3.4.3",
    "cropperjs": "^1.5.13",
    "d3-force": "^3.0.0",
    "dayjs": "^1.11.7",
    "echarts": "^5.4.1",
    "element-ui": "^2.15.12",
    "faker": "^4.1.0",
    "file-saver": "^2.0.5",
    "flex.css": "^1.1.7",
    "fuse.js": "^5.2.3",
    "gantt-elastic": "^1.0.12",
    "gantt-elastic-header": "^0.1.11",
    "hotkeys-js": "^3.7.3",
    "i": "^0.3.7",
    "js-cookie": "^2.2.1",
    "lodash": "^4.17.19",
    "lowdb": "^1.0.0",
    "mockjs": "^1.1.0",
    "moment": "^2.29.4",
    "npm": "^9.2.0",
    "nprogress": "^0.2.0",
    "pug-plain-loader": "^1.1.0",
    "screenfull": "^5.0.2",
    "sortablejs": "^1.10.1",
    "stylus": "^0.54.8",
    "stylus-loader": "^3.0.2",
    "ua-parser-js": "^0.7.20",
    "vue": "^2.6.11",
    "vue-d3-network": "^0.1.28",
    "vue-i18n": "^8.15.1",
    "vue-router": "^3.1.3",
    "vue-upload-component": "^2.8.23",
    "vuedraggable": "^2.24.3",
    "vuex": "^3.1.2",
    "vuex-persistedstate": "^4.1.0"
  },
  "devDependencies": {
    "@d2-projects/vue-filename-injector": "^1.1.0",
    "@kazupon/vue-i18n-loader": "^0.5.0",
    "@vue/cli-plugin-babel": "^4.1.0",
    "@vue/cli-plugin-eslint": "^4.1.0",
    "@vue/cli-plugin-router": "^4.1.0",
    "@vue/cli-plugin-unit-jest": "^4.1.0",
    "@vue/cli-plugin-vuex": "^4.1.0",
    "@vue/cli-service": "^4.1.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "@vue/test-utils": "^1.0.2",
    "babel-eslint": "^10.0.3",
    "compression-webpack-plugin": "^3.0.1",
    "cz-conventional-changelog": "^3.2.0",
    "eslint": "^6.8.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-vue": "^6.2.2",
    "sass": "^1.23.7",
    "sass-loader": "^8.0.0",
    "svg-sprite-loader": "^4.1.6",
    "text-loader": "^0.0.1",
    "vue-cli-plugin-i18n": "^1.0.1",
    "vue-template-compiler": "^2.6.10",
    "webpack-bundle-analyzer": "^3.6.0",
    "webpack-theme-color-replacer": "^1.3.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d2-projects/d2-admin.git"
  }
}