2019-07-31 13:40:29 +09:00
|
|
|
{
|
|
|
|
"name": "namae",
|
2019-08-01 14:00:22 +09:00
|
|
|
"description": "namae saves your time searching around registries and checking if the desired name is ready for use.",
|
2020-01-07 11:59:25 +09:00
|
|
|
"author": "Yasuaki Uechi <y@uechi.io> (https://uechi.io/)",
|
2019-07-31 13:40:29 +09:00
|
|
|
"scripts": {
|
2020-06-19 16:15:53 +09:00
|
|
|
"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"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-25 16:48:45 +09:00
|
|
|
"@sentry/browser": "^6.2.0",
|
2021-02-25 15:13:15 +09:00
|
|
|
"cross-fetch": "^3.0.6",
|
2021-02-25 18:36:50 +09:00
|
|
|
"easy-peasy": "^4.0.1",
|
2020-06-19 16:15:53 +09:00
|
|
|
"fetch-suspense": "^1.2.2",
|
2021-02-25 18:36:50 +09:00
|
|
|
"framer-motion": "^3.7.0",
|
2021-02-25 16:48:45 +09:00
|
|
|
"i18next": ">=19.9.0",
|
2020-08-20 01:16:30 +09:00
|
|
|
"i18next-browser-languagedetector": "^6.0.1",
|
2020-06-19 16:15:53 +09:00
|
|
|
"i18next-chained-backend": "^2.0.1",
|
2021-02-25 15:13:15 +09:00
|
|
|
"i18next-localstorage-backend": "^3.1.2",
|
2020-06-19 16:15:53 +09:00
|
|
|
"i18next-xhr-backend": "^3.2.2",
|
2020-07-06 20:15:25 +00:00
|
|
|
"npm-name": "^6.0.1",
|
2021-02-25 15:13:15 +09:00
|
|
|
"rc-tooltip": "^5.0.2",
|
2021-02-25 16:48:45 +09:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
2021-02-25 15:13:15 +09:00
|
|
|
"react-ga": "^3.3.0",
|
2020-06-19 16:15:53 +09:00
|
|
|
"react-helmet": "^6.0.0",
|
2021-02-25 16:48:45 +09:00
|
|
|
"react-i18next": "11.8.8",
|
2021-02-25 18:36:50 +09:00
|
|
|
"react-icons": "^4.2.0",
|
2020-06-19 16:15:53 +09:00
|
|
|
"react-router": "^5.1.2",
|
2020-06-30 00:15:07 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-02-25 16:48:45 +09:00
|
|
|
"react-scripts": "4.0.3",
|
2021-02-25 18:36:50 +09:00
|
|
|
"react-spinners": "^0.10.6",
|
|
|
|
"react-toastify": "^7.0.3",
|
2021-02-25 15:13:15 +09:00
|
|
|
"styled-components": "^5.2.1",
|
2021-02-25 16:48:45 +09:00
|
|
|
"swr": "^0.4.2",
|
2021-02-25 15:13:15 +09:00
|
|
|
"validator": "^13.5.2",
|
2020-06-19 16:15:53 +09:00
|
|
|
"whois-json": "^2.0.4"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-25 16:48:45 +09:00
|
|
|
"@sentry/cli": "^1.62.0",
|
2021-02-25 15:13:15 +09:00
|
|
|
"@testing-library/jest-dom": "^5.11.9",
|
2021-02-25 16:48:45 +09:00
|
|
|
"@testing-library/react": "^11.2.5",
|
2020-06-19 16:15:53 +09:00
|
|
|
"@types/i18next-node-fs-backend": "^2.1.0",
|
2021-02-25 15:13:15 +09:00
|
|
|
"@types/jest": "26.0.20",
|
2021-02-25 16:48:45 +09:00
|
|
|
"@types/node": "^14.14.31",
|
|
|
|
"@types/react-dom": "^17.0.1",
|
2020-08-20 01:16:30 +09:00
|
|
|
"@types/react-helmet": "^6.1.0",
|
2021-02-25 15:13:15 +09:00
|
|
|
"@types/react-router-dom": "^5.1.7",
|
|
|
|
"@types/styled-components": "^5.1.7",
|
|
|
|
"@types/validator": "^13.1.3",
|
2021-02-25 16:48:45 +09:00
|
|
|
"@vercel/build-utils": "^2.9.0",
|
2021-02-25 15:13:15 +09:00
|
|
|
"@vercel/node": "^1.9.0",
|
2019-12-23 23:01:33 +09:00
|
|
|
"codacy-coverage": "^3.4.0",
|
2021-02-25 16:48:45 +09:00
|
|
|
"husky": "^5.1.1",
|
2020-06-19 16:15:53 +09:00
|
|
|
"i18next-node-fs-backend": "^2.1.3",
|
|
|
|
"mutationobserver-shim": "^0.3.5",
|
2021-02-25 16:48:45 +09:00
|
|
|
"nock": "^13.0.8",
|
2021-02-25 15:13:15 +09:00
|
|
|
"prettier": "^2.2.1",
|
|
|
|
"pretty-quick": "^3.1.0",
|
2021-02-25 16:48:45 +09:00
|
|
|
"ts-jest": "26.5.2",
|
|
|
|
"typescript": "^4.2.0"
|
2019-07-31 13:40:29 +09:00
|
|
|
},
|
2019-10-24 12:55:09 +09:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
2020-09-10 04:25:36 +09:00
|
|
|
"pre-commit": "pretty-quick --staged",
|
|
|
|
"pre-push": "npm test"
|
2019-10-24 12:55:09 +09:00
|
|
|
}
|
|
|
|
},
|
2019-12-23 23:01:33 +09:00
|
|
|
"license": "Apache-2.0",
|
2020-06-19 16:15:53 +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"
|
|
|
|
]
|
|
|
|
},
|
2020-01-07 11:59:25 +09:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
2020-06-19 16:15:53 +09:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"private": true
|
2019-07-31 13:40:29 +09:00
|
|
|
}
|