-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "gorse-dashboard",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"lint": "vue-cli-service lint",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test": "jest"
},
"dependencies": {
"@highlightjs/vue-plugin": "1.0.2",
"axios": "^0.21.1",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.2",
"jsonpath": "^1.1.1",
"material-icons": "^1.13.1",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"shards-ui": "^2.1.0",
"shards-vue": "^1.0.4",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.1.0",
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-airbnb": "^3.0.3",
"babel-jest": "^26.6.3",
"eslint-plugin-jest": "^24.3.6",
"jest": "^26.6.3",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"ts-jest": "^26.5.6",
"vue-template-compiler": "^2.5.17"
},
"vue": {
"devServer": {
"proxy": "http://localhost:8088"
}
}
}