-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 870 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mantine/core": "^4.2.8",
"@mantine/dates": "^4.2.8",
"@mantine/form": "^4.2.8",
"@mantine/hooks": "^4.2.8",
"@mantine/next": "^4.2.8",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"dayjs": "^1.11.2",
"mongoose": "^6.3.4",
"nanoid": "^3.3.4",
"next": "latest",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"stylis": "^4.1.1",
"stylis-plugin-rtl": "^2.1.1",
"zod": "^3.17.3"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2"
}
}