-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.03 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": "veracross-analyzer",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@types/chroma-js": "^2.1.3",
"@types/md5": "^2.3.1",
"chroma-js": "^2.1.2",
"core-js": "^2.6.12",
"echarts": "^4.9.0",
"element-ui": "^2.15.6",
"md5": "^2.3.0",
"moment": "^2.27.0",
"p-wait-for": "^3.2.0",
"v-charts": "^1.19.0",
"vue": "^2.6.14",
"vue-class-component": "^7.2.5",
"vue-cookies": "^1.7.3",
"vue-property-decorator": "^8.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-typescript": "^3.12.1",
"@vue/cli-service": "^4.5.13",
"sass": "^1.39.0",
"sass-loader": "^8.0.2",
"typescript": "^3.9.10",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}