-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.12 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "radpossum",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate",
"test": "jest --watchAll --verbose"
},
"dependencies": {
"@heroicons/react": "^2.0.14",
"@next-auth/prisma-adapter": "^1.0.5",
"@paypal/checkout-server-sdk": "^1.0.3",
"@paypal/react-paypal-js": "^7.8.2",
"@prisma/client": "^4.14.0",
"@stripe/stripe-js": "^1.47.0",
"@tanstack/react-query": "^4.24.6",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@uiw/react-md-editor": "^3.6.0",
"@vercel/analytics": "^0.1.8",
"axios": "^1.3.4",
"cookies-next": "^2.1.1",
"daisyui": "^2.51.3",
"eslint": "8.33.0",
"eslint-config-next": "^13.3.0",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"framer-motion": "^9.0.1",
"micro": "^10.0.1",
"msw": "^1.2.1",
"next": "^13.4.2",
"next-auth": "^4.22.1",
"next-remove-imports": "^1.0.10",
"nextjs-cors": "^2.1.2",
"node-mocks-http": "^1.12.2",
"nodemailer": "^6.9.1",
"random-hash": "^4.0.1",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.5",
"react-simplemde-editor": "^5.2.0",
"react-social-icons": "^5.15.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3",
"stripe": "^11.11.0",
"typescript": "^5.0.4",
"zod": "^3.21.4",
"zustand": "^4.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.1",
"@types/nodemailer": "^6.4.7",
"@types/paypal__checkout-server-sdk": "^1.0.5",
"@types/react-calendar": "^3.9.0",
"autoprefixer": "^10.4.13",
"axios-mock-adapter": "^1.21.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-mock": "^29.5.0",
"postcss": "^8.4.21",
"prisma": "^4.14.0",
"tailwindcss": "^3.2.4"
}
}