{ "name": "yude.jp", "version": "1.0.0", "description": "Front page of yude.jp", "main": "index.js", "scripts": { "dev": "next -p 30501", "build": "next build", "start": "next start", "export": "next export" }, "repository": { "type": "git", "url": "git+https://github.com/yudemoe/yude.jp.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/yudemoe/yude.jp/issues" }, "homepage": "https://github.com/yudemoe/yude.jp#readme", "dependencies": { "@zeit/next-css": "^1.0.1", "autoprefixer": "^10.2.4", "next": "^10.0.6", "postcss": "^8.2.4", "react": "^17.0.1", "react-dom": "^17.0.1", "tailwindcss": "^2.0.2" } }