sendou.ink/frontend/package.json
2021-10-31 12:44:05 +02:00

26 lines
532 B
JSON

{
"name": "@sendou.ink/frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"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/jest": "^27.0.2",
"@types/react": "^17.0.33",
"jest": "^27.3.1"
}
}