-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1014 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1014 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.12",
"@iconify-json/fluent": "^1.2.43",
"@iconify-json/mdi": "^1.2.3",
"@iconify/tailwind": "^1.2.0",
"@iconify/utils": "^3.1.0",
"@solidjs/web": "2.0.0-beta.0",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^25.5.0",
"classix": "^2.2.11",
"comlink": "^4.4.2",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"oxlint-tsgolint": "^0.18.1",
"solid-devtools": "^0.34.5",
"solid-js": "2.0.0-beta.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "8.0.3",
"vite-plugin-solid": "3.0.0-next.3",
"wrangler": "^4.78.0"
},
"engines": {
"node": ">=24.10.0"
}
}