-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "cahl_rails",
"private": true,
"dependencies": {
"@rails/webpacker": "^3.0.1",
"babel-preset-react": "^6.24.1",
"bricks.js": "^1.8.0",
"es6-shim": "^0.35.3",
"graphiql": "^0.11.5",
"hellojs": "^1.15.1",
"material-ui": "^0.19.2",
"node-sass": "^4.7.2",
"prop-types": "^15.6.0",
"rails-ujs": "^5.1.5",
"react": "^15.5.4",
"react-alert": "^2.1.3",
"react-apollo": "^1.4.2",
"react-autobind": "^1.0.6",
"react-bootstrap": "^0.31.0",
"react-circular-progressbar": "^0.1.5",
"react-cookie": "^2.1.0",
"react-datetime": "^2.9.0",
"react-dom": "^15.5.4",
"react-dropzone": "^3.13.3",
"react-fontawesome": "^1.6.1",
"react-headroom": "^2.1.6",
"react-modal": "^1.7.7",
"react-redux": "^5.0.5",
"react-router": "3",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"react-s3-uploader": "^4.2.0",
"react-select": "^1.0.0-rc.5",
"react-sortable-hoc": "^0.6.5",
"react-tap-event-plugin": "^2.0.1",
"react-textarea-autosize": "^5.1.0",
"react-tooltip": "^3.3.0",
"react_ujs": "^2.2.1",
"redux": "^3.7.2",
"redux-form": "^7.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"scroll-to-element": "^2.0.0",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4",
"universal-cookie": "^2.1.0",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"webpack-dev-server": "^2.9.1"
}
}