-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.44 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
{
"license": "UNLICENSED",
"type": "module",
"resolutions": {
"@parcel/watcher": "2.1.0",
"@svgr/core": "^8.0.0",
"dayjs": "^1.11.9",
"string-width": "4.2.3",
"wrap-ansi": "7.0.0",
"strip-ansi": "6.0.1"
},
"dependencies": {
"@9gustin/react-notion-render": "^3.11.3",
"@fontsource-variable/jetbrains-mono": "^5.0.20",
"@fontsource-variable/manrope": "^5.0.20",
"@fullstory/browser": "^2.0.5",
"@inertiajs/core": "^2.0.0",
"@inertiajs/react": "^2.0.0",
"@js-from-routes/client": "^1.0.4",
"@khmyznikov/pwa-install": "^0.5.2",
"@mantine/core": "^7.15.2",
"@mantine/dates": "^7.15.2",
"@mantine/dropzone": "^7.15.2",
"@mantine/form": "^7.15.2",
"@mantine/hooks": "^7.15.2",
"@mantine/modals": "^7.15.2",
"@mantine/notifications": "^7.15.2",
"@mantine/nprogress": "^7.15.2",
"@microsoft/clarity": "^1.0.0",
"@rails/actioncable": "^7.1.3-2",
"@rails/activestorage": "^7.1.3-2",
"@react-email/components": "^0.0.25",
"@react-email/render": "^0.0.17",
"@sentry/react": "^8.30.0",
"@turf/circle": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/line-slice-along": "^6.5.0",
"clsx": "^2.0.0",
"emoji-picker-react": "^4.12.0",
"humanize-duration": "^3.32.1",
"inflection": "^3.0.0",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"lodash-es": "^4.17.21",
"luxon": "^3.4.4",
"mapbox-gl": "^2.15.0",
"motion": "^11.17.0",
"pretty-bytes": "^6.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-map-gl": "^7.1.7",
"react-use-audio-player": "^2.2.0",
"requestidlecallback-polyfill": "^1.0.2",
"scroll-into-view": "^1.16.2",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"timeago.js": "^4.0.2",
"tiny-invariant": "^1.3.3",
"vite-plugin-environment": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@eslint/js": "^8.57.1",
"@iconify-json/basil": "^1.1.5",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/ri": "^1.1.22",
"@spotlightjs/sidecar": "^1.10.0",
"@spotlightjs/spotlight": "^2.9.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/eslint__js": "^8.42.3",
"@types/geojson": "^7946.0.11",
"@types/humanize-duration": "^3.27.1",
"@types/lodash-es": "^4.17.7",
"@types/luxon": "^3.3.0",
"@types/mapbox-gl": "^2.7.14",
"@types/node": "^20.16.11",
"@types/rails__actioncable": "^6.1.11",
"@types/rails__activestorage": "^7.1.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.2.6",
"@types/scroll-into-view": "^1.16.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"rollup": "^4.13.0",
"rollup-plugin-visualizer": "^5.12.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"typescript-eslint": "^8.6.0",
"typescript-plugin-css-modules": "^5.1.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.9",
"vite-plugin-full-reload": "^1.1.0",
"vite-plugin-iso-import": "^1.1.0",
"vite-plugin-ruby": "^5.1.0"
}
}