-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 892 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 892 Bytes
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
{
"dependencies": {
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.2.0",
"@tailwindcss/forms": "^0.5.7",
"aos": "^2.3.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.4",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"firebase": "^10.12.5",
"firebase-admin": "^12.3.1",
"next": "^14.2.5",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-scroll": "^1.9.0",
"react-switch": "^7.0.0",
"sib-api-v3-sdk": "^8.5.0",
"socket.io-client": "^4.7.5",
"tailwindcss": "^3.4.9"
},
"scripts": {
"dev": "next dev"
}
}