-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.72 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
{
"name": "6cosc006w-data-vis",
"version": "13.1.5",
"description": "A Visual Analysis of Student Commute Length, Attendance and Performance at University",
"main": "application.js",
"scripts": {
"build": "webpack --mode development",
"start": "webpack-dev-server --mode development --open",
"build:prod": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evisat/6COSC006W-data-vis.git"
},
"author": "evisat",
"license": "ISC",
"bugs": {
"url": "https://github.com/evisat/6COSC006W-data-vis/issues"
},
"homepage": "https://github.com/evisat/6COSC006W-data-vis#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-core": "^6.18.2",
"babel-loader": "^8.2.1",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.1",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"sass": "^1.29.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"d3": "^5.16.0"
}
}