mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 12:30:32 +09:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@namae/web",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"now-build": "yarn build",
|
|
"now-dev": "BROWSER=none react-scripts start",
|
|
"start": "react-scripts start",
|
|
"test": "react-scripts test"
|
|
},
|
|
"dependencies": {
|
|
"fetch-suspense": "^1.2.0",
|
|
"i18next": "^17.0.9",
|
|
"i18next-browser-languagedetector": "^3.0.2",
|
|
"i18next-xhr-backend": "^3.1.1",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-ga": "^2.6.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-i18next": "^10.11.5",
|
|
"react-icons": "^3.7.0",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.0.1",
|
|
"react-spinners": "^0.5.13",
|
|
"react-tippy": "^1.2.3",
|
|
"styled-components": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^4.0.0",
|
|
"@testing-library/react": "^8.0.7"
|
|
},
|
|
"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
|
|
}
|