1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00
namae/package.json
2021-02-25 16:48:45 +09:00

91 lines
2.5 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": "^6.2.0",
"cross-fetch": "^3.0.6",
"easy-peasy": "^3.3.1",
"fetch-suspense": "^1.2.2",
"framer-motion": "^2.5.1",
"i18next": ">=19.9.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-chained-backend": "^2.0.1",
"i18next-localstorage-backend": "^3.1.2",
"i18next-xhr-backend": "^3.2.2",
"npm-name": "^6.0.1",
"rc-tooltip": "^5.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.0.0",
"react-i18next": "11.8.8",
"react-icons": "^3.11.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-spinners": "^0.9.0",
"react-toastify": "^6.2.0",
"styled-components": "^5.2.1",
"swr": "^0.4.2",
"validator": "^13.5.2",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@sentry/cli": "^1.62.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/jest": "26.0.20",
"@types/node": "^14.14.31",
"@types/react-dom": "^17.0.1",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.7",
"@types/validator": "^13.1.3",
"@vercel/build-utils": "^2.9.0",
"@vercel/node": "^1.9.0",
"codacy-coverage": "^3.4.0",
"husky": "^5.1.1",
"i18next-node-fs-backend": "^2.1.3",
"mutationobserver-shim": "^0.3.5",
"nock": "^13.0.8",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"ts-jest": "26.5.2",
"typescript": "^4.2.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"pre-push": "npm test"
}
},
"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
}