1
Fork 0
holycow/holycow_frontend/package.json
2024-11-28 00:08:01 +01:00

23 lines
518 B
JSON

{
"name": "holycow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@awesome.me/kit-2b1ce28b9d": "^1.0.4",
"@steffo/bluelib": "^9.1.0",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"classnames": "^2.5.1",
"next": "15.0.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"swr": "^2.2.5",
"typescript": "^5.7.2"
}
}