-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "with-redux-toolkit",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"stripe_forward": "stripe listen --forward-to localhost:3000/api/webhook"
},
"dependencies": {
"@heroicons/react": "^1.0.1",
"@reduxjs/toolkit": "1.5.0",
"@stripe/stripe-js": "^1.15.0",
"@tailwindcss/line-clamp": "^0.2.0",
"axios": "^0.21.1",
"firebase": "^8.10.0",
"firebase-admin": "^9.8.0",
"lodash": "^4.17.21",
"micro": "^9.3.4",
"moment": "^2.29.1",
"next": "latest",
"next-auth": "^3.29.0",
"react": "17.0.1",
"react-currency-formatter": "^1.1.0",
"react-dom": "17.0.1",
"react-redux": "7.2.2",
"react-responsive-carousel": "^3.2.18",
"react-toastify": "^7.0.4",
"react-transition-group": "^4.4.1",
"stripe": "^8.171.0"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.2.15",
"tailwindcss": "^2.1.2"
}
}