-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.3 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^5.10.0",
"@mantine/core": "^5.10.0",
"@mantine/dates": "^5.10.0",
"@mantine/dropzone": "^5.10.0",
"@mantine/form": "^5.10.0",
"@mantine/hooks": "^5.10.0",
"@mantine/modals": "^5.10.0",
"@mantine/next": "^5.10.0",
"@mantine/notifications": "^5.10.0",
"@mantine/nprogress": "^5.10.0",
"@mantine/prism": "^5.10.0",
"@mantine/spotlight": "^5.10.0",
"@mantine/tiptap": "^5.10.0",
"@next/font": "13.1.2",
"@tabler/icons": "^1.119.0",
"@tiptap/extension-link": "^2.0.0-beta.209",
"@tiptap/react": "^2.0.0-beta.209",
"@tiptap/starter-kit": "^2.0.0-beta.209",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "18.0.10",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.0.5",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"nanoid": "^4.0.0",
"next": "13.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.6",
"typescript": "4.9.4"
}
}