@devframes/plugin-git 0.0.1

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 (37) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +94 -0
  3. package/bin.mjs +3 -0
  4. package/dist/cli.d.mts +1 -0
  5. package/dist/cli.mjs +12 -0
  6. package/dist/client/404/index.html +1 -0
  7. package/dist/client/404.html +1 -0
  8. package/dist/client/__next.__PAGE__.txt +6 -0
  9. package/dist/client/__next._full.txt +14 -0
  10. package/dist/client/__next._head.txt +5 -0
  11. package/dist/client/__next._index.txt +5 -0
  12. package/dist/client/__next._tree.txt +2 -0
  13. package/dist/client/_next/static/chunks/02~fscl7ckl8~.js +5 -0
  14. package/dist/client/_next/static/chunks/03~yq9q893hmn.js +1 -0
  15. package/dist/client/_next/static/chunks/0cby-xtlytqc8.js +31 -0
  16. package/dist/client/_next/static/chunks/0e1~n36m7gfkb.js +1 -0
  17. package/dist/client/_next/static/chunks/0f-3h51aw8u6x.js +1 -0
  18. package/dist/client/_next/static/chunks/0fh_ktutzk5fe.js +1 -0
  19. package/dist/client/_next/static/chunks/0o2sgd3e~ptl1.css +8 -0
  20. package/dist/client/_next/static/chunks/turbopack-0_ztfbn7~a1nl.js +1 -0
  21. package/dist/client/_next/static/hfdjoy_Phicjdm2uzC1Xt/_buildManifest.js +16 -0
  22. package/dist/client/_next/static/hfdjoy_Phicjdm2uzC1Xt/_clientMiddlewareManifest.js +1 -0
  23. package/dist/client/_next/static/hfdjoy_Phicjdm2uzC1Xt/_ssgManifest.js +1 -0
  24. package/dist/client/_not-found/__next._full.txt +15 -0
  25. package/dist/client/_not-found/__next._head.txt +5 -0
  26. package/dist/client/_not-found/__next._index.txt +5 -0
  27. package/dist/client/_not-found/__next._not-found.__PAGE__.txt +5 -0
  28. package/dist/client/_not-found/__next._not-found.txt +5 -0
  29. package/dist/client/_not-found/__next._tree.txt +2 -0
  30. package/dist/client/_not-found/index.html +1 -0
  31. package/dist/client/_not-found/index.txt +15 -0
  32. package/dist/client/index.html +1 -0
  33. package/dist/client/index.txt +14 -0
  34. package/dist/index.d.mts +205 -0
  35. package/dist/index.mjs +2 -0
  36. package/dist/src-Bm_Zrtej.mjs +756 -0
  37. package/package.json +80 -0
package/package.json ADDED
@@ -0,0 +1,80 @@
1
+ {
2
+ "name": "@devframes/plugin-git",
3
+ "type": "module",
4
+ "version": "0.0.1",
5
+ "description": "Git integration for devframe — a read-only repository dashboard (status, log, branches, diff) with a Next.js + shadcn/ui SPA over type-safe RPC.",
6
+ "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
+ "license": "MIT",
8
+ "homepage": "https://github.com/devframes/devframe#readme",
9
+ "repository": {
10
+ "directory": "plugins/git",
11
+ "type": "git",
12
+ "url": "git+https://github.com/devframes/devframe.git"
13
+ },
14
+ "bugs": "https://github.com/devframes/devframe/issues",
15
+ "keywords": [
16
+ "devtools",
17
+ "devframe",
18
+ "git",
19
+ "dashboard",
20
+ "plugin"
21
+ ],
22
+ "sideEffects": false,
23
+ "exports": {
24
+ ".": "./dist/index.mjs",
25
+ "./package.json": "./package.json"
26
+ },
27
+ "types": "./dist/index.d.mts",
28
+ "bin": {
29
+ "devframe-git": "./bin.mjs"
30
+ },
31
+ "files": [
32
+ "bin.mjs",
33
+ "dist"
34
+ ],
35
+ "dependencies": {
36
+ "pathe": "^2.0.3",
37
+ "devframe": "0.5.4"
38
+ },
39
+ "devDependencies": {
40
+ "@antfu/design": "^0.2.1",
41
+ "@radix-ui/react-scroll-area": "^1.2.12",
42
+ "@radix-ui/react-separator": "^1.1.10",
43
+ "@radix-ui/react-slot": "^1.3.0",
44
+ "@radix-ui/react-tabs": "^1.1.15",
45
+ "@storybook/addon-a11y": "^10.4.6",
46
+ "@storybook/addon-docs": "^10.4.6",
47
+ "@storybook/react-vite": "^10.4.6",
48
+ "@types/react": "^19.2.15",
49
+ "@types/react-dom": "^19.2.3",
50
+ "@unocss/postcss": "^66.0.0",
51
+ "@vitejs/plugin-react-oxc": "^0.4.3",
52
+ "class-variance-authority": "^0.7.1",
53
+ "clsx": "^2.1.1",
54
+ "colorjs.io": "^0.6.0",
55
+ "get-port-please": "^3.2.0",
56
+ "h3": "2.0.1-rc.22",
57
+ "next": "^16.2.6",
58
+ "react": "^19.2.6",
59
+ "react-dom": "^19.2.6",
60
+ "storybook": "^10.4.6",
61
+ "tailwind-merge": "^3.6.0",
62
+ "tsdown": "^0.22.0",
63
+ "unocss": "^66.0.0",
64
+ "vitest": "^4.1.7",
65
+ "ws": "^8.21.0"
66
+ },
67
+ "scripts": {
68
+ "build": "tsdown && pnpm run build:spa",
69
+ "build:spa": "next build src/client && node scripts/build-spa.mjs",
70
+ "cli:build": "node bin.mjs build --out-dir dist/static",
71
+ "dev": "node scripts/dev.mjs",
72
+ "dev:server": "node src/cli.ts",
73
+ "dev:client": "next dev src/client",
74
+ "storybook": "storybook dev -p 6011 --host 0.0.0.0",
75
+ "storybook:build": "storybook build -o storybook-static",
76
+ "watch": "tsdown --watch",
77
+ "typecheck": "tsc --noEmit",
78
+ "test": "vitest run"
79
+ }
80
+ }