{
  "name": "@vanilla-extract/integration",
  "version": "6.2.1",
  "description": "Zero-runtime Stylesheets-in-TypeScript",
  "main": "dist/vanilla-extract-integration.cjs.js",
  "files": [
    "/dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vanilla-extract-css/vanilla-extract.git",
    "directory": "packages/integration"
  },
  "author": "SEEK",
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.20.7",
    "@babel/plugin-syntax-typescript": "^7.20.0",
    "@vanilla-extract/babel-plugin-debug-ids": "^1.0.2",
    "@vanilla-extract/css": "^1.10.0",
    "esbuild": "0.17.6",
    "eval": "0.1.6",
    "find-up": "^5.0.0",
    "javascript-stringify": "^2.0.1",
    "lodash": "^4.17.21",
    "mlly": "^1.1.0",
    "outdent": "^0.8.0",
    "vite": "^4.1.4",
    "vite-node": "^0.28.5"
  },
  "devDependencies": {
    "@types/babel__core": "^7.1.20",
    "@types/lodash": "^4.14.168"
  }
}