2019-07-27 19:18:54 +09:00
|
|
|
{
|
2019-07-31 13:11:00 +09:00
|
|
|
"name": "@namae/web",
|
2019-07-27 19:18:54 +09:00
|
|
|
"version": "0.1.0",
|
2019-07-31 13:40:29 +09:00
|
|
|
"scripts": {
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"now-build": "yarn build",
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"test": "react-scripts test"
|
|
|
|
},
|
2019-07-27 19:18:54 +09:00
|
|
|
"dependencies": {
|
2019-07-30 23:27:28 +09:00
|
|
|
"fetch-suspense": "^1.2.0",
|
2019-07-27 19:18:54 +09:00
|
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
|
|
"react": "^16.8.6",
|
|
|
|
"react-dom": "^16.8.6",
|
2019-07-30 23:27:28 +09:00
|
|
|
"react-icons": "^3.7.0",
|
|
|
|
"react-scripts": "3.0.1",
|
|
|
|
"react-spinners": "^0.5.13",
|
2019-07-31 13:11:00 +09:00
|
|
|
"styled-components": "^4.3.2"
|
2019-07-27 19:18:54 +09:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2019-07-31 13:40:29 +09:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"private": true
|
2019-07-27 19:18:54 +09:00
|
|
|
}
|