-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.11 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
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
124
125
126
127
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"analyze": "cross-env ANALYZE=true next build && bun report-bundle-size.js",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"build": "next build",
"dev": "next dev",
"gen": "graphql-codegen --config codegen.yml",
"lint": "bunx biome check --write ./ || true && bunx stylelint src/styles/**/*.{css,scss,sass} --fix || true",
"start": "next start",
"type": "tsc --noEmit",
"test": "vitest run",
"e2e:ci": "bun run e2e:install && bunx playwright test --project=chromium",
"e2e:install": "bunx playwright install"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@ducanh2912/next-pwa": "^10.2.9",
"@google-analytics/data": "^4.8.0",
"@googlemaps/markerclusterer": "^2.5.3",
"@hookform/resolvers": "^3.9.0",
"@js-temporal/polyfill": "^0.4.4",
"@liveblocks/client": "^2.8.0",
"@liveblocks/node": "^2.8.0",
"@liveblocks/react": "^2.8.0",
"@million/lint": "^0.0.73",
"@opentelemetry/api-logs": "^0.53.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/sdk-logs": "^0.53.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/nextjs": "8",
"@sentry/types": "^8.32.0",
"@stripe/stripe-js": "^4.6.0",
"@svgr/webpack": "^8.1.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tanstack/react-query": "^5.56.2",
"@tanstack/react-query-devtools": "^5.58.0",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "^0.6.3",
"@vercel/otel": "^1.10.0",
"@vercel/speed-insights": "^1.0.12",
"@vis.gl/react-google-maps": "^1.3.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"critters": "^0.0.25",
"date-fns": "^4.1.0",
"firebase": "^10.14.0",
"firebase-admin": "^12.6.0",
"framer-motion": "^11.9.0",
"gzip-size": "^7.0.0",
"htmlparser2": "^9.1.0",
"jotai": "^2.10.0",
"jotai-effect": "^1.0.3",
"jotai-tanstack-query": "^0.9.0",
"kbar": "0.1.0-beta.45",
"lucide-react": "^0.451.0",
"million": "^3.1.11",
"mkdirp": "^3.0.1",
"next": "^14.2.13",
"next-compose-plugins": "^2.2.1",
"next-firebase-auth-edge": "^1.7.1",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"nextjs-progressbar": "^0.0.16",
"node-fetch": "^3.3.2",
"react": "^18.3.1",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"server-only": "^0.0.1",
"showdown": "^2.1.0",
"sonner": "^1.5.0",
"stripe": "^16.12.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"superjson": "2.2.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uvcanvas": "^0.2.1",
"vitest": "^2.1.2",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.9",
"@graphql-codegen/typescript-operations": "^4.2.3",
"@next/bundle-analyzer": "^14.2.14",
"@octokit/graphql-schema": "^15.25.0",
"@playwright/test": "^1.47.2",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/react": "^16.0.1",
"@types/bun": "1.1.10",
"@types/google.maps": "^3.58.1",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"ct3aMetadata": {
"initVersion": "7.28.0"
}
}