-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeno.json
More file actions
46 lines (46 loc) · 1.63 KB
/
deno.json
File metadata and controls
46 lines (46 loc) · 1.63 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
{
"nodeModulesDir": "auto",
"tasks": {
"dev": "dx vite",
"build": "dx tsc && dx vite build",
"preview": "dx vite preview",
"tauri": "dx tauri dev"
},
"compilerOptions": {
"types": ["react", "react-dom", "@types/react", "vite/client"],
"lib": ["dom", "dom.iterable", "esnext", "deno.ns"],
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"lint": {
"exclude": ["./deno.lock", "./dist", "./node_modules"]
},
"imports": {
"@base-ui/react": "npm:@base-ui/react@^1.3.0",
"@biomejs/biome": "npm:@biomejs/biome@^2.4.7",
"@fontsource-variable/dm-sans": "npm:@fontsource-variable/dm-sans@^5.2.8",
"@tailwindcss/vite": "npm:@tailwindcss/vite@^4.2.1",
"@tauri-apps/api": "npm:@tauri-apps/api@^2.10.1",
"@tauri-apps/cli": "npm:@tauri-apps/cli@^2.10.1",
"@tauri-apps/plugin-opener": "npm:@tauri-apps/plugin-opener@^2.5.3",
"@types/node": "npm:@types/node@^25.5.0",
"@types/react": "npm:@types/react@^19.2.14",
"@types/react-dom": "npm:@types/react-dom@^19.2.3",
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@^6.0.1",
"class-variance-authority": "npm:class-variance-authority@^0.7.1",
"clsx": "npm:clsx@^2.1.1",
"lucide-react": "npm:lucide-react@^0.577.0",
"radix-ui": "npm:radix-ui@^1.4.3",
"react": "npm:react@^19.2.4",
"react-day-picker": "npm:react-day-picker@^9.14.0",
"react-dom": "npm:react-dom@^19.2.4",
"shadcn": "npm:shadcn@^4.0.8",
"tailwind-merge": "npm:tailwind-merge@^3.5.0",
"tailwindcss": "npm:tailwindcss@^4.2.1",
"tw-animate-css": "npm:tw-animate-css@^1.4.0",
"typescript": "npm:typescript@^5.9.3",
"vite": "npm:vite@^8.0.0",
"@/": "./src/"
},
"allowScripts": ["npm:msw@2.12.11"]
}