-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.91 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
{
"name": "metricq-wizard-frontend",
"version": "1.0.0",
"description": "A configuration web app for MetricQ",
"author": "ZIH, Technische Universität Dresden",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@metricq/live": "^3.0.1",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/toast": "^3.3.1",
"@vuex-orm/core": "^0.36.3",
"@vuex-orm/plugin-axios": "^0.9.3",
"@vuex-orm/plugin-search": "^0.24.1",
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.1",
"consola": "^2.15.3",
"highcharts": "^10.3.2",
"highcharts-vue": "^1.4.0",
"jquery": "^3.6.0",
"moment": "^2.29.4",
"node-gyp": "^9.1.0",
"nuxt": "^2.15.4",
"popper.js": "^1.16.1",
"timestring": "^6.0.0",
"vue": "^2.6.12",
"vue-async-computed": "^3.9.0",
"vue-chartkick": "0.6.1",
"vue-json-edit": "^1.4.3",
"vue-json-tree": "^0.4.3",
"vuex": "^3.6.0",
"vuex-persistedstate": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.13.14",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@vue/test-utils": "^1.2.0",
"babel-jest": "^26.6.3",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^5.1.3",
"jest": "^26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"typescript": "^4.2.4",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0"
},
"packageManager": "yarn@3.1.1"
}