mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
b0724e568a
* Bumped Next.js to 15. * Bumped React to 19. * Bumped GraphQL to 16. * Bumped styled-components to 6. * Bumped Radix components to latest version. * Migrated Framer Motion to new package. * Migrated react-query to new package. * Lots of TypeScript fixes. * Removed FontAwesome Pro icons. * Started fading out SWR. * Dev Server now uses Turbopack.
92 lines
3.2 KiB
JSON
92 lines
3.2 KiB
JSON
{
|
|
"name": "animethemes-web",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"predev": "npm run compile-config",
|
|
"prebuild": "npm run compile-config",
|
|
"prestart": "npm run compile-config",
|
|
"compile-config": "esbuild next.config.ts --bundle --outfile=next.config.mjs --platform=node --format=esm --external:./node_modules/* --target=esnext",
|
|
"lint": "next lint",
|
|
"type-check": "tsc",
|
|
"graphql-codegen": "graphql-codegen --config codegen.ts",
|
|
"prepare": "husky",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
"@graphql-tools/merge": "^9.0.16",
|
|
"@graphql-tools/schema": "^10.0.15",
|
|
"@graphql-tools/utils": "^10.7.1",
|
|
"@next/bundle-analyzer": "^15.1.3",
|
|
"@radix-ui/react-compose-refs": "^1.1.1",
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
"@radix-ui/react-select": "^2.1.4",
|
|
"@radix-ui/react-slider": "^1.2.2",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-switch": "^1.1.2",
|
|
"@tanstack/react-query": "^5.62.15",
|
|
"ahooks": "^3.8.4",
|
|
"axios": "^1.2.2",
|
|
"common-tags": "^1.8.0",
|
|
"graphql": "^16.10.0",
|
|
"graphql-parse-resolve-info": "^4.13.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"hast-util-has-property": "^3.0.0",
|
|
"hast-util-heading-rank": "^3.0.0",
|
|
"hast-util-to-string": "^3.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"motion": "^11.15.0",
|
|
"next": "^15.1.4",
|
|
"next-mdx-remote": "^5.0.0",
|
|
"p-limit": "^3.1.0",
|
|
"picocolors": "^1.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"rehype-pretty-code": "^0.14.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"sass": "^1.43.4",
|
|
"shiki": "^1.26.2",
|
|
"styled-components": "^6.1.14",
|
|
"swr": "^2.3.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
"use-local-storage-state": "^19.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^5.0.2",
|
|
"@graphql-codegen/typescript": "^4.0.7",
|
|
"@graphql-codegen/typescript-operations": "^4.2.1",
|
|
"@graphql-codegen/typescript-resolvers": "^4.1.0",
|
|
"@types/common-tags": "^1.8.1",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/md5": "^2.3.5",
|
|
"@types/node": "^22.10.5",
|
|
"@types/react": "^19.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.19.0",
|
|
"esbuild": "^0.24.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^15.1.3",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
"husky": "^9.0.11",
|
|
"patch-package": "^8.0.0",
|
|
"prettier": "^3.4.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"overrides": {
|
|
"ahooks": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
}
|
|
}
|
|
}
|