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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "name": "threepipe",
  3. "version": "0.0.33",
  4. "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.",
  5. "main": "dist/index.js",
  6. "module": "dist/index.mjs",
  7. "types": "src/index.ts",
  8. "sources": "src/index.ts",
  9. "browser": "dist/index.js",
  10. "type": "module",
  11. "scripts": {
  12. "compile": "rimraf lib && npm run compile:esm && npm run copy:css",
  13. "compile:esm": "tsc -p ./src",
  14. "copy:css": "copyfiles -u 1 \"src/**/*.css\" lib",
  15. "new:pack": "npm run prepare && clean-package && npm pack && clean-package restore",
  16. "new:publish": "npm run prepare && clean-package && npm publish && clean-package restore",
  17. "build": "npm run update-version && npm run compile && vite build",
  18. "dev": "NODE_ENV=development vite build --watch",
  19. "build-examples": "tsc --project examples/tsconfig.build.json",
  20. "dev-examples": "tsc --project examples/tsconfig.build.json -w",
  21. "serve-docs": "ws -d docs -p 8080",
  22. "serve": "ws -d . -p 9229",
  23. "docs": "npx typedoc && npm run website:build",
  24. "docs-plugins": "node scripts/each-plugin.mjs run docs",
  25. "docs-all": "npm run docs && npm run docs-plugins",
  26. "build-plugins": "node scripts/each-plugin.mjs install",
  27. "prepare": "npm run build && npm run build-plugins && npm run build-examples",
  28. "update-version": "node scripts/update-version.mjs",
  29. "website:dev": "vitepress dev website",
  30. "website:build": "vitepress build website",
  31. "website:preview": "vitepress preview website"
  32. },
  33. "clean-package": {
  34. "remove": [
  35. "clean-package",
  36. "scripts",
  37. "devDependencies",
  38. "optionalDependencies",
  39. "//"
  40. ],
  41. "replace": {
  42. "main": "dist/index.js",
  43. "module": "dist/index.mjs",
  44. "browser": "dist/index.js",
  45. "types": "dist/index.d.ts"
  46. }
  47. },
  48. "files": [
  49. "dist",
  50. "src",
  51. "lib",
  52. "examples",
  53. "plugins/*/dist",
  54. "plugins/*/src",
  55. "plugins/*/tsconfig.json",
  56. "tsconfig.json"
  57. ],
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/repalash/threepipe.git"
  61. },
  62. "keywords": [
  63. "3d",
  64. "three.js",
  65. "typescript",
  66. "javascipt",
  67. "browser",
  68. "esm",
  69. "rendering",
  70. "viewer",
  71. "webgl",
  72. "webgi",
  73. "canvas"
  74. ],
  75. "author": "repalash <palash@shaders.app>",
  76. "license": "Apache-2.0",
  77. "bugs": {
  78. "url": "https://github.com/repalash/threepipe/issues"
  79. },
  80. "homepage": "https://github.com/repalash/threepipe#readme",
  81. "devDependencies": {
  82. "@rollup/plugin-json": "^6.0.0",
  83. "@rollup/plugin-replace": "^5.0.2",
  84. "@types/stats.js": "^0.17.0",
  85. "@typescript-eslint/eslint-plugin": "^5.59.7",
  86. "@typescript-eslint/parser": "^5.59.5",
  87. "clean-package": "^2.2.0",
  88. "@types/node": "^22.10.2",
  89. "copyfiles": "^2.4.1",
  90. "eslint": "^8.40.0",
  91. "eslint-import-resolver-typescript": "^3.5.5",
  92. "eslint-plugin-deprecation": "^1.4.1",
  93. "eslint-plugin-html": "^7.1.0",
  94. "eslint-plugin-import": "^2.27.5",
  95. "local-web-server": "^5.3.0",
  96. "popmotion": "^11.0.5",
  97. "rimraf": "^5.0.1",
  98. "rollup-plugin-glsl": "^1.3.0",
  99. "rollup-plugin-license": "^3.0.1",
  100. "three": "https://github.com/repalash/three.js-modded/releases/download/v0.153.1006/package.tgz",
  101. "tslib": "^2.5.0",
  102. "typedoc": "^0.27.5",
  103. "typescript": "^5.7.2",
  104. "typescript-plugin-css-modules": "^5.0.1",
  105. "vite": "^6.0.5",
  106. "vite-plugin-dts": "^4.4.0",
  107. "vitepress": "^1.5.0",
  108. "vitepress-plugin-nprogress": "^0.0.4"
  109. },
  110. "dependencies": {
  111. "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.153.1002/package.tgz",
  112. "@types/webxr": "^0.5.1",
  113. "@types/wicg-file-system-access": "^2020.9.5",
  114. "stats.js": "^0.17.0",
  115. "ts-browser-helpers": "^0.15.0",
  116. "uiconfig.js": "^0.0.12"
  117. },
  118. "//": {
  119. "dependencies": {
  120. "uiconfig.js": "^0.0.12",
  121. "ts-browser-helpers": "^0.14.2",
  122. "three": "https://github.com/repalash/three.js-modded/releases/download/v0.153.1006/package.tgz",
  123. "three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.153.1006.tar.gz",
  124. "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.153.1002/package.tgz",
  125. "@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.153.1002.tar.gz",
  126. "@types/three-pkg": "https://gitpkg.now.sh/repalash/three-ts-types/types/three?modded_three"
  127. },
  128. "local_dependencies": {
  129. "uiconfig.js": "^file:./../uiconfig",
  130. "ts-browser-helpers": "file:./../ts-browser-helpers",
  131. "three": "file:./../three.js",
  132. "@types/three": "file:./../three-ts-types/types/three"
  133. }
  134. },
  135. "optionalDependencies": {
  136. "win-node-env": "^0.6.1"
  137. },
  138. "browserslist": [
  139. "defaults"
  140. ],
  141. "sideEffects": false
  142. }