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

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.21.1",
"easy-peasy": "^3.3.1",
"fetch-suspense": "^1.2.2",
"framer-motion": "^2.5.1",
"i18next": ">=19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-chained-backend": "^2.0.1",
"i18next-localstorage-backend": "^3.1.1",
"i18next-xhr-backend": "^3.2.2",
"isomorphic-unfetch": "^3.0.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.7.0",
"react-icons": "^3.11.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-spinners": "^0.9.0",
"react-toastify": "^6.0.8",
"styled-components": "^5.1.1",
"swr": "^0.3.0",
"validator": "^13.1.0",
"whois-json": "^2.0.4"
},
"devDependencies": {
"@sentry/cli": "^1.55.1",
"@testing-library/jest-dom": "^5.11.3",
"@testing-library/react": "^10.4.8",
"@types/i18next-node-fs-backend": "^2.1.0",
"@types/jest": "26.0.10",
"@types/node": "^14.6.0",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^5.1.2",
"@types/validator": "^13.1.0",
"@vercel/build-utils": "^2.4.2",
"@vercel/node": "^1.7.4",
"codacy-coverage": "^3.4.0",
"husky": "^4.3.0",
"i18next-node-fs-backend": "^2.1.3",
"jest": "24.9.0",
"mutationobserver-shim": "^0.3.5",
"nock": "^13.0.4",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.0",
"ts-jest": "24.3.0",
"typescript": "^3.9.7"
},
"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
}