{ "name": "accords-library.com", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@fontsource/vollkorn": "^4.5.1", "@fontsource/zen-maru-gothic": "^4.5.3", "next": "^12.0.7", "react": "17.0.2", "react-dom": "17.0.2" }, "devDependencies": { "@tailwindcss/typography": "^0.5.0", "@types/node": "16.11.6", "@types/react": "17.0.34", "eslint": "7.32.0", "eslint-config-next": "12.0.2", "tailwindcss": "^3.0.8", "typescript": "4.4.4" } }