-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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": "take-home",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit --incremental false"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@mantine/core": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"happy-dom": "^14.7.1",
"jotai": "^2.8.0",
"nanoid": "^5.0.7",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.3",
"uuid": "^9.0.1",
"zod": "^3.23.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"sass": "^1.75.0",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195"
}