-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.42 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.42 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
{
"name": "@object-ui/example-console-starter",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Opinionated, fork-ready console template built on @object-ui/app-shell with the full plugin set wired up.",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@object-ui/app-shell": "workspace:*",
"@object-ui/auth": "workspace:*",
"@object-ui/components": "workspace:*",
"@object-ui/i18n": "workspace:*",
"@object-ui/plugin-calendar": "workspace:*",
"@object-ui/plugin-charts": "workspace:*",
"@object-ui/plugin-chatbot": "workspace:*",
"@object-ui/plugin-dashboard": "workspace:*",
"@object-ui/plugin-designer": "workspace:*",
"@object-ui/plugin-detail": "workspace:*",
"@object-ui/plugin-form": "workspace:*",
"@object-ui/plugin-grid": "workspace:*",
"@object-ui/plugin-kanban": "workspace:*",
"@object-ui/plugin-list": "workspace:*",
"@object-ui/plugin-report": "workspace:*",
"@object-ui/plugin-view": "workspace:*",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-router-dom": "^7.15.0",
"sonner": "^2.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.14"
}
}