UNPKG

threepipe

Version:

A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.

118 lines (117 loc) 3.13 kB
{ "name": "threepipe", "version": "0.0.37", "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "sources": "src/index.ts", "browser": "dist/index.js", "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts", "require": "./dist/index.js" }, "./dist/": { "import": "./dist/", "require": "./dist/" }, "./lib": { "import": "./lib/index.js", "types": "./lib/index.d.ts" }, "./lib/": { "import": "./lib/", "require": "./lib/" } }, "type": "module", "files": [ "dist", "src", "lib", "examples", "plugins/*/dist", "plugins/*/src", "plugins/*/tsconfig.json", "tsconfig.json" ], "repository": { "type": "git", "url": "git://github.com/repalash/threepipe.git" }, "keywords": [ "3d", "three.js", "typescript", "javascipt", "browser", "esm", "rendering", "viewer", "webgl", "webgi", "canvas" ], "author": "repalash <palash@shaders.app>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/repalash/threepipe/issues" }, "homepage": "https://github.com/repalash/threepipe#readme", "devDependencies": { "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-replace": "^5.0.2", "@types/stats.js": "^0.17.0", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.5", "clean-package": "^2.2.0", "@types/node": "^22.10.2", "copyfiles": "^2.4.1", "eslint": "^8.40.0", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-deprecation": "^1.4.1", "eslint-plugin-html": "^7.1.0", "eslint-plugin-import": "^2.27.5", "local-web-server": "^5.3.0", "rimraf": "^5.0.1", "rollup-plugin-glsl": "^1.3.0", "rollup-plugin-license": "^3.0.1", "three": "https://github.com/repalash/three.js-modded/releases/download/v0.153.1006/package.tgz", "tslib": "^2.5.0", "typedoc": "^0.27.5", "typescript": "5.7.2", "typescript-plugin-css-modules": "^5.0.1", "vite": "^6.0.5", "vite-plugin-dts": "^4.4.0", "vitepress": "^1.5.0", "vitepress-plugin-nprogress": "^0.0.4" }, "dependencies": { "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.153.1002/package.tgz", "@types/webxr": "^0.5.1", "@types/wicg-file-system-access": "^2020.9.5", "stats.js": "^0.17.0", "ts-browser-helpers": "^0.16.2", "uiconfig.js": "^0.1.3", "popmotion": "^11.0.5" }, "peerDependencies": { "three": "https://github.com/repalash/three.js-modded/releases/download/v0.153.1006/package.tgz" }, "peerDependenciesMeta": { "three": { "optional": true } }, "overrides": { "ts-browser-helpers": "$ts-browser-helpers", "three": "$three", "@types/three": "$@types/three" }, "browserslist": [ "defaults" ], "sideEffects": false }