-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.65 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.65 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "@ccssmnn/tilly",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"dev:sync": "bunx jazz-run sync",
"build": "astro build",
"build:prod": "astro build",
"build:node": "ASTRO_ADAPTER=node astro build",
"preview": "ASTRO_ADAPTER=node dotenv -e .env -- astro preview",
"check": "concurrently -n Astro,Prettier,ESLint,Knip \"astro check\" \"prettier --check .\" \"eslint . --ext .ts,.tsx,.js,.jsx,.astro\" \"knip --no-config-hints\"",
"format": "prettier -w .",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.astro",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx,.astro --fix",
"test": "vitest",
"test:run": "vitest run",
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed",
"knip": "knip --no-config-hints",
"knip:fix": "knip --fix --no-config-hints"
},
"dependencies": {
"@ai-sdk/gateway": "3.0.110",
"@base-ui/react": "^1.4.1",
"@ccssmnn/intl": "^0.1.1",
"@clerk/backend": "^3.4.5",
"@clerk/clerk-react": "5.61.3",
"@fontsource-variable/geist": "^5.2.8",
"@hono/zod-validator": "^0.7.6",
"@hookform/resolvers": "^5.2.2",
"@hugeicons/core-free-icons": "^4.1.1",
"@hugeicons/react": "^1.1.6",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-router": "^1.169.2",
"@tanstack/react-virtual": "^3.13.24",
"@vercel/config": "^0.3.0",
"ai": "6.0.175",
"astro": "^5.18.1",
"better-result": "^2.9.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"hono": "^4.12.17",
"idb-keyval": "^6.2.2",
"jazz-tools": "^0.20.18",
"motion": "^12.38.0",
"nanoid": "^5.1.11",
"react": "19.2.5",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "19.2.5",
"react-easy-crop": "^5.5.7",
"react-hook-form": "^7.75.0",
"react-markdown": "^10.1.0",
"react-textarea-autosize": "^8.5.9",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"web-haptics": "^0.0.6",
"web-push": "^3.6.7",
"workbox-window": "^7.4.1",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/node": "^9.5.5",
"@astrojs/react": "^4.4.2",
"@astrojs/ts-plugin": "^1.10.7",
"@astrojs/vercel": "^9.0.5",
"@clack/prompts": "^1.3.0",
"@eslint/js": "9",
"@fontsource/inter": "^5.2.8",
"@playwright/test": "^1.59.1",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/vite": "^4.2.4",
"@tanstack/react-router-devtools": "^1.166.13",
"@tanstack/router-cli": "^1.166.42",
"@tanstack/router-plugin": "^1.167.34",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/web-push": "^3.6.4",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"@vite-pwa/astro": "^1.2.0",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/ui": "^4.1.5",
"babel-plugin-react-compiler": "^1.0.0",
"concurrently": "^9.2.1",
"dotenv-cli": "^11.0.0",
"eslint": "9",
"eslint-plugin-architecture": "file:tools/eslint-plugin-architecture",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"knip": "^6.11.0",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"satori": "^0.26.0",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vercel": "^53.1.1",
"vitest": "^4.1.5",
"workbox-precaching": "^7.4.1",
"workbox-routing": "^7.4.1",
"workbox-strategies": "^7.4.1"
}
}