mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-12 22:11:06 -05:00
24 lines
488 B
JSON
24 lines
488 B
JSON
{
|
|
"name": "@sendou.ink/frontend",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/styled": "^11.3.0",
|
|
"@mantine/core": "^3.0.5",
|
|
"@mantine/hooks": "^3.0.5",
|
|
"@mantine/next": "^3.0.5",
|
|
"next": "^12.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.3.1",
|
|
"swr": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.33"
|
|
}
|
|
}
|