{
  "name": "@example/with-next",
  "description": "next with twind example",
  "version": "1.0.1",
  "private": true,
  "license": "MIT",
  "bugs": "https://github.com/tw-in-js/twind/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/tw-in-js/twind.git",
    "directory": "examples/with-next"
  },
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "start": "npm run dev",
    "dev": "next",
    "build": "next build",
    "serve": "next start",
    "export": "next export"
  },
  "devDependencies": {
    "@twind/core": "1.0.1",
    "@twind/preset-autoprefix": "1.0.1",
    "@twind/preset-tailwind": "1.0.1",
    "@twind/with-next": "1.0.1",
    "@types/node": "^14.18.33",
    "@types/react": "^17.0.52",
    "next": "^12.3.3",
    "next-compose-plugins": "^2.2.1",
    "next-transpile-modules": "^9.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.8.4"
  }
}
