-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.06 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
{
"name": "react-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"sfs": "serve ./built/statics --port 3001 --cache 0",
"bff": "node ./built/server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnaagudelo/react-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnaagudelo/react-app/issues"
},
"homepage": "https://github.com/johnaagudelo/react-app#readme",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"react": "15.4.1",
"react-dom": "15.4.1",
"react-router": "4.0.0-alpha.6"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-latest-minimal": "^1.1.2",
"babel-preset-react": "^6.24.1",
"json-loader": "^0.5.4",
"webpack": "^2.6.1"
}
}