-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "foundationday",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.20",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.12",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"vite": "^5.4.6"
},
"trustedDependencies": [
"@sveltejs/kit",
"esbuild",
"protobufjs",
"svelte-preprocess"
],
"dependencies": {
"@types/gapi": "^0.0.47",
"@types/gapi.auth2": "^0.0.60",
"@types/gapi.client": "^1.0.8",
"@types/gapi.client.sheets": "^4.0.20201031",
"@types/node": "^22.5.5",
"bits-ui": "^0.21.14",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-svelte": "^8.3.0",
"firebase": "^10.13.2",
"formsnap": "^1.0.1",
"gh-pages": "^6.1.1",
"google-auth-library": "^9.14.1",
"google-spreadsheet": "^4.1.4",
"lucide-svelte": "^0.441.0",
"mode-watcher": "^0.4.1",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.19.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"zod": "^3.23.8"
}
}