-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.5 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": "healthcare",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate --schema=./pages/prisma/schema.prisma"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@paypal/react-paypal-js": "^7.8.1",
"@prisma/client": "^4.2.1",
"@react-three/fiber": "^8.0.19",
"@types/firebase": "^3.2.1",
"add": "^2.0.6",
"bcryptjs": "^2.4.3",
"chart.js": "^3.8.0",
"cookie": "^0.5.0",
"framer-motion": "^6.3.4",
"framer-motion-3d": "^6.3.4",
"jsonwebtoken": "^8.5.1",
"next": "12.1.6",
"nextjs-cors": "^2.1.1",
"paypal-rest-sdk": "^1.8.1",
"prisma": "^4.2.1",
"react": "18.1.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "18.1.0",
"react-player": "^2.10.1",
"recharts": "^2.1.10",
"three": "^0.141.0",
"typewriter-effect": "^2.18.2",
"uid": "^2.0.0",
"uniqid": "^5.4.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.5.1",
"@types/hapi__joi": "^17.1.8",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.35",
"@types/paypal-rest-sdk": "^1.7.6",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/uniqid": "^5.3.2",
"autoprefixer": "^10.4.7",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "4.7.2"
}
}