-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 KB
/
package.json
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
42
43
44
45
46
47
48
{
"name": "frontend",
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"build": "rm -rf dist && astro check && astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/node": "^8.3.2",
"@astrojs/react": "^3.6.0",
"@astrojs/tailwind": "^5.1.0",
"@astrolib/seo": "^1.0.0-beta.5",
"@sentry/astro": "^8.27.0",
"@tanstack/react-query": "^5.51.11",
"@tinymce/tinymce-react": "^5.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.5",
"blueimp-load-image": "^5.16.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"lucide-react": "^0.417.0",
"pocketbase": "^0.21.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-measure": "^2.5.2",
"react-responsive-masonry": "^2.3.0",
"sharp": "^0.33.5",
"typescript": "^5.5.3",
"use-debounce": "^10.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-query-devtools": "^5.51.11",
"@types/blueimp-load-image": "^5.16.6",
"@types/react-measure": "^2.0.12",
"@types/react-responsive-masonry": "^2.1.3",
"@types/tinymce": "^4.6.9",
"daisyui": "^4.12.10",
"tailwindcss": "^3.4.6"
}
}