-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 821 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 821 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
{
"name": "nuclear-nadir",
"license": "Apache-2.0",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@astrojs/node": "10.0.4",
"@google/genai": "1.47.0",
"@tailwindcss/vite": "4.2.2",
"astro": "6.1.1",
"dompurify": "3.3.3",
"openai": "6.33.0",
"pdfjs-dist": "5.5.207",
"sanitize-html": "2.17.2",
"tailwindcss": "4.2.2",
"yaml": "2.8.3"
},
"devDependencies": {
"@astrojs/check": "0.9.8",
"@types/node": "25.5.0",
"@types/sanitize-html": "2.16.1",
"jsdom": "29.0.1",
"typescript": "5.9.3",
"vitest": "4.1.2"
}
}