mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
63 lines
1.9 KiB
JSON
63 lines
1.9 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.yml"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
|
"@fortawesome/pro-solid-svg-icons": "^6.1.1",
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
|
"@graphql-tools/merge": "^8.2.1",
|
|
"@graphql-tools/schema": "^8.2.0",
|
|
"@graphql-tools/utils": "^8.6.5",
|
|
"@next/bundle-analyzer": "^12.0.3",
|
|
"@reach/listbox": "^0.17.0",
|
|
"@reach/menu-button": "^0.17.0",
|
|
"common-tags": "^1.8.0",
|
|
"framer-motion": "^6.2.1",
|
|
"graphql": "^15.8.0",
|
|
"graphql-parse-resolve-info": "^4.12.0",
|
|
"graphql-tag": "^2.12.6",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^4.0.12",
|
|
"next": "^12.2.0",
|
|
"p-limit": "^3.1.0",
|
|
"prismjs": "^1.27.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-query": "^3.29.0",
|
|
"rehype-parse": "^8.0.4",
|
|
"rehype-react": "^7.0.4",
|
|
"sass": "^1.43.4",
|
|
"styled-components": "^5.3.3",
|
|
"unified": "^10.1.2",
|
|
"use-local-storage-state": "^17.2.0",
|
|
"use-session-storage-state": "^17.2.0"
|
|
},
|
|
"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/marked": "^4.0.3",
|
|
"@types/node": "^17.0.41",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@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": "^12.0.8",
|
|
"ts-node": "^10.8.1",
|
|
"typescript": "^4.7.3"
|
|
}
|
|
}
|