1
Fork 0
holycow/holycow_frontend/package.json

22 lines
521 B
JSON

{
"name": "holycow_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 30000",
"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",
"typescript": "^5.7.2"
}
}