mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@namae/web",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint . --ext .ts,.tsx --format visualstudio",
|
|
"now-build": "yarn build",
|
|
"now-dev": "NODE_ENV=development BROWSER=none react-scripts start",
|
|
"start": "NODE_ENV=development react-scripts start",
|
|
"test": "react-scripts test --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/browser": "^5.6.3",
|
|
"fetch-suspense": "^1.2.0",
|
|
"i18next": ">=17.0.12",
|
|
"i18next-browser-languagedetector": "^3.0.3",
|
|
"i18next-chained-backend": "^2.0.0",
|
|
"i18next-localstorage-backend": "^3.0.0",
|
|
"i18next-xhr-backend": "^3.1.2",
|
|
"isomorphic-unfetch": "^3.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-ga": "^2.6.0",
|
|
"react-helmet": "^5.2.1",
|
|
"react-i18next": "10.12.2",
|
|
"react-icons": "^3.7.0",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.3.0",
|
|
"react-spinners": "^0.6.1",
|
|
"react-tippy": "^1.2.3",
|
|
"styled-components": "^4.3.2",
|
|
"typescript": "3.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^4.1.0",
|
|
"@testing-library/react": "^9.1.4",
|
|
"@types/i18next-node-fs-backend": "^2.1.0",
|
|
"@types/jest": "^24.0.18",
|
|
"@types/node": "^12.7.3",
|
|
"@types/react-helmet": "^5.0.9",
|
|
"@types/styled-components": "^4.1.18",
|
|
"i18next-node-fs-backend": "^2.1.3"
|
|
},
|
|
"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
|
|
}
|