UNPKG

@tomorrowevening/hermes

Version:

An extendable set of Web Tools controlled via a separate window for non-intereference with content.

80 lines (79 loc) 2.47 kB
{ "name": "@tomorrowevening/hermes", "author": "Colin Duffy <http://tomorrowevening.com/>", "description": "An extendable set of Web Tools controlled via a separate window for non-intereference with content.", "license": "GPL-3.0-or-later", "main": "./dist/hermes.cjs.js", "module": "./dist/hermes.esm.js", "types": "./types/index.d.ts", "type": "module", "version": "0.0.146", "homepage": "https://github.com/tomorrowevening/hermes#readme", "bugs": { "url": "https://github.com/tomorrowevening/hermes/issues" }, "keywords": [ "Editor", "Remote", "TheatreJS", "ThreeJS" ], "files": [ "dist/hermes.es.js", "dist/hermes.cjs.js", "dist/hermes.css", "types/**/*.d.ts" ], "exports": { ".": { "types": "./types/index.d.ts", "import": "./dist/hermes.es.js", "require": "./dist/hermes.cjs.js" }, "./hermes.css": "./dist/hermes.css" }, "repository": { "type": "git", "url": "git+https://github.com/tomorrowevening/hermes.git" }, "scripts": { "server": "node server/index.mjs", "clean": "rm -r dist && rm -r types", "dev": "vite", "declare": "tsc --declaration --emitDeclarationOnly --declarationDir types", "buildLib": "yarn declare && vite build", "buildExample": "vite build --config vite.config.example.ts", "build": "yarn buildLib && yarn buildExample", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "devDependencies": { "@theatre/core": "^0.7.2", "@theatre/studio": "^0.7.2", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@types/three": "^0.177.0", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", "@vitejs/plugin-react": "^4.0.3", "camera-controls": "^2.9.0", "detect-gpu": "^5.0.70", "eslint": "^8.45.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "glslify": "^7.1.1", "glslify-loader": "^2.0.0", "path": "^0.12.7", "postprocessing": "^6.37.6", "react": "^18.2.0", "react-dom": "^18.2.0", "sass": "^1.89.2", "stats-gl": "^3.6.0", "three": "^0.177.0", "typescript": "^5.0.2", "vite": "^6.3.5", "vite-plugin-glsl": "1.2.1", "ws": "^8.16.0" } }