mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-16 08:27:05 -05:00
Next.js 11
This commit is contained in:
parent
777f2f8354
commit
673fdbdb4a
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"baseUrl": "http://localhost:3000",
|
||||
"pluginsFile": false
|
||||
}
|
||||
|
|
@ -5,9 +5,6 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({
|
|||
|
||||
module.exports = withBundleAnalyzer(
|
||||
withImages({
|
||||
future: {
|
||||
webpack5: true,
|
||||
},
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
|
|
|
|||
2222
package-lock.json
generated
2222
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
|
|
@ -23,14 +23,14 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@chakra-ui/icons": "^1.0.13",
|
||||
"@chakra-ui/react": "^1.6.3",
|
||||
"@chakra-ui/react": "^1.6.4",
|
||||
"@chakra-ui/theme-tools": "^1.1.7",
|
||||
"@emotion/react": "^11.4.0",
|
||||
"@emotion/styled": "^11.3.0",
|
||||
"@hookform/resolvers": "1.3.0",
|
||||
"@lingui/react": "^3.8.3",
|
||||
"@next/bundle-analyzer": "^10.2.3",
|
||||
"@prisma/client": "^2.24.1",
|
||||
"@next/bundle-analyzer": "^11.0.0",
|
||||
"@prisma/client": "^2.25.0",
|
||||
"@sendou/react-sketch": "^0.5.2",
|
||||
"@trpc/client": "5.0.0",
|
||||
"@trpc/react": "5.0.0",
|
||||
|
|
@ -38,10 +38,10 @@
|
|||
"countries-list": "^2.6.1",
|
||||
"focus-visible": "^5.2.0",
|
||||
"framer-motion": "^4.1.17",
|
||||
"next": "^10.2.3",
|
||||
"next-auth": "^3.26.1",
|
||||
"next-images": "^1.7.0",
|
||||
"next-seo": "^4.24.0",
|
||||
"next": "^11.0.0",
|
||||
"next-auth": "^3.27.0",
|
||||
"next-images": "^1.8.1",
|
||||
"next-seo": "^4.26.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"react": "^17.0.2",
|
||||
"react-color": "^2.19.3",
|
||||
|
|
@ -50,11 +50,11 @@
|
|||
"react-draggable": "^4.4.3",
|
||||
"react-dropzone": "^11.3.2",
|
||||
"react-hook-form": "^6.14.2",
|
||||
"react-hotkeys-hook": "^3.3.1",
|
||||
"react-hotkeys-hook": "^3.3.2",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-infinite-scroller": "^1.2.4",
|
||||
"react-markdown": "^5.0.3",
|
||||
"react-query": "^3.17.0",
|
||||
"react-query": "^3.17.2",
|
||||
"react-select": "^4.3.1",
|
||||
"react-string-replace": "^0.4.4",
|
||||
"recharts": "^2.0.9",
|
||||
|
|
@ -66,11 +66,11 @@
|
|||
"zod": "^1.11.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.5",
|
||||
"@babel/core": "^7.14.6",
|
||||
"@lingui/cli": "^3.8.3",
|
||||
"@lingui/macro": "^3.8.3",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/node": "^15.12.2",
|
||||
"@types/node": "^15.12.4",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/react": "^17.0.11",
|
||||
"@types/react-color": "^3.0.4",
|
||||
|
|
@ -81,10 +81,10 @@
|
|||
"cross-env": "^7.0.3",
|
||||
"fishery": "^1.3.1",
|
||||
"prettier": "^2.3.1",
|
||||
"prisma": "^2.24.1",
|
||||
"prisma": "^2.25.0",
|
||||
"ts-jest": "^27.0.3",
|
||||
"ts-node": "^10.0.0",
|
||||
"typescript": "^4.3.2"
|
||||
"typescript": "^4.3.4"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user