-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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": "mailr",
"version": "1.0.0",
"description": "An app for building a mailing list",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@stripe/react-stripe-js": "^1.3.0",
"@stripe/stripe-js": "^1.13.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"aws-sdk": "^2.885.0",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"cookie": "^0.4.1",
"dotenv": "^8.2.0",
"formik": "^2.1.4",
"isomorphic-unfetch": "3.0.0",
"js-cookie": "^2.2.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.21",
"logrocket": "^1.0.7",
"logrocket-react": "^4.0.1",
"mongodb": "^3.5.9",
"mongoose": "^5.12.3",
"mongoose-unique-array": "^0.3.4",
"next": "^10.1.3",
"next-auth": "^3.5.0",
"nodemailer": "^6.4.17",
"react": "16.13.1",
"react-avatar-editor": "^11.1.0",
"react-chartjs-2": "^2.11.1",
"react-dom": "16.13.1",
"react-dropzone": "4.2.13",
"react-facebook-pixel": "^0.1.3",
"react-ga": "^3.3.0",
"react-input-range": "^1.3.0",
"react-responsive-modal": "^5.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-toastify": "^6.0.4",
"stripe": "^8.137.0",
"styled-components": "^5.1.0",
"uuid": "^8.2.0",
"uuidv4": "^6.2.7",
"validator": "^13.1.1",
"yup": "^0.28.5"
},
"peerOptionalDependencies": {
"mongodb": "^3.5.9"
},
"devDependencies": {}
}