-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.05 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
{
"name": "webpack-rails-example",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.11.1",
"moment": "^2.15.2",
"momentjs": "^2.0.0",
"react": "^15.2.1",
"react-burger-menu": "^1.10.9",
"react-dom": "^15.2.1",
"react-helpers": "https://github.com/tiyindyfee/react-helpers.git",
"react-localstorage": "^0.3.0",
"react-mixin": "^3.0.5",
"react-modal": "^1.6.1",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-router-redux": "^4.0.5",
"react-star-rating-component": "^1.2.2",
"react-stars": "^2.1.0",
"redux": "^3.5.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"stats-webpack-plugin": "^0.2.1",
"url-parse": "^1.1.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "1.7.0",
"webpack-dev-server": "^1.14.1"
}
}