generated from JX3BOX/jx3box-vue-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 2.04 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
{
"name": "event",
"private": true,
"scripts": {
"dev": "env DEV_SERVER=true vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"preview": "env BUILD_MODE=preview vue-cli-service build",
"lint": "vue-cli-service lint",
"inspect": "vue inspect > output.js",
"update": "npm --registry https://registry.npmjs.org install @jx3box/jx3box-common-ui@latest @jx3box/jx3box-common@latest"
},
"dependencies": {
"@jx3box/jx3box-common": "^8.3.1",
"@jx3box/jx3box-common-ui": "^8.9.7",
"axios": "^0.19.2",
"element-ui": "^2.13.0",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"sterilizer": "^0.1.1",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.3",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@babel/compat-data": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@types/lodash": "^4.17.13",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-plugin-vuex": "^4.0.0",
"@vue/cli-service": "^4.1.2",
"babel-eslint": "^10.0.3",
"core-js": "^3.4.3",
"csslab": "^4.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"glob": "^7.1.6",
"husky": "^7.0.4",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^12.3.5",
"style-resources-loader": "^1.3.3",
"vue-cli-plugin-element": "^1.0.1",
"vue-svg-inline-loader": "^1.4.6",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}