{
  "name": "rescript-template-nextjs",
  "version": "0.0.0",
  "author": "Patrick Ecker <ryyppy@users.noreply.github.com>",
  "license": "Apache-2.0",
  "dependencies": {
    "@rescript/react": "^0.13.1",
    "next": "^15.1.6",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "repository": "https://github.com/rescript-lang/create-rescript-app",
  "scripts": {
    "dev": "next",
    "debug": "NODE_OPTIONS='--inspect' next",
    "build": "rescript && next build",
    "start": "npx serve out",
    "res:build": "rescript",
    "res:clean": "rescript clean",
    "res:dev": "rescript -w"
  },
  "devDependencies": {
    "autoprefixer": "10.1.0",
    "cssnano": "^6.0.1",
    "gentype": "4.1",
    "postcss": "^8.4.32",
    "tailwindcss": "^3.3.6"
  }
}
