-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 906 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": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.0",
"@stripe/stripe-js": "^1.25.0",
"@tailwindcss/line-clamp": "^0.3.1",
"axios": "^0.26.1",
"firebase": "^9.6.10",
"firebase-admin": "^10.0.2",
"micro": "^9.3.4",
"moment": "^2.29.1",
"next": "12.1.1",
"next-auth": "^4.3.1",
"react": "17.0.2",
"react-currency-formatter": "^1.1.0",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-responsive-carousel": "^3.2.23",
"stripe": "^8.212.0"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23"
}
}