pelita-webtournament/package.json
Rike-Benjamin Schuppner 42baea3403 Lots of changes
2024-08-31 12:56:27 +03:00

35 lines
795 B
JSON

{
"name": "pelita-webtournament",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-remote": "next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/nft": "^0.27.3",
"animejs": "^3.2.2",
"framer-motion": "^11.3.17",
"http-proxy-middleware": "^3.0.0",
"jszmq": "^0.1.2",
"next": "^14.2.5",
"react": "^18",
"react-dom": "^18",
"zeromq": "^6.0.0-beta.20"
},
"devDependencies": {
"@types/animejs": "^3.1.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}