-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.31 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
48
49
50
51
{
"name": "course-week",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"story": "ladle serve",
"test": "vitest",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@notionhq/client": "^2.2.5",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.2",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-tabs": "^1.0.2",
"@tailwindcss/container-queries": "^0.1.0",
"@tanstack/react-query": "^4.24.10",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"encoding": "^0.1.13",
"immer": "^9.0.19",
"jotai": "^2.0.2",
"jotai-immer": "^0.2.0",
"lucide-react": "^0.115.0",
"nanoid": "^4.0.1",
"next": "13.4.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"sass": "^1.63.2",
"tiny-invariant": "^1.3.1",
"typescript": "5.1.3",
"zod": "^3.21.4"
},
"devDependencies": {
"@ladle/react": "^2.7.4",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"vitest": "^0.28.5"
}
}