-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "wintour",
"version": "1.0.0",
"description": "Iconographic Visualization of Predictive Models",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"start": "webpack-dev-server --hot --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damoncrockett/wintour.git"
},
"author": "Damon Crockett",
"license": "ISC",
"bugs": {
"url": "https://github.com/damoncrockett/wintour/issues"
},
"homepage": "https://github.com/damoncrockett/wintour#readme",
"devDependencies": {
"buble": "^0.19.6",
"buble-loader": "^0.5.1",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"d3-array": "^2.0.3",
"d3-axis": "^1.0.12",
"d3-scale": "^2.2.2",
"d3-selection": "^1.3.2",
"lodash": "^4.17.11",
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}