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": {
|
2019-08-07 17:42:07 +09:00
|
|
|
"build": "NODE_ENV=production react-scripts build",
|
2019-07-31 13:40:29 +09:00
|
|
|
"eject": "react-scripts eject",
|
2019-12-24 01:57:07 +09:00
|
|
|
"lint": "eslint . --ext .ts,.tsx --format visualstudio",
|
2019-07-31 13:40:29 +09:00
|
|
|
"now-build": "yarn build",
|
2019-09-24 13:55:07 +09:00
|
|
|
"now-dev": "NODE_ENV=development BROWSER=none react-scripts start",
|
|
|
|
"start": "NODE_ENV=development react-scripts start",
|
2019-10-24 12:55:09 +09:00
|
|
|
"test": "react-scripts test --coverage"
|
2019-07-31 13:40:29 +09:00
|
|
|
},
|
2019-07-27 19:18:54 +09:00
|
|
|
"dependencies": {
|
2019-09-24 13:55:07 +09:00
|
|
|
"@sentry/browser": "^5.6.3",
|
2019-07-30 23:27:28 +09:00
|
|
|
"fetch-suspense": "^1.2.0",
|
2019-08-27 03:15:35 +09:00
|
|
|
"i18next": ">=17.0.12",
|
2019-08-08 21:34:06 +09:00
|
|
|
"i18next-browser-languagedetector": "^3.0.3",
|
|
|
|
"i18next-chained-backend": "^2.0.0",
|
|
|
|
"i18next-localstorage-backend": "^3.0.0",
|
2019-08-14 18:46:57 +09:00
|
|
|
"i18next-xhr-backend": "^3.1.2",
|
2019-07-27 19:18:54 +09:00
|
|
|
"isomorphic-unfetch": "^3.0.0",
|
2019-08-03 21:51:12 +09:00
|
|
|
"prop-types": "^15.7.2",
|
2019-08-14 18:46:57 +09:00
|
|
|
"react": "^16.9.0",
|
|
|
|
"react-dom": "^16.9.0",
|
2019-07-31 14:17:32 +09:00
|
|
|
"react-ga": "^2.6.0",
|
2019-08-03 13:36:29 +09:00
|
|
|
"react-helmet": "^5.2.1",
|
2019-08-14 18:46:57 +09:00
|
|
|
"react-i18next": "10.12.2",
|
2019-07-30 23:27:28 +09:00
|
|
|
"react-icons": "^3.7.0",
|
2019-08-03 15:32:35 +09:00
|
|
|
"react-router-dom": "^5.0.1",
|
2019-12-06 23:30:33 +00:00
|
|
|
"react-scripts": "3.3.0",
|
2019-08-27 03:15:35 +09:00
|
|
|
"react-spinners": "^0.6.1",
|
2019-08-01 13:21:34 +09:00
|
|
|
"react-tippy": "^1.2.3",
|
2019-09-01 01:28:24 +09:00
|
|
|
"styled-components": "^4.3.2",
|
2019-12-24 01:57:07 +09:00
|
|
|
"typescript": "3.7.4"
|
2019-07-27 19:18:54 +09:00
|
|
|
},
|
2019-08-03 00:35:23 +09:00
|
|
|
"devDependencies": {
|
2019-08-27 03:15:35 +09:00
|
|
|
"@testing-library/jest-dom": "^4.1.0",
|
2019-09-24 13:55:07 +09:00
|
|
|
"@testing-library/react": "^9.1.4",
|
2019-09-01 01:28:24 +09:00
|
|
|
"@types/i18next-node-fs-backend": "^2.1.0",
|
2019-08-27 03:15:35 +09:00
|
|
|
"@types/jest": "^24.0.18",
|
2019-09-01 01:28:24 +09:00
|
|
|
"@types/node": "^12.7.3",
|
|
|
|
"@types/react-helmet": "^5.0.9",
|
|
|
|
"@types/styled-components": "^4.1.18",
|
2019-08-14 18:46:57 +09:00
|
|
|
"i18next-node-fs-backend": "^2.1.3"
|
2019-08-03 00:35:23 +09:00
|
|
|
},
|
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
|
|
|
},
|
2020-01-07 11:59:25 +09:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
2019-07-31 13:40:29 +09:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"private": true
|
2019-07-27 19:18:54 +09:00
|
|
|
}
|