This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.96 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
{
"name": "bumps",
"version": "0.4.5",
"description": "Website for www.cambridgebumps.com",
"keywords": [
"d3",
"bumps"
],
"license": "BSD-3-Clause",
"main": "build/d3-bumps.js",
"jsnext:main": "index",
"homepage": "http://www.cambridgebumps.com/",
"repository": {
"type": "git",
"url": "https://github.com/johnwalley/bumps.git"
},
"scripts": {
"results": "node results/generate_results.js",
"build": "rm -rf out/* && webpack --config webpack.prod.js",
"start": "webpack-dev-server -d --inline --history-api-fallback --output-public-path http://localhost:8080/ --progress --colors --config webpack.dev.js",
"test": "babel-tape-runner test/**/*-test.js",
"lint": "eslint src/"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"eslint": "^4.18.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"redux-devtools": "^3.4.1",
"tape": "^4.9.0",
"webpack-dev-server": "^2.9.7"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react": "^6.24.1",
"babel-tape-runner": "^2.0.1",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.10",
"d3-bumps-chart": "^0.11.0",
"d3-selection": "^1.3.0",
"d3-transition": "^1.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"json-loader": "^0.5.7",
"material-ui": "^0.20.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-media": "^1.8.0",
"react-redux": "^5.0.7",
"react-router": "^3.0.2",
"react-share": "^1.18.0",
"react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.2"
}
}