-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 1.94 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
70
71
72
{
"name": "UberByCity",
"version": "1.0.0",
"description": "Visualising Uber Data",
"scripts": {
"start": "NODE_ENV=development node server.js",
"build": "NODE_ENV=production npm run webpack",
"webpack": "UV_THREADPOOL_SIZE=100 webpack --config webpack.config.production.js --bail",
"clean": "find dist/* -print0 | xargs -0 rm -rfv",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/stevengoldberg/UberByCity"
},
"keywords": [
"react",
"reactjs",
"webpack",
"uber",
"realtime",
"visualization",
"d3"
],
"author": "https://github.com/stevengoldberg",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.0.2",
"babel-core": "^5.4.7",
"babel-eslint": "^4.0.7",
"babel-loader": "^5.1.4",
"babel-runtime": "^5.5.5",
"bootstrap": "^3.3.5",
"bootstrap-webpack": "0.0.3",
"classnames": "^2.1.3",
"css-loader": "^0.18.0",
"cssnext-loader": "^1.0.1",
"csswring": "^4.0.0",
"d3": "^3.5.6",
"es6-promise": "^3.0.2",
"eslint": "^1.1.0",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "^3.2.3",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"imports-loader": "^0.6.4",
"jquery": "^2.1.4",
"keymirror": "^0.1.1",
"node-sass": "^3.1.2",
"object-assign": "^4.0.1",
"postcss-loader": "^0.6.0",
"react": "^0.14.0-rc1",
"react-dom": "^0.14.0-rc1",
"react-hot-loader": "^1.2.7",
"react-redux": "^2.1.2",
"redux": "^3.0.0",
"redux-devtools": "^2.1.2",
"redux-logger": "1.0.6",
"redux-react-router": "^1.0.0-beta1",
"redux-thunk": "^0.1.0",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"underscore": "^1.8.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2",
"yargs": "^3.18.0"
}
}