-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 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
{
"name": "devis",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview --host",
"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"
},
"devDependencies": {
"@fontsource-variable/inter": "^5.2.6",
"@fortawesome/fontawesome-free": "^6.7.2",
"@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.2.2",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"better-auth": "^1.2.12",
"currency-codes": "^2.2.0",
"mongodb": "^6.17.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.2.2",
"typescript": "^5.0.0",
"valibot": "^1.1.0",
"vite": "^6.2.6"
},
"dependencies": {
"@sparticuz/chromium": "^143.0.4",
"@sveltejs/adapter-vercel": "^6.3.3",
"dotenv": "^17.4.1",
"puppeteer": "^24.35.0",
"puppeteer-core": "^24.35.0"
}
}