-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 KB
/
package.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "example-with-tailwindcss",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start"
},
"dependencies": {
"@corvu/resizable": "^0.2.3",
"@corvu/tailwind": "^0.1.5",
"@corvu/tooltip": "^0.2.1",
"@dprint/formatter": "^0.3.0",
"@effect/experimental": "^0.21.2",
"@effect/platform": "^0.61.8",
"@effect/platform-browser": "^0.40.8",
"@effect/schema": "^0.69.3",
"@kobalte/core": "^0.13.4",
"@kobalte/tailwindcss": "^0.9.0",
"@solid-primitives/storage": "^3.8.0",
"@solidjs/router": "^0.14.1",
"@solidjs/start": "^1.0.6",
"@typescript/ata": "^0.9.7",
"@webcontainer/api": "1.3.0-internal.2",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"effect": "^3.10.16",
"lucide-solid": "^0.419.0",
"postcss": "^8.4.40",
"rx-solid": "^0.0.5",
"solid-js": "^1.8.19",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"vinxi": "^0.4.1"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@webcontainer/snapshot": "^0.1.0",
"monaco-editor": "^0.48.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4"
}
}