-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "gyp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^6.0.9",
"@mantine/core": "^6.0.9",
"@mantine/dates": "^6.0.9",
"@mantine/dropzone": "^6.0.9",
"@mantine/form": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/modals": "^6.0.9",
"@mantine/next": "^6.0.9",
"@mantine/notifications": "^6.0.9",
"@mantine/nprogress": "^6.0.9",
"@mantine/prism": "^6.0.9",
"@mantine/spotlight": "^6.0.9",
"@mantine/tiptap": "^6.0.9",
"@sanity/icons": "^2.3.1",
"@tabler/icons-react": "^2.17.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.1.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.3",
"leaflet": "^1.9.3",
"next": "13.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}