-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 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
{
"name": "class-solid",
"private": true,
"version": "0.4.5",
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"typecheck": "tsc --noEmit",
"start": "serve --no-clipboard .output/public",
"test": "playwright test",
"clean": "rm -rf .output"
},
"dependencies": {
"@classmodel/class": "workspace:*",
"@classmodel/form": "workspace:*",
"@kobalte/core": "^0.13.11",
"@solid-primitives/refs": "^1.1.2",
"@solidjs/router": "^0.15.4",
"@solidjs/start": "^1.2.0",
"@zip.js/zip.js": "^2.8.11",
"ajv": "^8.17.1",
"autoprefixer": "^10.4.22",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"d3": "^7.9.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.13",
"postcss": "^8.5.6",
"solid-js": "^1.9.10",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.18",
"tailwindcss-animate": "^1.0.7",
"vinxi": "^0.5.8"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/d3": "^7.4.3",
"@types/file-saver": "^2.0.7",
"@types/node": "^24.10.1",
"serve": "^14.2.5",
"typescript": "^5.9.3"
}
}