threepipe
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "@threepipe/plugin-tweakpane",
  3. "description": "Tweakpane UI Plugin for ThreePipe",
  4. "version": "0.1.0",
  5. "devDependencies": {
  6. "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz",
  7. "uiconfig-tweakpane": "^0.0.4"
  8. },
  9. "dependencies": {
  10. "threepipe": "file:./../../src/"
  11. },
  12. "clean-package": {
  13. "remove": [
  14. "clean-package",
  15. "scripts",
  16. "devDependencies",
  17. "//",
  18. "markdown-to-html"
  19. ],
  20. "replace": {
  21. "dependencies": {
  22. "threepipe": "^0.0.8-dev.1"
  23. }
  24. }
  25. },
  26. "type": "module",
  27. "main": "dist/index.js",
  28. "module": "dist/index.mjs",
  29. "types": "dist/index.d.ts",
  30. "files": [
  31. "dist",
  32. "src"
  33. ],
  34. "scripts": {
  35. "prepare": "npm run build",
  36. "build": "rimraf dist && NODE_ENV=production rollup -c",
  37. "dev": "rollup -c -w"
  38. },
  39. "//": {
  40. "dependencies": {
  41. "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz",
  42. "uiconfig-tweakpane": "^0.0.4"
  43. },
  44. "local_dependencies": {
  45. "tweakpane-image-plugin": "file:./../tweakpane-image-plugin",
  46. "uiconfig-tweakpane": "^file:./../uiconfig-tweakpane"
  47. }
  48. },
  49. "author": "repalash <palash@shaders.app>",
  50. "license": "Apache-2.0",
  51. "keywords": [
  52. "three",
  53. "three.js",
  54. "tweakpane",
  55. "threepipe",
  56. "plugin"
  57. ],
  58. "bugs": {
  59. "url": "https://github.com/repalash/threepipe/issues"
  60. },
  61. "homepage": "https://github.com/repalash/threepipe#readme",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/repalash/threepipe.git"
  65. }
  66. }