1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00
namae/package.json
dependabot[bot] daba453bb9 chore(deps): bump react-ga from 3.0.0 to 3.1.1
Bumps [react-ga](https://github.com/react-ga/react-ga) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/react-ga/react-ga/releases)
- [Commits](https://github.com/react-ga/react-ga/compare/v3.0.0...v3.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 12:53:08 +09:00

93 lines
2.6 KiB
JSON

{
"name": "namae",
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
"scripts": {
"build": "NODE_ENV=production react-scripts build",
"dev": "BROWSER=none react-scripts start",
"eject": "react-scripts eject",
"test": "jest --coverage && CI=true react-scripts test --coverage"
},
"dependencies": {
"@sentry/browser": "^5.19.0",
"easy-peasy": "^3.3.1",
"fetch-suspense": "^1.2.2",
"framer-motion": "^1.11.1",
"i18next": ">=19.5.1",
"i18next-browser-languagedetector": "^4.1.1",
"i18next-chained-backend": "^2.0.1",
"i18next-localstorage-backend": "^3.1.1",
"i18next-xhr-backend": "^3.2.2",
"isomorphic-unfetch": "^3.0.0",
"node-fetch": "^2.6.0",
"npm-name": "^6.0.1",
"prop-types": "^15.7.2",
"rc-tooltip": "^4.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.1",
"react-helmet": "^6.0.0",
"react-i18next": "11.5.1",
"react-icons": "^3.10.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-spinners": "^0.9.0",
"react-toastify": "^6.0.6",
"styled-components": "^5.1.1",
"validator": "^13.1.0",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@now/build-utils": "^2.4.0",
"@sentry/cli": "^1.52.3",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.2",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/jest": "26.0.3",
"@types/node": "^14.0.14",
"@types/node-fetch": "^2.5.5",
"@types/react-helmet": "^6.0.0",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^5.0.1",
"@types/validator": "^13.1.0",
"@vercel/node": "^1.7.1",
"codacy-coverage": "^3.4.0",
"husky": "^4.2.3",
"i18next-node-fs-backend": "^2.1.3",
"jest": "24.9.0",
"mutationobserver-shim": "^0.3.5",
"nock": "^12.0.3",
"prettier": "^2.0.5",
"prettier-plugin-organize-imports": "^1.1.0",
"pretty-quick": "^2.0.1",
"ts-jest": "26.1.0",
"typescript": "^3.9.5"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"license": "Apache-2.0",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=10.0.0"
},
"eslintConfig": {
"extends": "react-app"
},
"private": true
}