This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
forked from wbstack/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.05 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": "wbstack-ui",
"version": "1.0.0",
"private": true,
"description": "WbStack, for quick Wikibase instances",
"author": {
"name": "Addshore"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.4",
"core-js": "^3.18.0",
"typeface-roboto": "1.1.13",
"vue": "^2.6.14",
"vue-recaptcha-v3": "^1.9.0",
"vue-router": "^3.5.2",
"vuetify": "^2.5.8",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-e2e-webdriverio": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-router": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.2.2",
"babel-eslint": "^10.1.0",
"chromedriver": "^93.0.1",
"cross-env": "^7.0.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.18.0",
"geckodriver": "^2.0.4",
"lint-staged": "^11.1.2",
"material-design-icons-iconfont": "^6.1.0",
"msw": "^0.35.0",
"node-notifier": "^10.0.0",
"node-sass": "^6.0.1",
"sass-loader": "^8.0.2",
"semver": "^7.3.5",
"shelljs": "^0.8.4",
"vue-template-compiler": "^2.6.14",
"wdio-chromedriver-service": "^6.0.3",
"wdio-geckodriver-service": "^2.0.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8",
"not dead"
],
"_id": "[email protected]",
"engines": {
"node": ">= 11.0.0",
"npm": ">= 6.4.1"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint",
"git add"
]
},
"readme": "ERROR: No README data found!"
}