-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeno.json
35 lines (35 loc) · 1.32 KB
/
deno.json
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
{
"tasks": {
"dev": "deno run -A --node-modules-dir=auto npm:vite",
"build": "deno run -A --node-modules-dir=auto npm:vite build"
},
"imports": {
"@deno/vite-plugin": "npm:@deno/vite-plugin@^1.0.0",
"@nick/clsx": "jsr:@nick/clsx@^0.3.1",
"@oak/oak": "jsr:@oak/oak@^17.1.3",
"@std/assert": "jsr:@std/assert@1",
"@tailwindcss/vite": "npm:@tailwindcss/vite@^4.0.5",
"@types/react": "npm:@types/react@^18.3.12",
"@vitejs/plugin-react": "npm:@vitejs/plugin-react@^4.3.4",
"react": "npm:react@^18.3.1",
"react-dom": "npm:react-dom@^18.3.1",
"react-router-dom": "npm:react-router-dom@^6.28.0",
"tailwindcss": "npm:tailwindcss@^4.0.5",
"vite": "npm:vite@^6.1.0",
"@radix-ui/react-collapsible": "npm:@radix-ui/react-collapsible@^1.0.1",
"@radix-ui/react-tooltip": "npm:@radix-ui/react-tooltip@^1.0.2",
"@react-hookz/web": "npm:@react-hookz/web@^19.1.0",
"@react-spring/web": "npm:@react-spring/web@^9.5.5",
"immer": "npm:immer@^10.1.1",
"lz-string": "npm:lz-string@^1.4.4",
"pwacompat": "npm:pwacompat@^2.0.17",
"react-icons": "npm:react-icons@^4.6.0"
},
"compilerOptions": {
"types": ["react", "react-dom", "@types/react"],
"lib": ["dom", "dom.iterable", "deno.ns"],
"jsx": "react-jsx",
"jsxImportSource": "react"
},
"nodeModulesDir": "auto"
}