-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 850 Bytes
/
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
{
"name": "reactjs-playground",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/marceloogeda/reactjs-playground.git"
},
"author": "Marcelo Ogeda <[email protected]>",
"bugs": {
"url": "https://github.com/marceloogeda/reactjs-playground/issues"
},
"homepage": "https://github.com/marceloogeda/reactjs-playground#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.0",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"express": "^4.13.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"webpack": "^1.12.14",
"body-parser": "^1.4.3"
}
}