threepipe
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "threepipe",
  3. "version": "0.0.9-dev.1",
  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": "src/index.ts",
  6. "module": "dist/index.mjs",
  7. "types": "src/index.ts",
  8. "sources": "src/index.ts",
  9. "type": "module",
  10. "scripts": {
  11. "new:pack": "npm run prepare && clean-package && npm pack && clean-package restore",
  12. "new:publish": "npm run prepare && clean-package && npm publish && clean-package restore",
  13. "build": "rimraf dist && NODE_ENV=production rollup -c",
  14. "dev": "rollup -c -w",
  15. "build-examples": "tsc --project examples/tsconfig.build.json",
  16. "dev-examples": "tsc --project examples/tsconfig.build.json -w",
  17. "serve-docs": "ws -d docs -p 8080",
  18. "serve": "ws -d . -p 9229",
  19. "docs": "npx typedoc && markdown-to-html",
  20. "build-plugins": "node scripts/build-plugins.mjs",
  21. "prepare": "npm run build && npm run build-plugins && npm run build-examples"
  22. },
  23. "clean-package": {
  24. "remove": [
  25. "clean-package",
  26. "scripts",
  27. "devDependencies",
  28. "optionalDependencies",
  29. "//",
  30. "markdown-to-html"
  31. ],
  32. "replace": {
  33. "main": "dist/index.js",
  34. "module": "dist/index.mjs",
  35. "browser": "dist/index.js",
  36. "types": "dist/index.d.ts"
  37. }
  38. },
  39. "files": [
  40. "dist",
  41. "src",
  42. "examples",
  43. "plugins/*/dist",
  44. "plugins/*/src",
  45. "plugins/*/tsconfig.json",
  46. "tsconfig.json"
  47. ],
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/repalash/threepipe.git"
  51. },
  52. "keywords": [
  53. "3d",
  54. "three.js",
  55. "typescript",
  56. "javascipt",
  57. "browser",
  58. "esm",
  59. "rendering",
  60. "viewer",
  61. "webgl",
  62. "webgi",
  63. "canvas"
  64. ],
  65. "author": "repalash <palash@shaders.app>",
  66. "license": "Apache-2.0",
  67. "bugs": {
  68. "url": "https://github.com/repalash/threepipe/issues"
  69. },
  70. "homepage": "https://github.com/repalash/threepipe#readme",
  71. "devDependencies": {
  72. "@rollup/plugin-commonjs": "^25.0.0",
  73. "@rollup/plugin-json": "^6.0.0",
  74. "@rollup/plugin-node-resolve": "^15.0.2",
  75. "@rollup/plugin-terser": "^0.4.3",
  76. "@rollup/plugin-typescript": "^11.1.1",
  77. "@types/stats.js": "^0.17.0",
  78. "@typescript-eslint/eslint-plugin": "^5.59.7",
  79. "@typescript-eslint/parser": "^5.59.5",
  80. "clean-package": "^2.2.0",
  81. "eslint": "^8.40.0",
  82. "eslint-import-resolver-typescript": "^3.5.5",
  83. "eslint-plugin-deprecation": "^1.4.1",
  84. "eslint-plugin-html": "^7.1.0",
  85. "eslint-plugin-import": "^2.27.5",
  86. "local-web-server": "^5.3.0",
  87. "markdown-to-html-cli": "^3.7.0",
  88. "rimraf": "^5.0.1",
  89. "rollup": "^3.23.0",
  90. "rollup-plugin-license": "^3.0.1",
  91. "rollup-plugin-glsl": "^1.3.0",
  92. "rollup-plugin-postcss": "^4.0.2",
  93. "stats.js": "^0.17.0",
  94. "three": "https://github.com/repalash/three.js-modded/releases/download/v0.152.2012/package.tgz",
  95. "tslib": "^2.5.0",
  96. "typedoc": "^0.24.7",
  97. "typescript": "^5.0.4",
  98. "typescript-plugin-css-modules": "^5.0.1",
  99. "uiconfig.js": "^0.0.6",
  100. "rollup-plugin-replace": "^2.2.0"
  101. },
  102. "dependencies": {
  103. "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1011/package.tgz",
  104. "@types/webxr": "^0.5.1",
  105. "@types/wicg-file-system-access": "^2020.9.5",
  106. "ts-browser-helpers": "^0.8.0"
  107. },
  108. "//": {
  109. "dependencies": {
  110. "uiconfig.js": "^0.0.6",
  111. "ts-browser-helpers": "^0.8.0",
  112. "three": "https://github.com/repalash/three.js-modded/releases/download/v0.152.2012/package.tgz",
  113. "three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.152.2012.tar.gz",
  114. "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1011/package.tgz",
  115. "@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.152.1011.tar.gz",
  116. "@types/three-pkg": "https://gitpkg.now.sh/repalash/three-ts-types/types/three?modded_three"
  117. },
  118. "local_dependencies": {
  119. "uiconfig.js": "^file:./../uiconfig",
  120. "ts-browser-helpers": "file:./../ts-browser-helpers",
  121. "three": "file:./../three.js",
  122. "@types/three": "file:./../three-ts-types/types/three"
  123. }
  124. },
  125. "optionalDependencies": {
  126. "win-node-env": "^0.6.1"
  127. },
  128. "browserslist": [
  129. "defaults"
  130. ],
  131. "markdown-to-html": {
  132. "document": {
  133. "title": "Three Pipe",
  134. "description": "A new way to work with three.js, 3D models and rendering on the web.",
  135. "style": "body { padding: 4rem; } @media (max-width: 768px) { body { padding: 2.5rem 1rem; } }",
  136. "meta": [
  137. {
  138. "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility"
  139. },
  140. {
  141. "keywords": "3d,three.js,typescript,javascipt,browser,esm,rendering,viewer,webgl,webgi,canvas"
  142. }
  143. ]
  144. },
  145. "favicon": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>",
  146. "github-corners": "https://github.com/repalash/threepipe",
  147. "reurls": {
  148. "README.md": "index.html"
  149. }
  150. },
  151. "sideEffects": false
  152. }