mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-17 17:35:16 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"@chakra-ui/react": "^2.8.0",
|
|
"@chakra-ui/system": "^2.6.0",
|
|
"@chakra-ui/theme-tools": "^2.1.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@octokit/rest": "^20.0.1",
|
|
"@types/progress": "^2.0.5",
|
|
"detect-browser": "^5.3.0",
|
|
"framer-motion": "^10",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "13.4.19",
|
|
"nextjs-progressbar": "^0.0.16",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.10.1",
|
|
"react-markdown": "^8.0.7",
|
|
"remark-gemoji": "^7.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"swr": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.5.3",
|
|
"@types/react": "18.2.21",
|
|
"@types/react-dom": "18.2.7",
|
|
"@types/react-syntax-highlighter": "^15.5.7",
|
|
"eslint": "8.47.0",
|
|
"eslint-config-next": "13.4.19",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"typescript": "5.1.6"
|
|
}
|
|
}
|