-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
146 lines (146 loc) · 4.5 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "@techmely/starly",
"private": true,
"license": "AGPLv3",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "dotenvx run -f .env.development -- vite --mode development",
"dev.prepare": "bun run ./scripts/dev-prepare.ts",
"dev.run": "dotenvx run -f .env.development -- vite --mode development",
"build": "vite build",
"start": "run server/index.ts",
"lint": "conc lint:*",
"format": "bunx @biomejs/biome check . --write",
"lint.circular": "madge",
"lint.biome": "bunx @biomejs/biome check . ",
"lint.typecheck": "tsc --noEmit",
"test.unit": "vitest run --passWithNoTests --isolate",
"upgrade.deps": "npm-check-updates --dep dev,prod,peer -u -x react -x react-dom -x @types/react -x @types/react-dom -x vike",
"prepare": "husky"
},
"dependencies": {
"@builder.io/partytown": "0.10.2",
"@builder.io/react-hydration-overlay": "0.1.0",
"@dotenvx/dotenvx": "1.10.3",
"@inlang/paraglide-js": "^1.11.2",
"@inlang/paraglide-vite": "^1.2.74",
"@lukemorales/query-key-factory": "1.3.4",
"@react-dev-inspector/vite-plugin": "^2.0.1",
"@sentry/browser": "8.26.0",
"@stripe/stripe-js": "4.3.0",
"@tanstack/query-persist-client-core": "5.52.0",
"@tanstack/query-sync-storage-persister": "5.52.0",
"@tanstack/react-query": "5.52.1",
"@tanstack/react-query-devtools": "5.52.1",
"@tanstack/react-table": "8.20.5",
"@techmely/cache": "1.0.10",
"@techmely/domain-driven": "1.1.4",
"@techmely/es-toolkit": "^1.1.0",
"@techmely/head": "0.2.1",
"@techmely/hono": "1.1.0",
"@techmely/logger": "1.1.3",
"@techmely/metrics": "1.0.10",
"@techmely/rate-limit": "2.0.3",
"@techmely/reset-css": "1.0.4",
"@techmely/starly-models": "1.2.0",
"@techmely/usage-limit": "2.0.3",
"@techmely/vike-react": "3.1.10",
"@techmely/vike-react-query": "4.3.11",
"@upstash/ratelimit": "2.0.1",
"@upstash/redis": "1.34.0",
"@wasmer/sdk": "0.7.1",
"beanheads": "0.3.3",
"bentocache": "1.0.0-beta.9",
"blurhash": "2.0.5",
"canvas-confetti": "1.9.3",
"clsx": "2.1.1",
"firebase": "10.13.0",
"firebase-admin": "12.4.0",
"framer-motion": "11.3.30",
"fuse.js": "7.0.0",
"gsap": "3.12.5",
"hono": "^4.5.8",
"jose": "5.7.0",
"kysely": "0.27.4",
"million": "3.1.11",
"nanoid": "5.0.7",
"nprogress": "0.2.0",
"openai": "4.56.0",
"perfume.js": "9.4.0",
"pino": "9.3.2",
"posthog-js": "1.157.2",
"qrcode": "1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "4.0.13",
"react-streaming": "0.3.43",
"react-use": "17.5.1",
"sanitize-html": "2.13.0",
"simdjson": "0.9.2",
"sitemap": "8.0.0",
"splitting": "^1.1.0",
"stripe": "16.8.0",
"swup": "4.7.0",
"tailwindcss-animate": "^1.0.7",
"telefunc": "0.1.78",
"three": "0.167.1",
"ts-pattern": "5.3.1",
"ua-parser-js": "1.0.38",
"unlazy": "0.11.3",
"valibot": "^0.39.0",
"vaul": "0.9.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@cucumber/cucumber": "10.9.0",
"@deploysentinel/playwright": "0.3.4",
"@hono/vite-dev-server": "^0.14.0",
"@playwright/test": "^1.46.1",
"@squoosh/cli": "0.7.3",
"@techmely/types": "1.9.0",
"@types/bun": "1.1.8",
"@types/fs-extra": "11.0.4",
"@types/mixpanel-browser": "2.49.1",
"@types/node": "^22.5.0",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@types/ua-parser-js": "0.7.39",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "2.0.5",
"autoprefixer": "10.4.20",
"concurrently": "8.2.2",
"cross-env": "7.0.3",
"dotenv": "16.4.5",
"fast-glob": "3.3.2",
"fluid-tailwind": "^1.0.3",
"fontaine": "0.5.0",
"fs-extra": "11.2.0",
"happy-dom": "15.0.0",
"husky": "^9.1.5",
"knip": "5.27.4",
"linkinator": "6.1.1",
"multiple-cucumber-html-reporter": "3.7.0",
"npm-check-updates": "17.1.0",
"postcss": "8.4.41",
"react-dev-inspector": "^2.0.1",
"reassure": "1.1.0",
"sass": "^1.77.8",
"scss": "0.2.4",
"speedscope": "1.20.0",
"tailwindcss": "3.4.10",
"tailwindcss-inner-border": "^0.2.0",
"tslib": "2.7.0",
"typescript": "^5.5.4",
"unplugin-auto-import": "0.18.2",
"vike": "0.4.183",
"vite": "5.4.2",
"vite-plugin-compression2": "1.2.0",
"vite-plugin-pwa": "0.20.1",
"vitest": "2.0.5",
"vitest-axe": "^0.1.0",
"zx": "8.1.4"
}
}