-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.4 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
{
"name": "amazon-clone",
"description": "Amazon clone built using Next JS, Redux, Tailwind CSS, Firebase, FakeStore API & NextAuth",
"version": "0.1.0",
"private": true,
"author": "Rajdeep Ghosh <rajdeepghosh810@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rajdeep-ghosh/amazon-clone/"
},
"keywords": [
"nextjs",
"reactjs",
"tailwind-css",
"firebase",
"redux",
"fakestore-api",
"next-auth",
"frontend"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.4",
"@reduxjs/toolkit": "^1.6.2",
"next": "12.1.0",
"next-auth": "^3.29.10",
"razorpay": "^2.8.3",
"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.21",
"shortid": "^2.2.16"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.2.2",
"autoprefixer": "^10.3.7",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.9",
"tailwindcss": "^2.2.16"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}