Upgrade to Create-React-App 2
This commit is contained in:
parent
895c86b61a
commit
397f8281a0
3 changed files with 9413 additions and 4726 deletions
21
package.json
21
package.json
|
|
@ -4,9 +4,9 @@
|
|||
"private": true,
|
||||
"dependencies": {
|
||||
"faunadb": "^2.5.2",
|
||||
"react": "^16.4.0",
|
||||
"react-dom": "^16.4.0",
|
||||
"react-scripts": "1.1.4"
|
||||
"react": "^16.5.2",
|
||||
"react-dom": "^16.5.2",
|
||||
"react-scripts": "2.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"bootstrap": "node ./scripts/bootstrap-fauna-database.js",
|
||||
|
|
@ -22,16 +22,15 @@
|
|||
"test": "react-scripts test --env=jsdom"
|
||||
},
|
||||
"devDependencies": {
|
||||
"http-proxy-middleware": "^0.19.0",
|
||||
"markdown-magic": "^0.1.23",
|
||||
"netlify-lambda": "^0.4.0",
|
||||
"npm-run-all": "^4.1.3"
|
||||
},
|
||||
"proxy": {
|
||||
"/.netlify/functions": {
|
||||
"target": "http://localhost:9000",
|
||||
"pathRewrite": {
|
||||
"^/\\.netlify/functions": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not ie <= 11",
|
||||
"not op_mini all"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue