mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-13 06:21:21 -05:00
23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"name": "@sendou.ink/frontend",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^1.4.1",
|
|
"@stitches/react": "^1.2.5",
|
|
"next": "^12.0.1",
|
|
"normalize.css": "^8.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"
|
|
}
|
|
}
|