-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
{
"name": "test",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^32.0.0",
"@ckeditor/ckeditor5-font": "^32.0.0",
"@ckeditor/ckeditor5-react": "^3.0.3",
"@next-auth/mongodb-adapter": "^1.0.1",
"@nextui-org/react": "^1.0.0-beta.7",
"@sendgrid/mail": "^7.6.1",
"@stripe/stripe-js": "^1.22.0",
"body-parser": "^1.19.1",
"cloudinary": "^1.28.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"file": "^0.2.2",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"gsap": "^3.9.1",
"html-react-parser": "^1.4.8",
"js-cookie": "^3.0.1",
"micro": "^9.3.4",
"mongodb": "^4.3.1",
"mongoose": "^6.2.1",
"next": "^12.1.4",
"next-auth": "^4.3.4",
"nextjs-progressbar": "0.0.14",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-hook-form": "^7.29.0",
"react-query": "^3.34.15",
"sass": "^1.49.7",
"stripe": "^8.202.0",
"styled-components": "^5.3.3",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.3"
}
}