-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 741 Bytes
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
{
"name": "intensity",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/rob-earwaker/intensity.git",
"author": "Rob Earwaker <rob-earwaker@users.noreply.github.com>",
"license": "MIT",
"mode": "development",
"scripts": {
"start": "webpack-dev-server"
},
"dependencies": {
"d3": "^5.0.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"styled-components": "^3.2.6"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
}
}