1
Fork 0
holycow/holycow_frontend/package.json
2024-11-30 23:34:29 +01:00

22 lines
503 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"
},
"license": "EUPL-1.2",
"dependencies": {
"@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"
}
}