-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 1.88 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
67
68
69
{
"name": "react-crossfilter",
"version": "1.0.0",
"description": "An Interactive Dashboard built with D3, DC, Node & Express, MongoDB, and React",
"main": "server.js",
"scripts": {
"start": "nodemon --exec babel-node server.js",
"build": "rm -r public/bundle.js; webpack-dev-server --config webpack.config.js --hot --inline",
"dev": "webpack -wd"
},
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"axios": "^0.16.1",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.17.2",
"change-case": "^3.0.1",
"classnames": "^2.2.5",
"colorbrewer": "^1.0.0",
"crossfilter": "^1.3.12",
"css-loader": "^0.28.2",
"d3": "^4.10.0",
"d3-format": "^1.2.0",
"d3-request": "^1.0.5",
"d3-scale": "^1.0.6",
"d3-time-format": "^2.0.5",
"dc": "^2.1.6",
"dc-react": "0.0.3",
"express": "^4.15.3",
"js-combinatorics": "^0.5.2",
"json-loader": "^0.5.4",
"mongoose": "^4.10.1",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"path": "^0.12.7",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-select": "^1.0.0-rc.5",
"react-skylight": "^0.4.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1"
},
"devDependencies": {
"compression-webpack-plugin": "^1.0.1",
"webpack": "^2.7.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-dev-server": "^2.6.1",
"webpack-hot-middleware": "^2.18.2"
},
"keywords": [
"React",
"DC",
"D#",
"application"
],
"author": "Jason Mullings",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.heroku.com/react-crossfilter.git"
}
}