-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1018 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1018 Bytes
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
{
"name": "pdfpc-ts",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --configLoader native",
"build": "vite build --configLoader native",
"preview": "vite preview --configLoader native",
"fmt": "oxfmt",
"lint": "oxlint",
"deploy": "wrangler deploy"
},
"devDependencies": {
"@hyzyla/pdfium": "^2.1.13",
"@iconify-json/fluent": "^1.2.51",
"@iconify-json/mdi": "^1.2.3",
"@iconify/tailwind": "^1.2.0",
"@iconify/utils": "^3.1.3",
"@solidjs/web": "2.0.0-beta.14",
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^26.0.0",
"classix": "^2.2.16",
"comlink": "^4.4.2",
"oxfmt": "^0.56.0",
"oxlint": "^1.71.0",
"oxlint-tsgolint": "^0.23.0",
"solid-devtools": "^0.34.5",
"solid-js": "2.0.0-beta.14",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3",
"vite": "^8.1.0",
"vite-plugin-solid": "3.0.0-next.5",
"wrangler": "^4.103.0"
},
"engines": {
"node": ">=24.10.0"
}
}