-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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": "pet-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@material-tailwind/react": "^2.0.1",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.0",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react-redux": "^7.1.25",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"cloudinary-react": "^1.8.1",
"cookie": "^0.5.0",
"eslint-config-next": "13.4.4",
"formik": "^2.4.1",
"jose": "^4.14.4",
"jsonwebtoken": "^9.0.0",
"next": "13.4.4",
"next-auth": "^4.22.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.9.0",
"react-redux": "^8.0.7",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.7.12",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8"
}
}