-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
57 lines (57 loc) · 2.54 KB
/
deno.json
File metadata and controls
57 lines (57 loc) · 2.54 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
{
"name": "@stackcore/app",
"version": "0.0.0",
"exports": "./src/index.ts",
"imports": {
"@hookform/resolvers": "npm:@hookform/resolvers@^5.0.1",
"@radix-ui/react-dialog": "npm:@radix-ui/react-dialog@^1.1.14",
"@radix-ui/react-dropdown-menu": "npm:@radix-ui/react-dropdown-menu@^2.1.15",
"@radix-ui/react-label": "npm:@radix-ui/react-label@^2.1.7",
"@radix-ui/react-popover": "npm:@radix-ui/react-popover@^1.1.14",
"@radix-ui/react-scroll-area": "npm:@radix-ui/react-scroll-area@^1.2.9",
"@radix-ui/react-select": "npm:@radix-ui/react-select@^2.2.5",
"@radix-ui/react-separator": "npm:@radix-ui/react-separator@^1.1.7",
"@radix-ui/react-slider": "npm:@radix-ui/react-slider@^1.3.5",
"@radix-ui/react-slot": "npm:@radix-ui/react-slot@^1.2.3",
"@radix-ui/react-tabs": "npm:@radix-ui/react-tabs@^1.1.12",
"@radix-ui/react-tooltip": "npm:@radix-ui/react-tooltip@^1.2.7",
"@stackcore/coreApiTypes": "../coreApiTypes/src/index.ts",
"@stackcore/manifests": "../manifests/src/index.ts",
"@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.4",
"@tailwindcss/vite": "npm:@tailwindcss/vite@^4.1.8",
"@tanstack/react-table": "npm:@tanstack/react-table@^8.21.3",
"@types/cytoscape-fcose": "npm:@types/cytoscape-fcose@^2.2.4",
"@types/react": "npm:@types/react@^19.1.6",
"@types/react-dom": "npm:@types/react-dom@^19.1.3",
"@types/react-router": "npm:@types/react-router@^5.1.20",
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@^4.4.1",
"class-variance-authority": "npm:class-variance-authority@^0.7.1",
"clsx": "npm:clsx@^2.1.1",
"cmdk": "npm:cmdk@^1.1.1",
"cytoscape": "npm:cytoscape@^3.32.0",
"cytoscape-fcose": "npm:cytoscape-fcose@^2.2.0",
"input-otp": "npm:input-otp@^1.4.2",
"lucide-react": "npm:lucide-react@^0.513.0",
"next-themes": "npm:next-themes@^0.4.6",
"react": "npm:react@^19.1.0",
"react-dom": "npm:react-dom@^19.1.0",
"react-hook-form": "npm:react-hook-form@^7.57.0",
"react-router": "npm:react-router@^7.5.3",
"sonner": "npm:sonner@^2.0.5",
"tailwind-merge": "npm:tailwind-merge@^3.3.0",
"tailwindcss": "npm:tailwindcss@^4.1.8",
"tw-animate-css": "npm:tw-animate-css@^1.3.4",
"vite": "npm:vite@^6.3.5",
"zod": "npm:zod@^3.25.51"
},
"tasks": {
"dev": "NODE_ENV=development && deno run -A npm:vite",
"build": "deno run -A npm:vite build",
"start": "deno run -A npm:vite preview"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"jsxImportSourceTypes": "@types/react"
}
}