-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.39 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
{
"name": "svelte-miniapps-sv5",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bun vite dev",
"build": "node scripts/generateServiceWorkerHash.js && vite build",
"preview": "vite preview",
"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": "npm run test:e2e",
"db:push": "prisma db push",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"watch:hash": "node --watch-path=./src scripts/generateServiceWorkerHash.js"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.12.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/better-sqlite3": "^7.6.11",
"@types/eslint": "^9.6.0",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.0.0-next.76",
"clsx": "^2.1.1",
"concurrently": "^7.5.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"mdsvex": "^0.11.2",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.16.0",
"svelte-check": "^4.0.0",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vaul-svelte": "^1.0.0-next.3",
"vite": "^5.0.0"
},
"dependencies": {
"@builder.io/partytown": "^0.10.3",
"@cartamd/plugin-code": "^4.0.6",
"@cartamd/plugin-slash": "^4.1.2",
"@google/generative-ai": "^0.21.0",
"@libsql/client": "^0.14.0",
"@lordicon/element": "^1.10.1",
"@mistralai/mistralai": "^1.3.4",
"@node-rs/argon2": "^1.1.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@prisma/client": "6.0.0",
"@sveltejs/enhanced-img": "^0.4.4",
"@types/bcryptjs": "^2.4.6",
"@types/cal-heatmap": "^4.0.0",
"@types/d3-array": "^3.2.1",
"@types/d3-scale": "^4.0.8",
"@types/d3-time": "^3.0.4",
"@types/jsdom": "^21.1.7",
"@types/parse5": "^7.0.0",
"@types/sanitize-html": "^2.13.0",
"arctic": "^2.3.0",
"bcryptjs": "^2.4.3",
"better-sqlite3": "^11.1.2",
"cal-heatmap": "^4.2.4",
"carta-md": "^4.6.7",
"cheerio": "^1.0.0",
"chokidar": "^4.0.1",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-time": "^3.1.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dompurify": "^3.2.3",
"drizzle-kit": "^0.28.0",
"drizzle-orm": "^0.33.0",
"easy-currencies": "^1.8.1",
"github-markdown-css": "^5.8.1",
"graphql-request": "^7.1.2",
"html-to-image": "^1.11.11",
"isomorphic-dompurify": "^2.20.0",
"jsdom": "^26.0.0",
"layerchart": "^0.60.2",
"linkedom": "^0.18.6",
"lottie-web": "^5.12.2",
"lucide-svelte": "^0.469.0",
"marked": "^15.0.4",
"mode-watcher": "^0.4.1",
"motion": "^11.11.17",
"node-emoji": "^2.1.3",
"parse5": "^7.2.1",
"prisma": "^6.0.1",
"sanitize-html": "^2.14.0",
"svelte-inview": "^4.0.4",
"svelte-motion": "^0.12.2",
"svelte-persisted-store": "^0.12.0",
"svelte-qrcode-image": "^2.0.0-alpha.1",
"svelte-ux": "^0.77.0"
}
}