-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ehvlinc-app",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode development",
"build": "vue-cli-service build",
"build:dev": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint",
"test:e2e:dev": "vue-cli-service test:e2e --mode testdevelopment",
"test:e2e": "vue-cli-service test:e2e --mode test",
"docs": "documentation build src/**/*.{js,vue} -f html -o docs --shallow",
"readme": "documentation build src/**/*.{js,vue} -f md -o README.md --shallow"
},
"dependencies": {
"anchorme": "^1.1.2",
"axios": "^0.19.0",
"chromedriver": "^75.1.0",
"cycle": "^1.0.3",
"documentation": "^11.0.1",
"jspdf": "^1.5.3",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.14",
"mxgraph": "^3.9.12",
"node-sass": "^4.12.0",
"npm": "^6.10.0",
"selenium-server": "^3.141.59",
"vee-validate": "^2.2.0",
"vue": "^2.5.22",
"vue-fullpage": "^2.0.5",
"vue-fullpage.js": "^0.1.3",
"vue-particles": "^1.0.9",
"vue-router": "^3.0.1",
"vue-smooth-dnd": "^0.8.0",
"vuetify": "^1.5.16",
"vuex": "^3.0.1"
},
"devDependencies": {
"@mdi/font": "^3.5.95",
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.9.2",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.5.3",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"geckodriver": "^1.16.2",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.5.21",
"vuetify-loader": "^1.0.5"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}