-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"@stripe/stripe-js": "^1.25.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/react-redux": "^7.1.23",
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"firebase": "^9.6.9",
"firebase-admin": "^10.0.2",
"micro": "^9.3.4",
"moment": "^2.29.1",
"next": "^12.1.0",
"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",
"react-toastify": "^8.2.0",
"stripe": "^8.210.0"
},
"devDependencies": {
"@types/micro": "^7.3.7",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-currency-formatter": "^1.1.4",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}