forked from janmarek/react-workshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
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
{
"name": "react-workshop",
"version": "0.0.0",
"description": "React Workshop",
"dependencies": {
"babel-runtime": "~5.8.29",
"bootstrap": "^3.3.5",
"classnames": "~1.2.0",
"font-awesome": "^4.3.0",
"jquery": "~2.1.1",
"react": "~0.14.0",
"react-dom": "~0.14.0",
"react-redux": "~4.0.0",
"redux": "~3.0.4",
"redux-thunk": "~0.1.0"
},
"author": "Jan Marek",
"devDependencies": {
"autoprefixer-loader": "~3.1.0",
"babel": "~5.8.29",
"babel-core": "~5.8.29",
"babel-loader": "~5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"css-loader": "~0.21.0",
"del": "~2.0.2",
"expect2": "~0.4.0",
"extract-text-webpack-plugin": "~0.8.2",
"file-loader": "~0.8.4",
"gulp": "~3.9.0",
"gulp-mocha": "~2.1.3",
"gulp-util": "~3.0.7",
"react-hot-loader": "~1.3.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redux-devtools": "~2.1.5",
"style-loader": "~0.13.0",
"url-loader": "~0.5.6",
"webpack": "~1.12.2",
"express": "~4.13.3",
"redbox-react": "~1.0.1",
"webpack-dev-middleware": "~1.2.0",
"webpack-hot-middleware": "~2.0.0"
}
}