spotube/website/package.json
2022-07-17 21:02:58 +06:00

40 lines
967 B
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",
"framer-motion": "^6",
"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-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",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"typescript": "4.7.4"
}
}