{
  "name": "@ds-pack/components-experimental",
  "version": "0.0.6",
  "main": "src/index.ts",
  "source": "src/index.ts",
  "repository": "git@github.com:ds-pack/components.git",
  "author": "Matt Hamlin <matthewjameshamlin@gmail.com>",
  "license": "MIT",
  "scripts": {
    "build": "node scripts/build.js",
    "test": "jest",
    "test-watch": "jest --watch",
    "test-cov": "jest --collectCoverage",
    "prepub": "yarn build",
    "pub": "yarn publish --access public",
    "tsc": "tsc --noEmit"
  },
  "devDependencies": {
    "@babel/cli": "^7",
    "@babel/core": "^7",
    "@babel/preset-env": "^7",
    "@babel/preset-react": "^7",
    "@babel/preset-typescript": "^7.16.7",
    "@ds-pack/use-refs": "*",
    "@testing-library/jest-dom": "^5",
    "@testing-library/react": "^10",
    "@types/jest": "^25",
    "@types/react": "^16",
    "@types/react-dom": "^16",
    "@vanilla-extract/babel-plugin": "^1.1.4",
    "@vanilla-extract/css": "^1.6.8",
    "@vanilla-extract/dynamic": "^2.0.2",
    "@vanilla-extract/esbuild-plugin": "^2.0.2",
    "babel-jest": "^26",
    "esbuild": "^0.14.25",
    "jest": "^26",
    "nanopop": "^2",
    "polished": "^4.1.4",
    "prettier": "^2",
    "rainbow-sprinkles": "^0",
    "react": "experimental",
    "react-dom": "experimental",
    "react-is": "experimental",
    "typescript": "^4"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "@ds-pack/use-refs": "*",
    "@vanilla-extract/css": "^1.6.8",
    "@vanilla-extract/dynamic": "^2.0.2",
    "nanopop": "^2",
    "rainbow-sprinkles": "^0.6.0",
    "react": "*",
    "react-dom": "*"
  }
}
