-
Notifications
You must be signed in to change notification settings - Fork 306
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.52 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.52 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
{
"name": "appwrite-website",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "bun ./scripts/build.js",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"clean": "rm -rf node_modules && rm -rf .svelte_kit && bun install",
"dev": "vite dev",
"format": "prettier --write --cache .",
"format:check": "prettier --check .",
"generate:icons": "bun ./src/icons/optimize.js",
"icons:build": "bun ./src/icons/build.js",
"icons:generate": "bun ./src/icons/optimize.js && bun ./src/icons/build.js",
"icons:optimize": "bun ./src/icons/optimize.js",
"lint": "prettier --check . && eslint .",
"preview": "vite preview",
"test": "bun run test:integration",
"test:integration": "playwright test",
"test:unit": "vitest",
"optimize": "bun ./scripts/optimize-assets.js",
"optimize:all": "bun ./scripts/optimize-all.js"
},
"dependencies": {
"@sentry/sveltekit": "^10.28.0",
"h3": "^1.15.4",
"sharp": "^0.34.5"
},
"devDependencies": {
"@appwrite.io/console": "^0.6.4",
"@appwrite.io/pink": "~0.26.0",
"@appwrite.io/pink-icons": "~0.26.0",
"@appwrite.io/specs": "github:appwrite/specs#63057a4df2f206c29e98c6de7263264b9d0d6b1c",
"@eslint/compat": "^1.4.1",
"@eslint/js": "^9.39.1",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@internationalized/date": "3.5.0",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.6",
"@number-flow/svelte": "^0.3.9",
"@playwright/test": "^1.57.0",
"@sveltejs/adapter-node": "^5.3.3",
"@sveltejs/enhanced-img": "^0.8.5",
"@sveltejs/kit": "^2.49.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/postcss": "^4.1.17",
"@threlte/core": "^8.3.1",
"@threlte/extras": "^9.7.1",
"@turf/boolean-point-in-polygon": "^7.3.1",
"@types/bun": "^1.3.3",
"@types/compression": "^1.8.1",
"@types/glob": "^8.1.0",
"@types/jsdom": "^21.1.7",
"@types/markdown-it": "^13.0.9",
"@types/morgan": "^1.9.10",
"@types/proj4": "^2.19.0",
"@types/three": "^0.176.0",
"analytics": "^0.8.19",
"appwrite": "^17.0.2",
"bits-ui": "^1.8.0",
"clsx": "^2.1.1",
"cva": "npm:class-variance-authority@^0.7.1",
"date-fns": "^3.6.0",
"dequal": "^2.0.3",
"embla-carousel": "^8.6.0",
"embla-carousel-auto-scroll": "^8.6.0",
"embla-carousel-svelte": "^8.6.0",
"embla-carousel-wheel-gestures": "^8.1.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.0",
"fuse.js": "^7.1.0",
"globals": "^16.5.0",
"highlight.js": "^11.11.1",
"linkedom": "^0.18.12",
"markdown-it": "^14.1.0",
"meilisearch": "^0.37.0",
"melt": "^0.29.3",
"motion": "^12.23.25",
"motion-legacy": "npm:motion@^10.18.0",
"node-appwrite": "^16.0.0",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.13",
"openapi-types": "^12.1.3",
"oslllo-svg-fixer": "^3.0.0",
"plausible-tracker": "^0.3.9",
"postcss": "^8.5.6",
"posthog-js": "^1.301.1",
"posthog-node": "^4.18.0",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"proj4": "^2.20.2",
"remeda": "^2.32.0",
"reodotdev": "^1.0.0",
"sass": "^1.94.2",
"svelte": "^5.45.5",
"svelte-check": "^4.3.4",
"svelte-markdoc-preprocess": "3.0.0",
"svelte-markdown": "^0.4.1",
"svg-dotted-map": "^2.0.1",
"svgtofont": "^4.2.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"three": "^0.176.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vaul-svelte": "1.0.0-next.7",
"vite": "^7.2.7",
"vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-image-optimizer": "^2.0.3",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^3.2.4",
"zod": "^3.25.76"
},
"overrides": {
"@sveltejs/adapter-node": "npm:@dittmann/adapter-node@latest",
"vite": "npm:rolldown-vite@latest"
}
}