{
  "name": "feng3d-three-examples",
  "version": "0.0.3",
  "description": "@feng3d/three引擎示例",
  "main": "public/index.html",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "clean": "rimraf \"{lib,dist,public}\"",
    "watch": "tsc -w",
    "test": "tsc",
    "lint": "eslint --ext .js --ext .ts src --ignore-path .gitignore --max-warnings 0",
    "lintfix": "npm run lint -- --fix",
    "release": "npm run clean && npm run lint && npm run build && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/feng3d/feng3d-three-examples.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "public"
  ],
  "keywords": [
    "feng3d",
    "examples",
    "webgl",
    "3dEngine"
  ],
  "author": "feng",
  "license": "ISC",
  "devDependencies": {
    "@types/opentype.js": "^1.3.4",
    "@types/stats.js": "^0.17.0",
    "@typescript-eslint/eslint-plugin": "5.17.0",
    "@typescript-eslint/parser": "5.17.0",
    "copyfiles": "^2.4.1",
    "eslint": "8.12.0",
    "fast-glob": "^3.2.12",
    "fs-extra": "^10.1.0",
    "rimraf": "3.0.2",
    "typescript": "4.8.4",
    "vite": "^3.0.7"
  },
  "dependencies": {
    "@types/three": "0.149.0",
    "feng3d-three": "0.0.3",
    "lil-gui": "^0.18.0",
    "three": "0.149.0",
    "three-bvh-csg": "^0.0.5",
    "three-mesh-bvh": "^0.5.23"
  }
}