{
  "name": "@vanilla-extract/next-plugin",
  "version": "2.5.2",
  "description": "Zero-runtime Stylesheets-in-TypeScript",
  "main": "dist/vanilla-extract-next-plugin.cjs.js",
  "module": "dist/vanilla-extract-next-plugin.esm.js",
  "types": "dist/vanilla-extract-next-plugin.cjs.d.ts",
  "preconstruct": {
    "entrypoints": [
      "index.ts"
    ]
  },
  "files": [
    "/dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vanilla-extract-css/vanilla-extract.git",
    "directory": "packages/next-plugin"
  },
  "author": "SEEK",
  "license": "MIT",
  "dependencies": {
    "semver": "^7.6.3",
    "@vanilla-extract/turbopack-plugin": "^0.1.3",
    "@vanilla-extract/webpack-plugin": "^2.3.27"
  },
  "peerDependencies": {
    "next": ">=12.1.7"
  },
  "devDependencies": {
    "@types/semver": "^7.7.1",
    "next": "12.3.4",
    "webpack": "^5.90.0"
  }
}