-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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": "pharma-at-hand",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@graphcms/rich-text-react-renderer": "^0.6.1",
"@hookform/resolvers": "^3.3.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@react-spring/web": "^9.7.3",
"@tanstack/react-table": "^8.10.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"gsap": "^3.12.2",
"lucide-react": "^0.279.0",
"mongoose": "^7.5.3",
"next": "latest",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"react": "latest",
"react-dom": "latest",
"react-hook-form": "^7.47.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"use-local-storage-state": "^19.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}