{ "name": "railway-docs", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --port ${PORT-3001}", "build": "next build", "postbuild": "next-sitemap", "start": "next start --port ${PORT-3001}", "clean": "rm -rf .next", "tsc": "tsc -p .", "generate": "prisma generate", "migrate:dev": "prisma migrate dev", "migrate:deploy": "prisma migrate deploy", "migrate:status": "prisma migrate status" }, "dependencies": { "@prisma/client": "3.9.0", "@radix-ui/react-scroll-area": "^0.0.11", "@tailwindcss/typography": "^0.4.0", "copy-to-clipboard": "^3.3.1", "dayjs": "^1.10.4", "fathom-client": "^3.1.0", "fuse.js": "^6.4.6", "next": "10.2.3", "next-seo": "^4.23.0", "next-themes": "^0.0.14", "prismjs": "^1.23.0", "react": "17.0.2", "react-aria": "^3.5.0", "react-dom": "17.0.2", "react-feather": "^2.0.9", "react-is": "17.0.2", "react-syntax-highlighter": "^15.4.3", "styled-components": "5.3.3", "theme-custom-properties": "^1.0.0", "tinykeys": "1.3.0", "twin.macro": "^2.3.2", "uuid": "^8.3.2", "zustand": "^3.4.1" }, "devDependencies": { "@types/node": "^14.14.37", "@types/react": "^17.0.3", "@types/react-syntax-highlighter": "^13.5.0", "@types/styled-components": "^5.1.9", "autoprefixer": "^10.2.5", "next-compose-plugins": "^2.2.1", "next-mdx-enhanced": "^5.0.0", "next-sitemap": "^1.6.57", "postcss": "^8.2.10", "prettier": "^2.2.1", "prisma": "3.9.0", "remark-autolink-headings": "^6.0.1", "remark-slug": "^6.0.0", "tailwindcss": "^2.1.1", "ts-node": "^9.1.1", "typescript": "^4.2.4" }, "babelMacros": { "twin": { "preset": "styled-components" } } }