-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.43 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "genmatrix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts-lint": "tsc — noEmit — incremental — watch",
"ts-lint-commit-hook": "tsc --noEmit --incremental"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "18.15.11",
"@types/react-dom": "18.0.11",
"@types/react-slick": "^0.23.10",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"emailjs": "^4.0.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.2.1",
"next": "^13.4.12",
"next-auth": "^4.22.1",
"next-seo": "^6.1.0",
"nodemailer": "^6.9.3",
"path": "^0.12.7",
"paytmchecksum": "^1.5.0",
"razorpay": "^2.9.0",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-facebook": "^9.0.12",
"react-fast-marquee": "^1.6.0",
"react-google-places-autocomplete": "^4.0.1",
"react-gtm-module": "^2.0.11",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1",
"react-multi-carousel": "^2.8.4",
"react-owl-carousel": "^2.3.3",
"react-places-autocomplete": "^7.3.0",
"react-quilljs": "^1.3.3",
"react-simple-chatbot": "^0.6.1",
"react-slick": "^0.29.0",
"react-stars": "^2.2.5",
"react-web-share": "^2.0.2",
"react-youtube": "^10.1.0",
"sharp": "^0.32.5",
"shortid": "^2.2.16",
"sizeof": "^1.0.0",
"slick-carousel": "^1.8.1",
"typewriter-effect": "^2.20.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/ejs": "^3.1.2",
"@types/nodemailer": "^6.4.8",
"@types/react": "^18.2.17",
"@types/react-gtm-module": "^2.0.1",
"@types/react-helmet": "^6.1.6",
"@types/react-places-autocomplete": "^7.2.9",
"@types/react-stars": "^2.2.1",
"@types/styled-components": "^5.1.26",
"husky": "^8.0.3",
"typescript": "^5.1.6"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"author": "",
"license": "ISC"
}