mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +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.18.6",
|
|
"@chakra-ui/react": "^2.2.4",
|
|
"@chakra-ui/system": "^2.2.2",
|
|
"@chakra-ui/theme-tools": "^2.0.5",
|
|
"@emotion/react": "^11",
|
|
"@emotion/styled": "^11",
|
|
"@octokit/rest": "^19.0.3",
|
|
"@types/progress": "^2.0.5",
|
|
"detect-browser": "^5.3.0",
|
|
"framer-motion": "^6",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "12.2.2",
|
|
"nextjs-progressbar": "^0.0.14",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-icons": "^4.4.0",
|
|
"react-markdown": "^8.0.3",
|
|
"remark-gemoji": "^7.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.0.5",
|
|
"@types/react": "18.0.15",
|
|
"@types/react-dom": "18.0.6",
|
|
"@types/react-syntax-highlighter": "^15.5.3",
|
|
"eslint": "8.20.0",
|
|
"eslint-config-next": "12.2.2",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|