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

40 lines
867 B
JSON

{
"name": "@namae/web",
"version": "0.1.0",
"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",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-icons": "^3.7.0",
"react-scripts": "3.0.1",
"react-spinners": "^0.5.13",
"react-tippy": "^1.2.3",
"styled-components": "^4.3.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"private": true
}