pelita-webtournament/package.json
Rike-Benjamin Schuppner 1047ece799 WIP
2024-07-19 18:00:43 +02:00

31 lines
644 B
JSON

{
"name": "pelita-webtournament",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"animejs": "^3.2.2",
"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"
}
}