-
Notifications
You must be signed in to change notification settings - Fork 225
/
Copy pathpackage.json
98 lines (98 loc) · 3.82 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
{
"name": "appwrite-website",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "node ./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 && pnpm i",
"dev": "vite dev",
"download-contributors": "node ./scripts/download-contributor-data.js",
"format": "prettier --write .",
"icons:build": "node ./src/icons/build.js",
"icons:generate": "node ./src/icons/optimize.js && node ./src/icons/build.js",
"icons:optimize": "node ./src/icons/optimize.js",
"lint": "prettier --check . && eslint .",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"test:integration": "playwright test",
"test:unit": "vitest",
"optimize": "node ./scripts/optimize-assets.js",
"optimize:all": "node ./scripts/optimize-all.js"
},
"packageManager": "[email protected]+sha512.0d27364e0139c6aadeed65ada153135e0ca96c8da42123bd50047f961339dc7a758fc2e944b428f52be570d1bd3372455c1c65fa2e7aa0bfbf931190f9552001",
"dependencies": {
"@number-flow/svelte": "^0.3.3",
"@sentry/sveltekit": "^8.51.0",
"h3": "^1.14.0",
"posthog-js": "^1.210.2",
"sharp": "^0.33.5"
},
"devDependencies": {
"@appwrite.io/console": "^0.6.4",
"@appwrite.io/pink": "~0.26.0",
"@appwrite.io/pink-icons": "~0.26.0",
"@appwrite.io/repo": "github:appwrite/appwrite#1.6.x",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@internationalized/date": "3.5.0",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.2",
"@playwright/test": "^1.50.0",
"@sveltejs/adapter-node": "^4.0.1",
"@sveltejs/enhanced-img": "^0.1.9",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/postcss": "4.0.0-alpha.17",
"@types/compression": "^1.7.5",
"@types/glob": "^8.1.0",
"@types/markdown-it": "^13.0.9",
"@types/morgan": "^1.9.9",
"analytics": "^0.8.16",
"clsx": "^2.1.1",
"cva": "npm:class-variance-authority@^0.7.1",
"date-fns": "^3.6.0",
"dequal": "^2.0.3",
"embla-carousel": "^8.5.2",
"embla-carousel-auto-scroll": "^8.5.2",
"embla-carousel-svelte": "^8.5.2",
"embla-carousel-wheel-gestures": "^8.0.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"fuse.js": "^7.0.0",
"globals": "^15.14.0",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"meilisearch": "^0.37.0",
"motion": "^10.18.0",
"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.1",
"posthog-js": "^1.204.0",
"posthog-node": "^4.4.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"remeda": "^2.20.0",
"sass": "^1.83.4",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-markdoc-preprocess": "^2.1.0",
"svelte-markdown": "^0.4.1",
"svgtofont": "^4.2.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "4.0.0-alpha.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0",
"vite": "^5.4.14",
"vite-plugin-dynamic-import": "^1.6.0",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-manifest-sri": "^0.2.0",
"vitest": "^1.6.0"
}
}