1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 01:56:38 +09:00

chore: update deps

This commit is contained in:
2019-07-31 13:40:29 +09:00
parent 4b876af96f
commit 6598c8fcea
4 changed files with 57 additions and 43 deletions

View File

@@ -1,7 +1,13 @@
{
"name": "@namae/web",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"now-build": "yarn build",
"start": "react-scripts start",
"test": "react-scripts test"
},
"dependencies": {
"fetch-suspense": "^1.2.0",
"isomorphic-unfetch": "^3.0.0",
@@ -12,16 +18,6 @@
"react-spinners": "^0.5.13",
"styled-components": "^4.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"now-build": "yarn build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
@@ -33,5 +29,9 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"eslintConfig": {
"extends": "react-app"
},
"private": true
}