-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
178 lines (178 loc) · 6 KB
/
Copy pathpackage.json
File metadata and controls
178 lines (178 loc) · 6 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
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "svelte-miniapps-sv5",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bun run scripts/generateServiceWorkerHash.js && bun vite dev",
"build": "bun run changelog:generate && bun run scripts/generateServiceWorkerHash.js && vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:e2e": "playwright test",
"test:unit": "vitest run",
"test:watch": "vitest",
"test": "npm run test:unit && npm run test:e2e",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"changelog:generate": "bun run scripts/generate-changelog.ts",
"changelog:full": "bun run scripts/generate-changelog.ts --full",
"watch:hash": "bun run scripts/watchServiceWorkerHash.js",
"dev:with-logs": "mkdir -p logs && bun run scripts/generateServiceWorkerHash.js && bun vite dev 2>&1 | tee -a logs/dev_$(date +%Y%m%d_%H%M%S).log",
"dev:debug": "./debug-with-logs.sh",
"extract": "bunx wuchale",
"extract:clean": "bunx wuchale --clean",
"extract:sync": "bunx wuchale --sync",
"extract:watch": "bunx wuchale --watch",
"extract:stat": "bunx wuchale status",
"translate": "WUCHALE_TRANSLATE=1 bunx wuchale --sync",
"translate:clean": "WUCHALE_TRANSLATE=1 bunx wuchale --clean --sync",
"extract:init": "bunx wuchale init",
"fix:po": "node scripts/fix-po-backticks.js",
"cap:init": "npx cap init",
"cap:add:android": "npx cap add android",
"cap:add:ios": "npx cap add ios",
"cap:sync": "npx cap sync",
"cap:open:android": "npx cap open android",
"cap:open:ios": "npx cap open ios",
"cap:copy": "npx cap copy",
"cap:update": "npx cap update",
"cap:build:android": "npx cap sync && cd android && ./gradlew assembleDebug",
"cap:dev:android": "CAPACITOR_SERVER_URL=http://10.0.2.2:5178 npx cap sync && npx cap open android"
},
"devDependencies": {
"@capacitor/android": "^8.4.0",
"@capacitor/cli": "^8.4.0",
"@eslint/js": "^10.0.1",
"@exodus/schemasafe": "^1.3.0",
"@iconify/json": "^2.2.391",
"@iconify/tailwind4": "^1.0.6",
"@internationalized/date": "^3.8.1",
"@playwright/test": "^1.45.3",
"@sinclair/typebox": ">=0.32.30 <1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "2.62.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.1.12",
"@tanstack/table-core": "^8.20.5",
"@testing-library/svelte": "^5.2.7",
"@testing-library/user-event": "^14.6.1",
"@types/canvas-confetti": "^1.9.0",
"@types/chance": "^1.1.8",
"@types/d3-shape": "^3.1.7",
"@types/eslint": "^9.6.0",
"@types/uuid": "^10.0.0",
"@typeschema/class-validator": "^0.2.0",
"@vinejs/vine": "^1.8.0",
"arktype": ">=2.0.0-rc.8",
"autoprefixer": "^10.4.20",
"bits-ui": "^2.11.0",
"class-validator": "^0.14.1",
"clsx": "^2.1.1",
"concurrently": "^7.5.0",
"embla-carousel-svelte": "8.1.6",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"joi": "^17.13.1",
"jsdom": "^27.1.0",
"mdsvex": "^0.11.2",
"node-gyp": "^12.1.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.14",
"runatics": "^0.1.4",
"sharp": "^0.34.5",
"superstruct": "^2.0.2",
"svelte": "^5.44.0",
"svelte-check": "^4.0.0",
"svelte-sonner": "^0.3.25",
"sveltekit-superforms": "^2.19.0",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.7",
"typescript": "^6.0.0",
"typescript-eslint": "^8.0.0",
"valibot": "^1.1.0",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^7.1.7",
"vite-plugin-lingo": "^0.0.3",
"vitest": "^3.0.9",
"vitest-dom": "^0.1.1",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"dependencies": {
"@ai-sdk/deepseek": "^2.0.29",
"@aws-sdk/client-s3": "^3.1094.0",
"@aws-sdk/s3-request-presigner": "^3.1094.0",
"@builder.io/partytown": "^0.10.3",
"@capacitor/app": "8.1.1",
"@capacitor/core": "^8.4.0",
"@capgo/capacitor-share-target": "8.0.46",
"@cartamd/plugin-code": "^4.0.6",
"@cartamd/plugin-slash": "^4.2.0",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@fontsource-variable/space-grotesk": "^5.3.0",
"@fontsource/chakra-petch": "^5.3.0",
"@lordicon/element": "^2.0.1",
"@lucide/svelte": "^0.544.0",
"@node-rs/argon2": "^2.0.2",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@prisma/client": "^6.15.0",
"@sveltejs/enhanced-img": "^0.4.4",
"@types/bcryptjs": "^2.4.6",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-time": "^3.0.4",
"@types/d3-time-format": "^4.0.3",
"@types/sanitize-html": "^2.13.0",
"@wuchale/svelte": "^0.16.6",
"@wuchale/vite-plugin": "^0.14.8",
"ai": "^6.0.168",
"arctic": "^2.3.0",
"canvas-confetti": "^1.9.4",
"carta-md": "^4.11.1",
"chance": "^1.1.13",
"compromise": "^14.16.0",
"convert": "^5.12.1",
"currency-icons": "^1.0.14",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"easy-currencies": "^1.8.1",
"formsnap": "2.0.0-next.1",
"github-markdown-css": "^5.8.1",
"graphql-request": "^7.1.2",
"html-to-image": "^1.11.11",
"isomorphic-dompurify": "^2.20.0",
"layerchart": "^2.0.0-next.42",
"lucide-svelte": "^0.474.0",
"marked": "^15.0.4",
"mode-watcher": "^1.0.6",
"netlify-plugin-cache": "^1.0.3",
"node-emoji": "^2.1.3",
"paneforge": "^1.0.0-next.6",
"prisma": "^6.15.0",
"runed": "^0.35.1",
"sv-agentation": "^0.4.0",
"svelte-flexiboards": "^0.1.1",
"svelte-idb": "^0.1.5",
"svelte-inview": "^4.0.4",
"svelte-motion": "^0.12.2",
"svelte-qrcode-image": "^2.0.0-alpha.1",
"uuid": "^11.1.0",
"wuchale": "^0.17.5"
}
}