-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.4 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": "tech-report",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && eslint . --fix --max-warnings=0",
"prettier": "prettier . --write",
"prepare": "husky install"
},
"dependencies": {
"@prisma/client": "^4.13.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-toast": "^1.1.3",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.176.0",
"moment": "^2.29.4",
"next": "13.3.0",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"swr": "^2.1.5",
"tailwind-merge": "^1.12.0",
"tailwind-variants": "^0.1.5",
"tailwindcss": "3.3.1"
},
"devDependencies": {
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"prisma": "^4.13.0",
"tailwindcss-animate": "^1.0.5"
}
}