-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
126 lines (126 loc) · 3.48 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "CoAXs-React",
"version": "2.0.0",
"description": "CoAXs | Bus Priority",
"keywords": [
"react",
"redux",
"CoAXs",
"Bus Priority"
],
"main": "index.js",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/mitTransportAnalyst/CoAXs-React"
},
"engines": {
"node": "6.9.2",
"npm": "3.10.9"
},
"scripts": {
"start": "node server.js",
"startdev": "webpack-dev-server --inline --hot --history-api-fallback --host localhost --port 3000",
"startwatch": "webpack --watch",
"build-dev": "webpack --config webpack.dev.config.js",
"build-prod": "webpack -p --config webpack.prod.config.js",
"test": "mocha --recursive --compilers js:babel-register --require babel-polyfill --require ignore-styles",
"test-watch": "npm test -- --watch",
"doc": "esdoc"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-3"
]
},
"author": "Xin Zheng",
"license": "MIT",
"dependencies": {
"@conveyal/lonlat": "^1.3.0",
"body-parser": "^1.18.2",
"browsochrones": "^1.0.0",
"classnames": "^2.2.5",
"d3-color": "^1.0.3",
"debounce": "^1.0.0",
"debug": "^2.6.4",
"dotenv": "^4.0.0",
"elemental": "^0.6.1",
"es6-promise": "^4.1.1",
"express": "^4.15.2",
"isomorphic-fetch": "^2.2.1",
"jsolines": "^0.2.3",
"leaflet": "^0.7.7",
"leaflet-transitivelayer": "^0.2.0",
"lodash": "^4.17.4",
"lodash.isequal": "^4.5.0",
"lonlng": "0.1.0",
"neal-react": "^0.2.5",
"node-fetch": "^1.7.3",
"path": "^0.12.7",
"react": "^15.2.0",
"react-addons-css-transition-group": "^0.14.8",
"react-bootstrap": "^0.30.7",
"react-bootstrap-switch": "^3.4.5",
"react-d3-basic": "^1.6.11",
"react-d3-tooltip": "^1.4.14",
"react-dom": "^15.2.0",
"react-fontawesome": "^1.5.0",
"react-joyride": "^1.10.1",
"react-leaflet": "^0.12.3",
"react-progressbar.js": "^0.2.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.1",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.7",
"recharts": "^0.21.2",
"redux": "^3.6.0",
"redux-actions": "^1.2.0",
"redux-form": "^6.4.3",
"redux-saga": "^0.14.3",
"transitive-js": "0.9.2",
"uuid": "^2.0.3",
"web-worker-promise-interface": "^0.3.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.17.0",
"babel-runtime": "^6.20.0",
"clean-webpack-plugin": "^0.1.15",
"commitizen": "^2.9.6",
"css-loader": "^0.26.1",
"cz-conventional-changelog": "^2.0.0",
"enzyme": "^2.7.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"ignore-styles": "^5.0.1",
"image-webpack-loader": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"mocha": "^3.2.0",
"node-sass": "^4.3.0",
"react-addons-test-utils": "^15.4.2",
"react-hot-loader": "^1.3.1",
"redux-freeze": "^0.1.5",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webworkify-webpack": "^2.0.5",
"whatwg-fetch": "^2.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}