-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "scrolle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.19.3",
"@tanstack/react-query": "^5.36.2",
"@vis.gl/react-google-maps": "^1.0.0",
"axios": "^1.6.8",
"lucide-react": "^0.378.0",
"next": "14.2.3",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"react": "^18",
"react-blurhash": "^0.3.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.0",
"use-throttle": "^0.0.3"
},
"devDependencies": {
"@mantine/core": "^7.9.1",
"@mantine/dates": "^7.9.1",
"@mantine/dropzone": "^7.9.1",
"@mantine/form": "^7.9.1",
"@mantine/hooks": "^7.9.1",
"@mantine/modals": "^7.9.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}