-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 855 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 855 Bytes
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
{
"name": "react-lesson",
"version": "1.0.0",
"description": "React, redux, babel tutorial",
"scripts": {
"start": "wserve",
"build": "NODE_ENV=production rm -rf dist && wbuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/6artisans/react-lesson.git"
},
"author": "6 Artisans",
"bugs": {
"url": "https://github.com/6artisans/react-lesson/issues"
},
"homepage": "https://github.com/6artisans/react-lesson#readme",
"devDependencies": {
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"babel-preset-react-hmre": "1.1.0",
"webpackman": "0.2.1"
},
"dependencies": {
"isomorphic-fetch": "2.2.1",
"react": "0.14.7",
"react-dom": "0.14.7",
"react-redux": "4.4.0",
"react-router": "2.0.0",
"redux": "3.3.1",
"redux-thunk": "1.0.3"
}
}