|
- {
- "name": "nerdbrawl.de",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "dev": "next dev",
- "build": "next build",
- "start": "next start"
- },
- "dependencies": {
- "@types/react-icons": "^3.0.0",
- "autoprefixer": "^10.2.1",
- "next": "10.0.5",
- "next-pwa": "^5.0.2",
- "postcss": "^8.2.4",
- "react": "17.0.1",
- "react-dom": "17.0.1",
- "react-icons": "^4.1.0",
- "react-spotify-player": "^1.0.4",
- "tailwindcss": "^2.0.2"
- },
- "devDependencies": {
- "@types/node": "^14.14.20",
- "@types/react": "^17.0.0",
- "typescript": "^4.1.3"
- }
- }
|