UNPKG

@threlte/theatre

Version:

Threlte Components for Theatre, an animation library with a professional motion design toolset

84 lines 2.37 kB
{ "name": "@threlte/theatre", "version": "3.0.1", "author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)", "license": "MIT", "description": "Threlte Components for Theatre, an animation library with a professional motion design toolset", "devDependencies": { "@sveltejs/adapter-auto": "^3.3.1", "@sveltejs/kit": "^2.7.7", "@sveltejs/package": "^2.3.7", "@sveltejs/vite-plugin-svelte": "^4.0.0", "@types/node": "^20.12.7", "@types/three": "^0.175.0", "@typescript-eslint/eslint-plugin": "^7.6.0", "@typescript-eslint/parser": "^7.6.0", "@yushijinhun/three-minifier-rollup": "^0.4.0", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.36.0", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", "publint": "^0.2.7", "rimraf": "^5.0.5", "svelte": "^5.26.2", "svelte-check": "^3.6.9", "svelte-preprocess": "^5.1.3", "svelte2tsx": "^0.7.6", "three": "^0.175.0", "tslib": "^2.6.2", "type-fest": "^4.15.0", "typescript": "^5.6.3", "vite": "^5.2.8", "@threlte/core": "8.0.2", "@threlte/extras": "9.1.2" }, "peerDependencies": { "svelte": ">=4", "three": ">=0.155", "@threlte/core": ">=8.0.0-next.0", "@threlte/extras": ">=9.0.0-next.0", "@theatre/core": ">=0.6", "@theatre/studio": ">=0.6" }, "type": "module", "keywords": [ "theatre", "threlte", "svelte", "three", "three.js", "3d", "animation", "motion" ], "homepage": "https://threlte.xyz", "repository": { "type": "git", "url": "https://github.com/threlte/threlte.git", "directory": "packages/theatre" }, "bugs": { "url": "https://github.com/threlte/threlte/issues" }, "exports": { ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js" } }, "types": "./dist/index.d.ts", "svelte": "./dist/index.js", "files": [ "dist" ], "scripts": { "dev": "vite dev", "package": "svelte-kit sync && svelte-package && node ./scripts/cleanupPackage.js && publint", "check": "svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check .", "format": "prettier --write .", "cleanup": "rimraf node_modules .svelte-kit dist" } }