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",
|
2021-07-30 15:53:42 +09:00
|
|
|
"prepare": "husky install",
|
2021-11-09 13:53:14 +09:00
|
|
|
"readme": "mdmod README.md --define.owner uetchy",
|
2020-06-19 16:15:53 +09:00
|
|
|
"test": "jest --coverage && CI=true react-scripts test --coverage"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-11-09 13:53:14 +09:00
|
|
|
"@sentry/browser": "^6.14.1",
|
2021-04-22 16:41:01 +09:00
|
|
|
"cross-fetch": "^3.1.4",
|
2021-11-09 13:53:14 +09:00
|
|
|
"easy-peasy": "^5.0.4",
|
2020-06-19 16:15:53 +09:00
|
|
|
"fetch-suspense": "^1.2.2",
|
2021-06-20 19:57:19 +09:00
|
|
|
"framer-motion": "^4.1.17",
|
2021-11-11 12:37:21 +09:00
|
|
|
"i18next": ">=21.4.1",
|
2021-06-20 19:57:19 +09:00
|
|
|
"i18next-browser-languagedetector": "^6.1.2",
|
|
|
|
"i18next-chained-backend": "^3.0.2",
|
|
|
|
"i18next-localstorage-backend": "^3.1.3",
|
2020-06-19 16:15:53 +09:00
|
|
|
"i18next-xhr-backend": "^3.2.2",
|
2021-10-06 16:13:32 +09:00
|
|
|
"mersennetwister": "^0.2.3",
|
2021-07-04 16:59:18 +09:00
|
|
|
"npm-name": "6.0.1",
|
2021-06-20 19:57:19 +09:00
|
|
|
"rc-tooltip": "^5.1.1",
|
2021-04-22 16:41:01 +09:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
2020-06-19 16:15:53 +09:00
|
|
|
"react-helmet": "^6.0.0",
|
2021-11-09 13:53:14 +09:00
|
|
|
"react-i18next": "11.13.0",
|
2021-10-06 17:24:16 +09:00
|
|
|
"react-icons": "^4.3.1",
|
2021-07-30 15:53:42 +09:00
|
|
|
"react-router": "^5.2.1",
|
|
|
|
"react-router-dom": "^5.3.0",
|
2021-02-25 16:48:45 +09:00
|
|
|
"react-scripts": "4.0.3",
|
2021-06-20 19:57:19 +09:00
|
|
|
"react-spinners": "^0.11.0",
|
2021-11-09 13:53:14 +09:00
|
|
|
"react-toastify": "^8.1.0",
|
|
|
|
"styled-components": "^5.3.3",
|
2021-07-30 15:53:42 +09:00
|
|
|
"swr": "^1.0.1",
|
2021-11-09 13:53:14 +09:00
|
|
|
"validator": "^13.7.0",
|
2021-10-27 16:45:17 +09:00
|
|
|
"vm2": "^3.9.5",
|
2020-06-19 16:15:53 +09:00
|
|
|
"whois-json": "^2.0.4"
|
2019-08-14 18:46:57 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-09 13:53:14 +09:00
|
|
|
"@sentry/cli": "^1.71.0",
|
|
|
|
"@testing-library/jest-dom": "^5.15.0",
|
2021-10-06 17:24:16 +09:00
|
|
|
"@testing-library/react": "^12.1.2",
|
2021-07-30 15:53:42 +09:00
|
|
|
"@types/i18next-node-fs-backend": "^2.1.1",
|
|
|
|
"@types/jest": "^27.0.2",
|
2021-10-06 16:13:32 +09:00
|
|
|
"@types/mersennetwister": "^0.2.0",
|
2021-11-11 12:37:21 +09:00
|
|
|
"@types/node": "^16.11.7",
|
2021-11-09 13:53:14 +09:00
|
|
|
"@types/react-dom": "^17.0.11",
|
|
|
|
"@types/react-helmet": "^6.1.4",
|
|
|
|
"@types/react-router-dom": "^5.3.2",
|
|
|
|
"@types/styled-components": "^5.1.15",
|
|
|
|
"@types/validator": "^13.6.6",
|
2021-07-30 15:53:42 +09:00
|
|
|
"@vercel/build-utils": "^2.12.2",
|
|
|
|
"@vercel/node": "^1.12.1",
|
2019-12-23 23:01:33 +09:00
|
|
|
"codacy-coverage": "^3.4.0",
|
2021-11-09 13:53:14 +09:00
|
|
|
"husky": "^7.0.4",
|
2020-06-19 16:15:53 +09:00
|
|
|
"i18next-node-fs-backend": "^2.1.3",
|
2021-11-11 12:37:21 +09:00
|
|
|
"mdmod": "^2.0.0",
|
|
|
|
"mdmod-plugin-github-sponsors": "^1.1.0",
|
2020-06-19 16:15:53 +09:00
|
|
|
"mutationobserver-shim": "^0.3.5",
|
2021-11-11 12:37:21 +09:00
|
|
|
"nock": "^13.2.0",
|
2021-07-30 15:53:42 +09:00
|
|
|
"prettier": "^2.4.1",
|
2021-06-20 19:57:19 +09:00
|
|
|
"pretty-quick": "^3.1.1",
|
2021-07-30 15:53:42 +09:00
|
|
|
"ts-jest": "^26.4.2",
|
2021-11-09 13:53:14 +09:00
|
|
|
"typescript": "^4.4.4"
|
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": {
|
2021-07-30 15:53:42 +09:00
|
|
|
"node": ">=14.0.0"
|
2020-01-07 11:59:25 +09:00
|
|
|
},
|
2020-06-19 16:15:53 +09:00
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"private": true
|
2019-07-31 13:40:29 +09:00
|
|
|
}
|