-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.89 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
{
"name": "huskynz-v10",
"type": "module",
"version": "10.0.0",
"scripts": {
"dev": "astro dev --host",
"dev:network": "astro dev --host",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "deno run --allow-net --allow-read --allow-env ./dist/server/entry.mjs",
"preview:network": "astro dev --host",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org huskynz --project javascript ./dist && sentry-cli sourcemaps upload --org huskynz --project javascript ./dist"
},
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/mdx": "^2.1.1",
"@astrojs/netlify": "^5.5.0",
"@astrojs/node": "^8.3.3",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/solid-js": "^4.0.1",
"@astrojs/tailwind": "^5.1.0",
"@aws-sdk/client-s3": "^3.679.0",
"@azure/cosmos": "^4.1.1",
"@azure/storage-blob": "^12.24.0",
"@formbricks/js": "^2.1.1",
"@tailwindcss/typography": "^0.5.10",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.4.13",
"astro-diagram": "^0.7.0",
"astro-useragent": "^4.0.2",
"aws-sdk": "^2.1691.0",
"clsx": "^2.1.0",
"discord.js": "^14.16.3",
"fuse.js": "^7.0.0",
"install": "^0.13.0",
"lighthouse": "^12.2.0",
"mermaid": "^11.3.0",
"nodemailer": "^6.9.14",
"posthog-node": "^4.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"resend": "^4.0.1-alpha.0",
"sharp": "^0.33.2",
"solid-js": "^1.8.15",
"tailwind-merge": "^2.2.1",
"tailwind-typewriter": "^1.0.1",
"tailwindcss": "^3.4.1",
"twitch-player": "^2.0.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"zod": "^3.23.8"
},
"devDependencies": {
"jest": "^29.7.0"
}
}