-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 776 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
{
"name": "parseable",
"version": "0.1.0",
"private": false,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "astro build && wrangler deploy",
"test:e2e": "node tests/e2e.mjs",
"test:fields": "node tests/fields.mjs",
"test:pdf": "node tests/pdf.mjs"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@tailwindcss/vite": "^4.3.3",
"@types/pdfmake": "^0.3.3",
"astro": "^5.13.0",
"playwright": "^1.63.0",
"subset-font": "^2.7.0",
"tailwindcss": "^4.3.3",
"typescript": "^5.9.3",
"wrangler": "^4.129.0"
},
"dependencies": {
"gsap": "^3.15.0",
"pdfjs-dist": "^6.3.289",
"pdfmake": "^0.3.11"
}
}