create-blocklet 0.9.16 → 0.9.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/index.js +5 -0
  2. package/package.json +1 -1
  3. package/templates/did-connect-dapp/api/hooks/pre-start.js +3 -26
  4. package/templates/did-connect-dapp/package.json +1 -1
  5. package/templates/did-wallet-dapp/package.json +1 -1
  6. package/templates/react-aigne-dapp/.eslintrc.js +13 -0
  7. package/templates/react-aigne-dapp/README.md +34 -0
  8. package/templates/react-aigne-dapp/api/dev.ts +7 -0
  9. package/templates/react-aigne-dapp/api/src/agents/chatbot.ts +30 -0
  10. package/templates/react-aigne-dapp/api/src/agents/index.ts +1 -0
  11. package/templates/react-aigne-dapp/api/src/agents/runtime.ts +16 -0
  12. package/templates/react-aigne-dapp/api/src/agents/type.ts +4 -0
  13. package/templates/react-aigne-dapp/api/src/index.ts +51 -0
  14. package/templates/react-aigne-dapp/api/src/libs/auth.ts +17 -0
  15. package/templates/react-aigne-dapp/api/src/libs/env.ts +6 -0
  16. package/templates/react-aigne-dapp/api/src/libs/logger.ts +3 -0
  17. package/templates/react-aigne-dapp/api/third.d.ts +17 -0
  18. package/templates/react-aigne-dapp/blocklet.md +3 -0
  19. package/templates/react-aigne-dapp/blocklet.yml +55 -0
  20. package/templates/react-aigne-dapp/index.html +17 -0
  21. package/templates/react-aigne-dapp/package.json +122 -0
  22. package/templates/react-aigne-dapp/src/app.tsx +28 -0
  23. package/templates/react-aigne-dapp/src/assets/blocklet.svg +16 -0
  24. package/templates/react-aigne-dapp/src/components/MarkdownRenderer/index.tsx +102 -0
  25. package/templates/react-aigne-dapp/src/components/ScrollView.tsx +95 -0
  26. package/templates/react-aigne-dapp/src/contexts/session.tsx +11 -0
  27. package/templates/react-aigne-dapp/src/env.d.ts +3 -0
  28. package/templates/react-aigne-dapp/src/index.css +66 -0
  29. package/templates/react-aigne-dapp/src/index.tsx +8 -0
  30. package/templates/react-aigne-dapp/src/pages/home.css +44 -0
  31. package/templates/react-aigne-dapp/src/pages/home.tsx +183 -0
  32. package/templates/react-aigne-dapp/template-info.json +12 -0
  33. package/templates/react-aigne-dapp/tsconfig.api.json +12 -0
  34. package/templates/react-aigne-dapp/tsconfig.eslint.json +9 -0
  35. package/templates/react-aigne-dapp/tsconfig.json +102 -0
  36. package/templates/react-aigne-dapp/vite.config.mts +19 -0
  37. package/templates/react-dapp/package.json +1 -1
  38. package/templates/react-dapp-ts/package.json +1 -1
  39. package/templates/react-gun-dapp/package.json +1 -1
  40. package/templates/react-static/package.json +1 -1
  41. package/templates/solidjs-dapp/package.json +1 -1
  42. package/templates/solidjs-static/package.json +1 -1
  43. package/templates/svelte-dapp/package.json +1 -1
  44. package/templates/svelte-static/package.json +1 -1
  45. package/templates/todo-list-example/package.json +1 -1
  46. package/templates/vue-dapp/package.json +1 -1
  47. package/templates/vue-static/package.json +1 -1
  48. package/templates/vue-ts-static/package.json +1 -1
  49. package/templates/vue2-dapp/package.json +1 -1
  50. package/templates/vue2-static/package.json +1 -1
@@ -96,7 +96,7 @@
96
96
  "ts-node": "^10.9.2",
97
97
  "typescript": "^5.6.2",
98
98
  "vite": "^5.4.8",
99
- "vite-plugin-blocklet": "^0.9.16",
99
+ "vite-plugin-blocklet": "^0.9.18",
100
100
  "vite-plugin-svgr": "^4.2.0",
101
101
  "zx": "^8.1.8"
102
102
  },
@@ -49,7 +49,7 @@
49
49
  "rimraf": "^5.0.10",
50
50
  "simple-git-hooks": "^2.11.1",
51
51
  "vite": "^5.4.8",
52
- "vite-plugin-blocklet": "^0.9.16",
52
+ "vite-plugin-blocklet": "^0.9.18",
53
53
  "vue": "^3.5.10",
54
54
  "zx": "^8.1.8"
55
55
  },
@@ -30,7 +30,7 @@
30
30
  "rimraf": "^5.0.10",
31
31
  "simple-git-hooks": "^2.11.1",
32
32
  "vite": "^5.4.8",
33
- "vite-plugin-blocklet": "^0.9.16",
33
+ "vite-plugin-blocklet": "^0.9.18",
34
34
  "vue": "^3.5.10",
35
35
  "zx": "^8.1.8"
36
36
  },
@@ -39,7 +39,7 @@
39
39
  "taze": "^0.16.9",
40
40
  "typescript": "^5.6.2",
41
41
  "vite": "^5.4.8",
42
- "vite-plugin-blocklet": "^0.9.16",
42
+ "vite-plugin-blocklet": "^0.9.18",
43
43
  "vue-tsc": "^2.1.6",
44
44
  "zx": "^8.1.8"
45
45
  },
@@ -48,7 +48,7 @@
48
48
  "rimraf": "^5.0.10",
49
49
  "simple-git-hooks": "^2.11.1",
50
50
  "vite": "^5.4.8",
51
- "vite-plugin-blocklet": "^0.9.16",
51
+ "vite-plugin-blocklet": "^0.9.18",
52
52
  "vue": "^2.7.16",
53
53
  "zx": "^8.1.8"
54
54
  },
@@ -30,7 +30,7 @@
30
30
  "rimraf": "^5.0.10",
31
31
  "simple-git-hooks": "^2.11.1",
32
32
  "vite": "^5.4.8",
33
- "vite-plugin-blocklet": "^0.9.16",
33
+ "vite-plugin-blocklet": "^0.9.18",
34
34
  "vue": "^2.7.16",
35
35
  "zx": "^8.1.8"
36
36
  },