-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "amazon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.1",
"@heroicons/react": "^1.0.6",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@reduxjs/toolkit": "^1.8.5",
"@stripe/react-stripe-js": "^1.11.0",
"@stripe/stripe-js": "^1.37.0",
"axios": "^0.27.2",
"firebase": "^9.9.4",
"next": "12.2.5",
"next-auth": "^4.10.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-image-gallery": "^1.2.9",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.2",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"react-star-ratings": "^2.3.0",
"stripe": "^10.11.0",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
},
"engines": {
"node": "18.x"
}
}