-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.49 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"version": "0.0.19",
"name": "client",
"description": "A low code deep learning platform",
"repository": "github:MLPipelines/client",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"loc": "cloc --exclude-dir=node_modules .",
"tauri": "tauri",
"tauri-dev": "npx tauri dev",
"tauri-build": "npx tauri build"
},
"author": {
"name": "MohammadAzeem",
"email": "me@mohammadazeem.in",
"url": "https://mohammadazeem.in"
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-beta.1",
"@codemirror/lang-python": "^6.2.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@react-router/fs-routes": "^7.6.2",
"@react-router/node": "^7.5.3",
"@react-router/serve": "^7.5.3",
"@tauri-apps/api": "^2.7.0",
"@tauri-apps/plugin-dialog": "^2.3.1",
"@tauri-apps/plugin-fs": "^2.4.1",
"@tauri-apps/plugin-process": "^2.3.0",
"@tauri-apps/plugin-updater": "^2.9.0",
"@uiw/codemirror-theme-gruvbox-dark": "^4.24.1",
"@uiw/codemirror-theme-monokai": "^4.24.1",
"@uiw/react-codemirror": "^4.24.1",
"axios": "^1.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"codemirror": "^6.0.2",
"deepmerge": "^4.3.1",
"immer": "^10.1.1",
"isbot": "^5.1.27",
"lucide-react": "^0.525.0",
"motion": "^12.18.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
"react-router": "^7.5.3",
"tailwind-merge": "^3.3.1",
"theme-change": "^2.5.0",
"ts-extras": "^0.14.0",
"vaul": "^1.1.2",
"zod": "^3.25.74",
"zustand": "^5.0.5"
},
"devDependencies": {
"@react-router/dev": "^7.5.3",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.4",
"@tauri-apps/cli": "^2.7.1",
"@types/node": "^20",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"daisyui": "^5.0.43",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4"
}
}