-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "octo-board",
"version": "2.10.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:report": "eslint -c .eslintrc.js -f checkstyle src -o reports/checkstyle-result.xml",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit",
"changelog": "markdown CHANGELOG",
"rebuild": "npm rebuild node-sass",
"sonar": "sonar-scanner",
"changelogToJson": "node changelogToJson.js"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"axios": "^0.21.1",
"core-js": "^3.16.0",
"jdenticon": "^3.1.0",
"moment": "^2.29.1",
"nunjucks": "^3.2.3",
"sass": "^1.37.5",
"vue": "^2.6.14",
"vue-axios": "^3.2.5",
"vue-chart-js": "^1.4.1",
"vue-router": "^3.5.2",
"vuetify": "^2.5.8",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "^1.2.2",
"axios-mock-adapter": "^1.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^27.0.6",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.15.1",
"jest-sonar-reporter": "^2.0.0",
"markdown-to-html": "0.0.13",
"node-sass": "^6.0.1",
"sass-loader": "^10",
"sonarqube-scanner": "^2.8.1",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.14"
},
"jestSonar": {
"reportPath": "reports",
"reportFile": "test-reporter.xml",
"indent": 4
}
}