-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 3.39 KB
/
package.json
File metadata and controls
110 lines (110 loc) · 3.39 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
{
"name": "propdock",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.5.0",
"@atlaskit/pragmatic-drag-and-drop-flourish": "^2.0.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"@atlaskit/pragmatic-drag-and-drop-live-region": "^1.3.0",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^2.0.0",
"@calcom/embed-react": "^1.5.2",
"@faker-js/faker": "^9.4.0",
"@mapbox/mapbox-gl-draw": "^1.5.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.1.4",
"@number-flow/react": "^0.5.5",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@remixicon/react": "^4.6.0",
"@tanstack/react-table": "^8.21.2",
"@types/katex": "^0.16.7",
"@types/mapbox-gl": "^3.4.1",
"@types/mapbox__mapbox-gl-draw": "^1.4.8",
"@types/mdx": "^2.0.13",
"@types/proj4": "^2.5.6",
"@vercel/og": "^0.6.5",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"cobe": "^0.6.3",
"embla-carousel-react": "^8.5.2",
"fuse.js": "^7.1.0",
"katex": "^0.16.21",
"leaflet": "^1.9.4",
"mapbox-gl": "^3.9.4",
"motion": "^12.3.1",
"ms": "^2.1.3",
"next": "16.2.4",
"next-themes": "^0.4.4",
"number-flow": "^0.5.3",
"proj4": "^2.15.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-highlight-words": "^0.21.0",
"react-hls-player": "^3.0.7",
"react-hotkeys-hook": "^4.6.1",
"react-katex": "^3.0.1",
"react-leaflet": "^5.0.0",
"react-medium-image-zoom": "^5.2.13",
"react-syntax-highlighter": "^15.6.1",
"react-wrap-balancer": "^1.1.1",
"recharts": "^2.15.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tiny-invariant": "^1.3.3",
"use-debounce": "^10.0.4",
"vaul": "^1.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@content-collections/core": "^0.8.0",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@tailwindcss/forms": "^0.5.10",
"@types/leaflet": "^1.9.21",
"@types/ms": "^2.1.0",
"@types/node": "^22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@types/react-highlight-words": "^0.20.0",
"@types/react-katex": "^3.0.4",
"eslint": "^8.57.1",
"eslint-config-next": "16.2.4",
"fumadocs-core": "^15.0.8",
"github-slugger": "^2.0.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"shiki": "^1.26.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
}
}
}