forked from Torwent/wasp-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.09 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.09 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
{
"name": "wasp-webapp",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"gentypes": "bun run src/lib/types/update.ts",
"dev": "vite dev",
"build": "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 ."
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.38.0",
"@skeletonlabs/skeleton": "^4.2.4",
"@sveltejs/kit": "^2.47.3",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.2.8",
"@types/file-saver": "^2.0.7",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-emoji": "^3.0.1",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.5",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.42.2",
"svelte-check": "^4.3.3",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"vite-plugin-devtools-json": "^0.2.1",
"zod": "^3.25.76"
},
"dependencies": {
"@lucide/svelte": "^0.553.0",
"@mdit/plugin-img-lazyload": "^0.16.0",
"@shikijs/markdown-it": "^3.14.0",
"@skeletonlabs/skeleton-svelte": "^4.2.4",
"@stripe/connect-js": "^3.3.31",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.76.1",
"@sveltejs/adapter-node": "^5.4.0",
"@tailwindcss/vite": "^4.1.16",
"file-saver": "^2.0.5",
"flexsearch": "^0.7.43",
"gray-matter": "^4.0.3",
"isomorphic-dompurify": "^2.30.1",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"mdsvex": "^0.12.6",
"remove-markdown": "^0.6.2",
"sharp": "^0.33.5",
"shiki": "^3.14.0",
"stripe": "^18.5.0",
"svelte-persisted-store": "^0.12.0",
"sveltekit-superforms": "^2.27.1"
}
}