{
  "name": "ft3d-react",
  "files": [
    "dist"
  ],
  "main": "./dist/ft3d-react.mjs",
  "module": "./dist/ft3d-react.mjs",
  "exports": {
    ".": {
      "import": "./dist/ft3d-react.mjs",
      "require": "./dist/ft3d-react.mjs"
    }
  },
  "types": "./dist/index.d.ts",
  "private": false,
  "sideEffects": false,
  "version": "1.0.1",
  "description": "ft3d is a React/Vue 3d game development framework that ships with a complete visual editor",
  "repository": "https://github.com/stevengogo/lingo3d/tree/main/lingo3d-react",
  "homepage": "https://lingo3d.com",
  "author": "ft3d",
  "license": "MIT",
  "keywords": [
    "ft3d",
    "3d",
    "game",
    "react",
    "vue"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build --config vite.config.production.ts && tsc --declaration --noEmit false --emitDeclarationOnly --outDir dist",
    "preview": "vite preview"
  },
  "dependencies": {
    "@lincode/hooks": "*",
    "@lincode/promiselikes": "*",
    "@lincode/reactivity": "*",
    "@lincode/utils": "*",
    "@tweakpane/core": "1.1.0",
    "@types/three": "0.144.0",
    "ft3d": "^1.0.6",
    "nanoid": "*",
    "popmotion": "*",
    "preact": "*",
    "stats.js": "*",
    "tweakpane": "3.1.0"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.0.21",
    "@types/react-dom": "^18.0.6",
    "@types/stats.js": "^0.17.0",
    "@vitejs/plugin-react": "^2.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^4.8.4",
    "vite": "^3.1.8"
  },
  "prettier": {
    "trailingComma": "none",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": false
  }
}
