-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "openhuman.ai",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"start": "next start",
"prebuild": "prisma generate",
"predev": "prisma generate",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.6",
"@next/font": "13.3.0",
"@prisma/client": "^4.13.0",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-tooltip": "^1.0.5",
"@types/gtag.js": "^0.0.12",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"@vercel/og": "^0.5.3",
"classnames": "^2.3.2",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"focus-trap-react": "^10.1.1",
"framer-motion": "^10.12.4",
"lucide-react": "0.162.0",
"ms": "^2.1.3",
"next": "13.3.0",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-wrap-balancer": "^0.4.0",
"typescript": "5.0.4",
"use-debounce": "^9.0.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"@types/ms": "^0.7.31",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.1",
"postcss": "^8.4.22",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"prisma": "^4.13.0",
"tailwindcss": "^3.3.1"
}
}