-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 887 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
32
33
34
35
36
37
{
"name": "scratch",
"version": "1.0.0",
"description": "react app from scratch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [
"Manuel",
"Caballero"
],
"author": "Manuel Caballero",
"license": "MIT",
"dependencies": {
"express": "^4.14.0",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.22.0",
"webpack": "^1.12.13"
},
"repository": {
"type": "git",
"url": "https://github.com/mawelCaballero/react"
},
"bugs": {
"url": "https://github.com/mawelCaballero/react/issues"
}
}