-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
{
"private": true,
"scripts": {
"dev": "next dev",
"stripe:listen": "stripe listen --forward-to localhost:3000/api/webhook",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"@reduxjs/toolkit": "^1.6.2",
"@sendgrid/mail": "^7.5.0",
"@stripe/stripe-js": "^1.20.3",
"@tailwindcss/line-clamp": "^0.2.2",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"axios": "^0.23.0",
"eslint-config-next": "^14.1.3",
"framer-motion": "^11.0.14",
"gray-matter": "^4.0.3",
"html-react-parser": "^1.4.0",
"lodash": "^4.17.21",
"micro": "^9.3.4",
"mongoose": "^6.0.12",
"next": "^14.1.3",
"next-seo": "^4.28.1",
"order-id": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-multi-carousel": "^2.6.5",
"react-number-format": "^4.8.0",
"react-redux": "^7.2.5",
"react-responsive-carousel": "^3.2.22",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"stripe": "^8.184.0",
"typescript": "^5.4.2"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}