mirror of
https://github.com/uetchy/namae.git
synced 2025-07-02 06:20:02 +09:00
chore: add sponsors
This commit is contained in:
parent
60ae2385f6
commit
f85e4ce66d
@ -17,6 +17,14 @@ PRs welcome!
|
||||
|
||||
See [Contribution Guide](./CONTRIBUTING.md) for the detailed instruction.
|
||||
|
||||
### Sponsors ⚡️
|
||||
|
||||
<!-- START mdmod {use: 'github-sponsors'} -->
|
||||
|
||||
[<img src="https://avatars.githubusercontent.com/u/6936373?u=4edd14e6636c45d10ac6a3eecb4b3ffa6cc2bf5c&v=4" width="35" />](https://github.com/Naturalclar) [<img src="https://avatars.githubusercontent.com/u/79023920?v=4" width="35" />](https://github.com/Lierin8oracle)
|
||||
|
||||
<!-- END mdmod -->
|
||||
|
||||
### Contributors ✨
|
||||
|
||||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||
|
39
package.json
39
package.json
@ -7,15 +7,16 @@
|
||||
"dev": "BROWSER=none react-scripts start",
|
||||
"eject": "react-scripts eject",
|
||||
"prepare": "husky install",
|
||||
"readme": "mdmod README.md --define.owner uetchy",
|
||||
"test": "jest --coverage && CI=true react-scripts test --coverage"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sentry/browser": "^6.13.3",
|
||||
"@sentry/browser": "^6.14.1",
|
||||
"cross-fetch": "^3.1.4",
|
||||
"easy-peasy": "^5.0.3",
|
||||
"easy-peasy": "^5.0.4",
|
||||
"fetch-suspense": "^1.2.2",
|
||||
"framer-motion": "^4.1.17",
|
||||
"i18next": ">=21.2.4",
|
||||
"i18next": ">=21.4.0",
|
||||
"i18next-browser-languagedetector": "^6.1.2",
|
||||
"i18next-chained-backend": "^3.0.2",
|
||||
"i18next-localstorage-backend": "^3.1.3",
|
||||
@ -26,43 +27,45 @@
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet": "^6.0.0",
|
||||
"react-i18next": "11.12.0",
|
||||
"react-i18next": "11.13.0",
|
||||
"react-icons": "^4.3.1",
|
||||
"react-router": "^5.2.1",
|
||||
"react-router-dom": "^5.3.0",
|
||||
"react-scripts": "4.0.3",
|
||||
"react-spinners": "^0.11.0",
|
||||
"react-toastify": "^8.0.3",
|
||||
"styled-components": "^5.3.1",
|
||||
"react-toastify": "^8.1.0",
|
||||
"styled-components": "^5.3.3",
|
||||
"swr": "^1.0.1",
|
||||
"validator": "^13.6.0",
|
||||
"validator": "^13.7.0",
|
||||
"vm2": "^3.9.5",
|
||||
"whois-json": "^2.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sentry/cli": "^1.69.1",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@sentry/cli": "^1.71.0",
|
||||
"@testing-library/jest-dom": "^5.15.0",
|
||||
"@testing-library/react": "^12.1.2",
|
||||
"@types/i18next-node-fs-backend": "^2.1.1",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/mersennetwister": "^0.2.0",
|
||||
"@types/node": "^16.10.3",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"@types/react-helmet": "^6.1.3",
|
||||
"@types/react-router-dom": "^5.3.1",
|
||||
"@types/styled-components": "^5.1.14",
|
||||
"@types/validator": "^13.6.3",
|
||||
"@types/node": "^16.11.6",
|
||||
"@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",
|
||||
"@vercel/build-utils": "^2.12.2",
|
||||
"@vercel/node": "^1.12.1",
|
||||
"codacy-coverage": "^3.4.0",
|
||||
"husky": "^7.0.2",
|
||||
"husky": "^7.0.4",
|
||||
"i18next-node-fs-backend": "^2.1.3",
|
||||
"mdmod": "^1.0.0",
|
||||
"mdmod-plugin-github-sponsors": "^1.0.0",
|
||||
"mutationobserver-shim": "^0.3.5",
|
||||
"nock": "^13.1.3",
|
||||
"nock": "^13.1.4",
|
||||
"prettier": "^2.4.1",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"ts-jest": "^26.4.2",
|
||||
"typescript": "^4.4.3"
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"browserslist": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user