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

61 lines
1.6 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": {
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",
"now-build": "yarn build",
2019-08-03 15:32:35 +09:00
"now-dev": "BROWSER=none 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-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-08-14 18:46:57 +09:00
"react-scripts": "3.1.1",
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",
"typescript": "3.5.3"
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",
"@testing-library/react": "^9.1.3",
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
},
"eslintConfig": {
"extends": "react-app"
},
"private": true
2019-07-27 19:18:54 +09:00
}