mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
abd3ef6c17
* Added volume control to video player. * Added playlist edit dialog. * Added slider component. * Optimized video player for mobile devices. * Double-clicking the mini player now maximizes the video player. * Fixed back-to-top button overlapping with video player bar. * Fixed focus styles appearing on click. * Fixed multi cover image showing the same image multiple times. * Fixed progress bar showing 0:60 instead of 1:00. * Fixed right click on video toggling pause/play. * Fixed scroll bar being visible while in full screen mode.
72 lines
2.2 KiB
JSON
72 lines
2.2 KiB
JSON
{
|
|
"name": "animethemes-web",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"graphql-codegen": "graphql-codegen --config codegen.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/pro-solid-svg-icons": "^6.1.1",
|
|
"@graphql-tools/merge": "^8.2.1",
|
|
"@graphql-tools/schema": "^8.2.0",
|
|
"@graphql-tools/utils": "^8.6.5",
|
|
"@next/bundle-analyzer": "^12.0.3",
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.4",
|
|
"@radix-ui/react-select": "^1.2.0",
|
|
"@radix-ui/react-slider": "^1.1.1",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"ahooks": "^3.7.6",
|
|
"axios": "^1.2.2",
|
|
"common-tags": "^1.8.0",
|
|
"framer-motion": "^10.12.4",
|
|
"graphql": "^15.8.0",
|
|
"graphql-parse-resolve-info": "^4.12.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"hast-util-has-property": "^2.0.1",
|
|
"hast-util-heading-rank": "^2.1.1",
|
|
"hast-util-to-string": "^2.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"md5": "^2.3.0",
|
|
"next": "^13.3.0",
|
|
"next-mdx-remote": "^4.3.0",
|
|
"p-limit": "^3.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-query": "^3.29.0",
|
|
"rehype-pretty-code": "^0.9.4",
|
|
"rehype-slug": "^5.1.0",
|
|
"remark-gfm": "^3.0.1",
|
|
"sass": "^1.43.4",
|
|
"shiki": "^0.14.1",
|
|
"styled-components": "^5.3.3",
|
|
"swr": "^2.0.0",
|
|
"unist-util-visit": "^4.1.2",
|
|
"use-local-storage-state": "^18.3.0",
|
|
"use-session-storage-state": "^18.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^2.9.1",
|
|
"@graphql-codegen/typescript": "2.5.0",
|
|
"@graphql-codegen/typescript-operations": "2.4.1",
|
|
"@types/common-tags": "^1.8.1",
|
|
"@types/lodash-es": "^4.17.6",
|
|
"@types/md5": "^2.3.2",
|
|
"@types/node": "^17.0.41",
|
|
"@types/react": "^18.0.12",
|
|
"@types/styled-components": "^5.1.25",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "^13.3.0",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|