threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.2KB

1 개월 전
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "@threepipe/webgi-plugins",
  3. "version": "0.5.1",
  4. "description": "WebGi - Realistic Rendering Plugins for ThreePipe.",
  5. "main": "dist/index.js",
  6. "module": "dist/index.mjs",
  7. "types": "dist/index.d.ts",
  8. "sources": "src/index.ts",
  9. "browser": "dist/index.js",
  10. "type": "module",
  11. "files": [
  12. "LICENSE",
  13. "NOTICE",
  14. "README.md",
  15. "dist",
  16. "tsconfig.json"
  17. ],
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/repalash/threepipe-webgi.git"
  21. },
  22. "keywords": [
  23. "3d",
  24. "three.js",
  25. "typescript",
  26. "javascipt",
  27. "browser",
  28. "esm",
  29. "rendering",
  30. "viewer",
  31. "webgl",
  32. "webgi",
  33. "canvas"
  34. ],
  35. "author": "repalash <palash@shaders.app> (https://repalash.com)",
  36. "license": "SEE LICENSE IN LICENSE",
  37. "bugs": {
  38. "url": "https://github.com/repalash/threepipe-webgi/issues"
  39. },
  40. "homepage": "https://github.com/repalash/threepipe-webgi#readme",
  41. "dependencies": {
  42. "@threepipe/plugin-tweakpane": "^0.6.0",
  43. "threepipe": "^0.0.47"
  44. },
  45. "browserslist": [
  46. "defaults"
  47. ],
  48. "sideEffects": false,
  49. "overrides": {
  50. "threepipe": "$threepipe",
  51. "@threepipe/plugin-tweakpane": "$@threepipe/plugin-tweakpane"
  52. }
  53. }