@leanspec/ui 0.2.13 → 0.2.14
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.
- package/package.json +3 -3
- package/package.json.backup +83 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leanspec/ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14",
|
|
4
4
|
"description": "LeanSpec web UI launcher for visual spec management (Vite SPA)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@dagrejs/dagre": "^1.1.8",
|
|
17
|
-
"@leanspec/ui-components": "^0.2.
|
|
17
|
+
"@leanspec/ui-components": "^0.2.11",
|
|
18
18
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
19
19
|
"clsx": "^2.1.1",
|
|
20
20
|
"cmdk": "^1.1.1",
|
|
@@ -80,4 +80,4 @@
|
|
|
80
80
|
"type": "git",
|
|
81
81
|
"url": "https://github.com/codervisor/lean-spec.git"
|
|
82
82
|
}
|
|
83
|
-
}
|
|
83
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@leanspec/ui",
|
|
3
|
+
"version": "0.2.13",
|
|
4
|
+
"description": "LeanSpec web UI launcher for visual spec management (Vite SPA)",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"dev": "vite --port 3000",
|
|
8
|
+
"build": "tsc -b && vite build",
|
|
9
|
+
"lint": "eslint .",
|
|
10
|
+
"preview": "vite preview --port 3000",
|
|
11
|
+
"typecheck": "tsc --noEmit",
|
|
12
|
+
"test": "vitest run",
|
|
13
|
+
"test:watch": "vitest"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"@dagrejs/dagre": "^1.1.8",
|
|
17
|
+
"@leanspec/ui-components": "workspace:*",
|
|
18
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
19
|
+
"clsx": "^2.1.1",
|
|
20
|
+
"cmdk": "^1.1.1",
|
|
21
|
+
"dayjs": "^1.11.19",
|
|
22
|
+
"fuse.js": "^7.1.0",
|
|
23
|
+
"github-slugger": "^2.0.0",
|
|
24
|
+
"i18next": "^25.7.3",
|
|
25
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
26
|
+
"lucide-react": "^0.553.0",
|
|
27
|
+
"mermaid": "^11.12.2",
|
|
28
|
+
"react": "^19.2.3",
|
|
29
|
+
"react-dom": "^19.2.3",
|
|
30
|
+
"react-error-boundary": "^6.0.3",
|
|
31
|
+
"react-i18next": "^16.5.0",
|
|
32
|
+
"react-markdown": "^9.1.0",
|
|
33
|
+
"react-router-dom": "^7.11.0",
|
|
34
|
+
"react-syntax-highlighter": "^16.1.0",
|
|
35
|
+
"react-window": "^2.2.3",
|
|
36
|
+
"reactflow": "^11.11.4",
|
|
37
|
+
"recharts": "^3.6.0",
|
|
38
|
+
"rehype-highlight": "^7.0.2",
|
|
39
|
+
"rehype-raw": "^7.0.0",
|
|
40
|
+
"rehype-slug": "^6.0.0",
|
|
41
|
+
"remark-gfm": "^4.0.1",
|
|
42
|
+
"tailwind-merge": "^3.4.0"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@eslint/js": "^9.39.2",
|
|
46
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
47
|
+
"@tauri-apps/api": "^2.9.1",
|
|
48
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
49
|
+
"@testing-library/react": "^16.3.1",
|
|
50
|
+
"@testing-library/user-event": "^14.6.1",
|
|
51
|
+
"@types/node": "^24.10.4",
|
|
52
|
+
"@types/react": "^19.2.7",
|
|
53
|
+
"@types/react-dom": "^19.2.3",
|
|
54
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
55
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
56
|
+
"autoprefixer": "^10.4.23",
|
|
57
|
+
"eslint": "^9.39.2",
|
|
58
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
59
|
+
"eslint-plugin-react-refresh": "^0.4.26",
|
|
60
|
+
"globals": "^16.5.0",
|
|
61
|
+
"jsdom": "^27.3.0",
|
|
62
|
+
"postcss": "^8.5.6",
|
|
63
|
+
"tailwindcss": "^3.4.19",
|
|
64
|
+
"typescript": "~5.9.3",
|
|
65
|
+
"typescript-eslint": "^8.50.0",
|
|
66
|
+
"vite": "^7.3.0",
|
|
67
|
+
"vitest": "^4.0.16"
|
|
68
|
+
},
|
|
69
|
+
"keywords": [
|
|
70
|
+
"leanspec",
|
|
71
|
+
"spec",
|
|
72
|
+
"documentation",
|
|
73
|
+
"ui",
|
|
74
|
+
"vite",
|
|
75
|
+
"spa"
|
|
76
|
+
],
|
|
77
|
+
"author": "Marvin Zhang",
|
|
78
|
+
"license": "MIT",
|
|
79
|
+
"repository": {
|
|
80
|
+
"type": "git",
|
|
81
|
+
"url": "https://github.com/codervisor/lean-spec.git"
|
|
82
|
+
}
|
|
83
|
+
}
|