generated from JX3BOX/jx3box-vue-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.83 KB
/
package.json
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
{
"name": "index",
"private": true,
"scripts": {
"dev": "cross-env DEV_SERVER=true vue-cli-service serve",
"serve": "vue-cli-service serve",
"node+": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "vue-cli-service build",
"preview": "cross-env BUILD_MODE=preview vue-cli-service build",
"lint": "vue-cli-service lint",
"inspect": "vue inspect > output.js",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"color-svgo": "svgo -f src/icons/color-svg --config=src/icons/color-svgo.yml",
"update": "npm install --registry https://registry.npmjs.org @jx3box/jx3box-common-ui@latest @jx3box/jx3box-common@latest @jx3box/jx3box-data@latest @jx3box/jx3box-comment-ui@latest @jx3box/jx3box-editor@latest @jx3box/jx3box-bmap@latest @jx3box/jx3box-emotion@latest"
},
"dependencies": {
"@antv/g2plot": "^1.1.28",
"@jx3box/jx3box-bmap": "^0.1.13",
"@jx3box/jx3box-comment-ui": "^2.0.1",
"@jx3box/jx3box-common": "^8.5.4",
"@jx3box/jx3box-common-ui": "^9.0.27",
"@jx3box/jx3box-data": "^3.7.5",
"@jx3box/jx3box-editor": "^2.2.21",
"@jx3box/jx3box-emotion": "^1.2.8",
"animate.css": "^4.1.1",
"axios": "^0.26.1",
"core-js": "^3.21.1",
"dayjs": "^1.11.2",
"driver.js": "^1.3.0",
"element-ui": "^2.13.0",
"jquery": "^3.6.0",
"js-md5": "^0.7.3",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"vue": "^2.6.14",
"vue-clipboard2": "^0.3.3",
"vue-router": "^3.5.3",
"vuedraggable": "^2.24.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/compat-data": "^7.17.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@vue/cli-plugin-babel": "^4.5.17",
"@vue/cli-plugin-eslint": "^4.5.17",
"@vue/cli-plugin-router": "^4.5.17",
"@vue/cli-plugin-vuex": "^4.5.17",
"@vue/cli-service": "^4.5.17",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.3",
"csslab": "^4.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"glob": "^7.2.0",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"style-resources-loader": "1.3.3",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.0",
"vue-cli-plugin-element": "^1.0.1",
"vue-svg-inline-loader": "^1.5.1",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}