-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "diflowy",
"type": "module",
"version": "0.2.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.6.0",
"@astrojs/sitemap": "^3.2.0",
"@astrojs/tailwind": "^5.1.0",
"@lucia-auth/adapter-sqlite": "^3.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/cloudflare": "^2.7.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@xyflow/react": "^12.0.3",
"arctic": "^1.9.2",
"astro": "^4.9.1",
"astro-i18next": "^1.0.0-beta.21",
"astro-icon": "^1.1.1",
"bcryptjs": "^2.4.3",
"isomorphic-dompurify": "^2.16.0",
"jose": "^5.6.3",
"js-yaml": "^4.1.0",
"jwt-decode": "^4.0.0",
"lenis": "^1.0.45",
"lucia": "^3.2.0",
"marked": "^14.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swiper": "^11.1.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240725.0",
"@tailwindcss/typography": "^0.5.15",
"@types/js-yaml": "^4.0.9",
"daisyui": "^4.12.10"
}
}