forked from matsim-vsp/covid-sim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.09 KB
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": "dataviewer",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@statnett/vue-plotly": "^0.3.2",
"bulma": "^0.8.0",
"convert-seconds": "^1.0.1",
"core-js": "^3.6.4",
"csvtojson": "^2.0.10",
"debounce": "^1.2.0",
"font-awesome": "^4.7.0",
"markdown-it": "^10.0.0",
"marked": "^0.8.0",
"medium-zoom": "^1.0.5",
"moment": "^2.24.0",
"papaparse": "^5.1.1",
"plotly.js": "^1.52.3",
"three": "^0.115.0",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-js-toggle-button": "^1.3.3",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.5",
"vue-slide-bar": "^1.2.0",
"vue-slider-component": "^3.1.2",
"vuex": "^3.1.3",
"yaml": "^1.7.2",
"zip-loader": "^1.1.0"
},
"devDependencies": {
"@types/debounce": "^1.2.0",
"@types/jest": "^24.0.19",
"@types/markdown-it": "^10.0.1",
"@types/marked": "^0.7.2",
"@types/papaparse": "^5.0.3",
"@types/yaml": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-plugin-typescript": "^4.2.0",
"@vue/cli-plugin-unit-jest": "^4.2.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "^4.2.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.1",
"@vue/test-utils": "1.0.0-beta.31",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.1.2",
"html-loader": "^1.0.0",
"ify-loader": "^1.1.0",
"markdown-loader": "^5.1.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"raw-loader": "^4.0.0",
"sass-loader": "^8.0.2",
"typescript": "~3.7.5",
"vue-template-compiler": "^2.6.11"
}
}