-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.52 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
52
53
54
55
56
57
{
"name": "dev-challenges",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --fix .",
"format": "prettier -wu .",
"seed": "esno scripts/seed.ts"
},
"dependencies": {
"@headlessui/react": "1.7.17",
"@mantine/form": "7.1.2",
"@next-auth/prisma-adapter": "1.0.7",
"@prisma/client": "5.4.1",
"clsx": "2.0.0",
"date-fns": "2.30.0",
"markdown-to-jsx": "7.3.2",
"next": "14.1.1",
"next-auth": "4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"react-textarea-autosize": "8.5.3",
"sonner": "1.0.3",
"swr": "2.2.4",
"tailwind-merge": "1.14.0",
"zod": "3.22.4",
"zustand": "4.4.3"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.6",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.8.3",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.11",
"autoprefixer": "10.4.16",
"eslint": "8.51.0",
"eslint-config-next": "13.5.4",
"eslint-config-prettier": "9.0.0",
"eslint-config-standard-jsx": "11.0.0",
"eslint-config-standard-with-typescript": "39.1.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"esno": "0.17.0",
"postcss": "8.4.31",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "0.5.5",
"prisma": "5.4.1",
"redaxios": "0.5.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}