-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.93 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
{
"name": "restaurant",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@babel/cli": "^7.24.5",
"@cloudinary/url-gen": "^1.19.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.13.0",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@tanstack/react-query": "^5.29.2",
"@types/node": "20.4.2",
"@types/react": "^18.3.1",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.19",
"cloudinary": "^2.2.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"multer": "^1.4.5-lts.1",
"next": "13.4.10",
"next-auth": "^4.24.7",
"next-connect": "^1.0.0",
"postcss": "^8.4.38",
"react": "18.2.0",
"react-confetti-explosion": "^2.1.2",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"slick-carousel": "^1.8.1",
"stripe": "^15.3.0",
"tailwindcss": "^3.4.3",
"typescript": "5.1.6",
"uuid": "^9.0.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.6",
"@types/multer": "^1.4.11",
"@types/react-slick": "^0.23.13",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"node-fetch": "^3.3.2",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}