-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.3 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
{
"name": "react-tutorial",
"version": "0.0.0",
"description": "Code from the React tutorial.",
"main": "server.js",
"engines": {
"node": "0.10.31"
},
"dependencies": {
"body-parser": "^1.9.0",
"bootstrap-webpack": "*",
"express": "^4.9.8",
"jquery": "^2.1.1",
"marked": "^0.3.2",
"react": "^0.11.2",
"react-bootstrap": "^0.12.0",
"sleep": "1.1.8",
"css-loader": "^0.9.0",
"es6-loader": "^0.2.0",
"expose-loader": "^0.5.3",
"extract-text-webpack-plugin": "^0.3.3",
"file-loader": "^0.8.1",
"url-loader": "^0.5.5",
"jsx-loader": "^0.11.2",
"loader-utils": "^0.2.5",
"react-hot-loader": "^0.5.0",
"react": "^0.11.2",
"sass-loader": "^0.2.0",
"style-loader": "^0.8.1",
"webpack": "^1.4.8",
"webpack-dev-server": "^1.6.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/reactjs/react-tutorial.git"
},
"keywords": [
"react",
"tutorial",
"comment",
"example"
],
"author": "petehunt, gaearon, justin808",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-tutorial-hot/issues"
},
"homepage": "https://github.com/gaearon/react-tutorial-hot"
}