-
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) · 834 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 834 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": "lofextra",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && ./set_cloudflare_headers.sh",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.1.6",
"@hello-pangea/dnd": "^16.6.0",
"@hookform/resolvers": "^3.9.0",
"@lofik/react": "^2.0.14",
"@tanstack/react-router": "^1.45.10",
"@vite-pwa/astro": "^0.4.0",
"astro": "^4.12.2",
"math-expression-evaluator": "^2.0.5",
"react-hook-form": "^7.52.1",
"typescript": "^5.5.3",
"vite": "^5.3.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20260317.1"
}
}