generated from com-480-data-visualization/com-480-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.78 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
{
"name": "epfl-interactive-coursebook",
"version": "0.1.0",
"private": true,
"description": "Interactive visualization of EPFL courses",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build --modern",
"lint": "vue-cli-service lint"
},
"dependencies": {
"aws-sdk": "^2.680.0",
"chart.js": "^2.9.4",
"chartjs-plugin-datalabels": "^0.7.0",
"core-js": "^3.6.4",
"d3": "^5.16.0",
"d3-delaunay": "^5.3.0",
"lodash.debounce": "^4.0.8",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.0",
"vue-router": "^3.2.0",
"vuetify": "^2.2.28"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-pwa": "^4.4.4",
"@vue/cli-plugin-router": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
},
"bugs": {
"url": "https://github.com/valentinoli/epfl-interactive-coursebook/issues"
},
"contributors": [
{
"name": "Valentin Oliver Loftsson",
"email": "valentin.loftsson@epfl.ch"
},
{
"name": "Michael Spierer",
"email": "michael.spierer@epfl.ch"
},
{
"name": "Michal Pleskowicz",
"email": "michal.pleskowicz@epfl.ch"
}
],
"homepage": "http://epfl.space",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/valentinoli/epfl-interactive-coursebook.git"
}
}