{ "name": "c0ntroller.de", "private": true, "scripts": { "dev": "npx next dev", "build": "npx next build", "start": "npx next start", "lint": "npx next lint" }, "dependencies": { "asciidoctor": "^2.2.5", "color": "^4.2.3", "highlight.js": "^11.5.1", "next": "12.1.0", "node-fetch": "^3.2.0", "phosphor-react": "^1.3.1", "react": "17.0.2", "react-dom": "17.0.2", "swr": "^1.1.2" }, "devDependencies": { "@types/color": "^3.0.3", "@types/node": "16.11.11", "@types/react": "17.0.37", "eslint": "7.32.0", "eslint-config-next": "12.0.4", "sass": "^1.49.7", "typescript": "4.5.2" } }