-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "TEMPLATE_WEB",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:package": "npm run build && npm run doc",
"lint": "vue-cli-service lint",
"lint:report": "eslint -c .eslintrc.js -f checkstyle src -o target/checkstyle-result.xml",
"test:unit": "vue-cli-service test:unit",
"doc": "esdoc",
"changelog": "markdown CHANGELOG"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"axios": "^0.19.0",
"jdenticon": "^2.2.0",
"moment": "^2.29.1",
"nunjucks": "^3.2.2",
"vue": "^2.6.10",
"vue-axios": "^2.1.5",
"vue-router": "^3.1.3",
"vuetify": "^2.4.4",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.12.0",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-plugin-unit-jest": "^3.12.0",
"@vue/cli-service": "^3.12.0",
"@vue/eslint-config-airbnb": "^4.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"axios-mock-adapter": "^1.17.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.6.0",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.5.1",
"eslint-plugin-cypress": "^2.0.1",
"eslint-plugin-vue": "^5.2.3",
"jest-junit": "^8.0.0",
"markdown-to-html": "0.0.13",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"vue-jest": "^3.0.5",
"vue-template-compiler": "^2.6.10"
},
"jest-junit": {
"outputDirectory": "./target",
"outputName": "tests.xml"
}
}