forked from sonnysangha/Amazon-starter-template-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 822 Bytes
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
{
"name": "with-redux-toolkit",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.2",
"@reduxjs/toolkit": "1.5.0",
"@stripe/stripe-js": "^1.16.0",
"@tailwindcss/line-clamp": "^0.2.0",
"axios": "^0.21.1",
"firebase": "^8.7.1",
"firebase-admin": "^9.11.0",
"micro": "^9.3.4",
"moment": "^2.29.1",
"next": "latest",
"next-auth": "^3.27.3",
"react": "17.0.1",
"react-currency-formatter": "^1.1.0",
"react-dom": "17.0.1",
"react-redux": "^7.2.4",
"react-responsive-carousel": "^3.2.20",
"stripe": "^8.164.0"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.2"
}
}