-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 916 Bytes
/
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
{
"name": "amazon-clone",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.1",
"@stripe/stripe-js": "^1.46.0",
"@tailwindcss/line-clamp": "^0.4.0",
"axios": "^1.2.3",
"firebase": "^9.15.0",
"firebase-admin": "^11.4.1",
"loadash": "^1.0.0",
"micro": "^10.0.1",
"moment": "^2.29.4",
"next": "^12.3.4",
"next-auth": "^4.20.1",
"react": "^17.0.2",
"react-currency-formatter": "^1.1.0",
"react-dom": "^17.0.2",
"react-redux": "7.2.1",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^9.1.1",
"react-transition-group": "^4.4.5",
"stripe": "^11.6.0"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.15",
"tailwindcss": "^2.2.7"
}
}