-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.08 KB
/
Copy pathpackage.json
File metadata and controls
132 lines (132 loc) · 4.08 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
124
125
126
127
128
129
130
131
132
{
"author": "Faye",
"dependencies": {
"@googlemaps/markerclusterer": "^2.6.2",
"@hookform/resolvers": "^3.10.0",
"@icons-pack/react-simple-icons": "^13.7.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/fiber": "^9.3.0",
"@sentry/nextjs": "^10.36.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.89.0",
"@tanstack/react-query-persist-client": "^5.89.0",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@types/react-dom": "^19.1.9",
"@vis.gl/react-google-maps": "^1.5.5",
"appwrite": "^20.0.0",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"blurhash": "^2.0.5",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"eslint-plugin-prettier": "^5.5.4",
"framer-motion": "^12.23.13",
"gsap": "^3.13.0",
"gt-next": "^6.4.1",
"idb-keyval": "^6.2.2",
"import-in-the-middle": "^1.14.2",
"input-otp": "^1.4.2",
"lucide-react": "^0.525.0",
"next": "^16.2.5",
"next-themes": "^0.4.6",
"node-appwrite": "^19.0.0",
"postcss": "^8.5.6",
"react": "19.2.6",
"react-day-picker": "^9.10.0",
"react-dom": "19.2.6",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.62.0",
"react-image-crop": "^11.0.10",
"react-intersection-observer": "^9.16.0",
"react-resizable-panels": "^2.1.9",
"react-router-dom": "^6.30.1",
"react-scan": "^0.3.6",
"recharts": "^3.2.1",
"require-in-the-middle": "^7.5.2",
"sanitize-html": "^2.17.0",
"sonner": "^1.7.4",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "^6.0.3",
"vaul": "^1.1.2",
"zod": "^4.1.9"
},
"description": "Headpat.place is a social media platform for the next generation.",
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@ianvs/prettier-plugin-sort-imports": "4.6.2",
"@types/google.maps": "^3.58.1",
"@types/mdx": "^2.0.13",
"@types/node": "^22.18.5",
"@types/react": "^19.1.13",
"@types/sanitize-html": "^2.16.0",
"@types/three": "^0.172.0",
"eslint": "^9.35.0",
"eslint-config-next": "^16.2.5",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"globals": "^16.4.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "^8.44.0"
},
"name": "headpat-place",
"packageManager": "bun@1.2.18",
"private": true,
"readme": "README.md",
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"format": "prettier --write .",
"lint": "eslint .",
"start": "next start"
},
"trustedDependencies": [
"@sentry/cli",
"@tailwindcss/oxide",
"@tsparticles/engine",
"unrs-resolver"
],
"type": "module",
"version": "0.8.16"
}