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 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. {
  2. "name": "threepipe",
  3. "version": "0.0.8-dev",
  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. "prepare": "npm run build && npm run build-examples"
  21. },
  22. "clean-package": {
  23. "remove": [
  24. "clean-package",
  25. "scripts",
  26. "devDependencies",
  27. "optionalDependencies",
  28. "//",
  29. "markdown-to-html"
  30. ],
  31. "replace": {
  32. "main": "dist/index.js",
  33. "module": "dist/index.mjs",
  34. "browser": "dist/index.js",
  35. "types": "dist/index.d.ts"
  36. }
  37. },
  38. "files": [
  39. "dist",
  40. "src",
  41. "examples",
  42. "plugins",
  43. "tsconfig.json"
  44. ],
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/repalash/threepipe.git"
  48. },
  49. "keywords": [
  50. "3d",
  51. "three.js",
  52. "typescript",
  53. "javascipt",
  54. "browser",
  55. "esm",
  56. "rendering",
  57. "viewer",
  58. "webgl",
  59. "webgi",
  60. "canvas"
  61. ],
  62. "author": "repalash <palash@shaders.app>",
  63. "license": "Apache-2.0",
  64. "bugs": {
  65. "url": "https://github.com/repalash/threepipe/issues"
  66. },
  67. "homepage": "https://github.com/repalash/threepipe#readme",
  68. "devDependencies": {
  69. "@rollup/plugin-commonjs": "^25.0.0",
  70. "@rollup/plugin-json": "^6.0.0",
  71. "@rollup/plugin-node-resolve": "^15.0.2",
  72. "@rollup/plugin-terser": "^0.4.3",
  73. "@rollup/plugin-typescript": "^11.1.1",
  74. "@types/stats.js": "^0.17.0",
  75. "@typescript-eslint/eslint-plugin": "^5.59.7",
  76. "@typescript-eslint/parser": "^5.59.5",
  77. "clean-package": "^2.2.0",
  78. "eslint": "^8.40.0",
  79. "eslint-import-resolver-typescript": "^3.5.5",
  80. "eslint-plugin-deprecation": "^1.4.1",
  81. "eslint-plugin-html": "^7.1.0",
  82. "eslint-plugin-import": "^2.27.5",
  83. "local-web-server": "^5.3.0",
  84. "markdown-to-html-cli": "^3.7.0",
  85. "rimraf": "^5.0.1",
  86. "rollup": "^3.23.0",
  87. "rollup-plugin-license": "^3.0.1",
  88. "rollup-plugin-postcss": "^4.0.2",
  89. "stats.js": "^0.17.0",
  90. "three": "https://github.com/repalash/three.js-modded/releases/download/v0.152.2010/package.tgz",
  91. "tslib": "^2.5.0",
  92. "tweakpane": "^3.1.9",
  93. "@tweakpane/core": "^1.1.8",
  94. "typedoc": "^0.24.7",
  95. "typescript": "^5.0.4",
  96. "typescript-plugin-css-modules": "^5.0.1",
  97. "uiconfig-tweakpane": "^0.0.3",
  98. "uiconfig.js": "^0.0.4",
  99. "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.403/package.tgz"
  100. },
  101. "dependencies": {
  102. "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1011/package.tgz",
  103. "@types/webxr": "^0.5.1",
  104. "@types/wicg-file-system-access": "^2020.9.5",
  105. "ts-browser-helpers": "^0.6.0"
  106. },
  107. "//": {
  108. "dependencies": {
  109. "uiconfig.js": "^0.0.4",
  110. "ts-browser-helpers": "^0.5.0",
  111. "uiconfig-tweakpane": "^0.0.3",
  112. "three": "https://github.com/repalash/three.js-modded/releases/download/v0.152.2010/package.tgz",
  113. "three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.152.2010.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. "tweakpane-image-plugin": "git+ssh://github.com/repalash/tweakpane-image-plugin.git#52d5542047fd07d2e7225b5b67c9f7620366f2c7"
  118. },
  119. "local_dependencies": {
  120. "uiconfig-tweakpane": "^file:./../uiconfig-tweakpane",
  121. "uiconfig.js": "^file:./../uiconfig",
  122. "ts-browser-helpers": "file:./../ts-browser-helpers",
  123. "three": "file:./../three.js",
  124. "@types/three": "file:./../three-ts-types/types/three"
  125. }
  126. },
  127. "optionalDependencies": {
  128. "win-node-env": "^0.6.1"
  129. },
  130. "browserslist": [
  131. "defaults"
  132. ],
  133. "markdown-to-html": {
  134. "document": {
  135. "title": "Three Pipe",
  136. "description": "A new way to work with three.js, 3D models and rendering on the web.",
  137. "style": "body { padding: 4rem; } @media (max-width: 768px) { body { padding: 2.5rem 1rem; } }",
  138. "meta": [
  139. {
  140. "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility"
  141. },
  142. {
  143. "keywords": "3d,three.js,typescript,javascipt,browser,esm,rendering,viewer,webgl,webgi,canvas"
  144. }
  145. ]
  146. },
  147. "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>",
  148. "github-corners": "https://github.com/repalash/threepipe",
  149. "reurls": {
  150. "README.md": "index.html"
  151. }
  152. }
  153. }