-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "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.0",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.2.4",
"@mantine/dates": "^5.2.4",
"@mantine/hooks": "^5.2.4",
"@mantine/next": "^5.2.4",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.2.1",
"@tanstack/react-query": "^4.2.3",
"axios": "^0.27.2",
"dayjs": "^1.11.5",
"next": "12.2.5",
"next-auth": "^4.10.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-text-truncate": "^0.19.0",
"tabler-icons-react": "^1.54.0",
"ts-pattern": "^4.0.5"
},
"devDependencies": {
"@types/node": "18.7.11",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-text-truncate": "^0.14.1",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"prisma": "^4.2.1",
"typescript": "4.7.4"
}
}