1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-18 04:50:32 +09:00
namae/web/package.json

45 lines
1.0 KiB
JSON
Raw Normal View History

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",
2019-08-03 00:35:23 +09:00
"now-dev": "BROWSER=false react-scripts start",
2019-07-31 13:40:29 +09:00
"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-31 14:17:32 +09:00
"react-ga": "^2.6.0",
2019-07-30 23:27:28 +09:00
"react-icons": "^3.7.0",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.13",
2019-08-01 13:21:34 +09:00
"react-tippy": "^1.2.3",
2019-07-31 13:11:00 +09:00
"styled-components": "^4.3.2"
2019-07-27 19:18:54 +09:00
},
2019-08-03 00:35:23 +09:00
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7"
},
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
}