-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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
{
"name": "mcbrand",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.16",
"axios": "^1.5.1",
"classnames": "^2.3.2",
"datocms-structured-text-to-plain-text": "^2.0.4",
"datocms-structured-text-utils": "^2.0.4",
"emailjs": "^4.0.3",
"emailjs-com": "^3.2.0",
"firebase": "^10.12.2",
"framer-motion": "^10.16.4",
"highlight.js": "^11.9.0",
"i18n-js": "^4.3.2",
"next": "13.5.2",
"next-seo": "^6.4.0",
"node-fetch": "^3.3.2",
"postcss": "^8.4.30",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-datocms": "^4.1.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.2",
"react-simple-typewriter": "^5.0.1",
"react-syntax-highlighter": "^15.5.0",
"sweetalert2": "^11.7.32",
"swiper": "^10.3.1",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/prismjs": "^1.26.3",
"@types/react-syntax-highlighter": "^15.5.10",
"@types/uuid": "^9.0.6"
},
"description": "Welcome to the documentation for the MCBrand project this project is the set of pages of the MCBrand starting with the SalesAssist page.\r 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",
"keywords": [],
"author": "",
"license": "ISC"
}