mirror of
https://github.com/AnimeThemes/animethemes-web.git
synced 2026-07-11 01:24:31 +02:00
d86d0a04b5
* Fixed "FAQ" and "Donate" links in footer. * Fixed bottom margin of code blocks. * Invalid language for syntax highlighting now yields a warning instead of crashing the page build.
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "animethemes-web",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
"@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.16.2",
|
|
"@reach/menu-button": "^0.16.2",
|
|
"common-tags": "^1.8.0",
|
|
"framer-motion": "^6.2.1",
|
|
"graphql": "^15.6.1",
|
|
"graphql-tag": "^2.12.6",
|
|
"knex": "^0.95.11",
|
|
"lodash-es": "^4.17.21",
|
|
"marked": "^4.0.12",
|
|
"mysql2": "^2.3.3",
|
|
"next": "^12.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-debounce": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "7.32.0",
|
|
"eslint-config-next": "^12.0.8"
|
|
}
|
|
}
|