-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.71 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
{
"name": "observation-portal-frontend",
"version": "1.12.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev-build": "vue-cli-service build --mode=development",
"lint:fix": "vue-cli-service lint",
"lint:check": "vue-cli-service lint --no-fix",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@vue/composition-api": "^1.7.2",
"bootstrap": "^4.5.3",
"bootstrap-table": "^1.14.2",
"bootstrap-vue": "^2.21.2",
"chart.js": "^2.8.0",
"chartjs-plugin-annotation": "^0.5.7",
"core-js": "^3.6.5",
"html2pdf.js": "^0.9.2",
"jquery": "^3.5.0",
"jquery-file-download": "^1.4.6",
"katex": "^0.12.0",
"lodash": "^4.17.13",
"moment": "^2.22.1",
"ocs-component-lib": "^0.13.2",
"pdf-lib": "^1.12.0",
"popper.js": "^1.16.1",
"vis": "4.19.1",
"vue": "^2.6.11",
"vue-ctk-date-time-picker": "^2.0.9",
"vue-katex": "^0.5.0",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-e2e-cypress": "~4.5.0",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-mocha": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"chai": "^4.1.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.14"
}
}