-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "chisel",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview",
"cf:deploy": "npm run build && wrangler pages deploy dist --project-name=chisel-app --commit-dirty=true"
},
"dependencies": {
"cronstrue": "^3.24.0",
"dompurify": "^3.4.12",
"jose": "^6.2.3",
"js-yaml": "^5.2.1",
"jspdf": "^4.2.1",
"mammoth": "^1.12.0",
"marked": "^18.0.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-router-dom": "^7.18.1",
"tslib": "^2.8.1",
"uuid": "^14.0.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250525.0",
"@types/dompurify": "^3.0.5",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"typescript": "~6.0.2",
"vite": "^8.1.1",
"wrangler": "^4.19.1"
}
}