-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.73 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.73 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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "authentication",
"version": "1.0.0",
"description": "Code Authentication backend",
"main": "app.js",
"scripts": {
"watch": "cd client/public && parcel watch index.html",
"start": "cd client/public && parcel index.html",
"build": "cd client/public && parcel build index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.8",
"@react-pdf/renderer": "^2.0.12",
"@yaireo/tagify": "^4.2.0",
"aos": "^2.3.4",
"autosuggest-highlight": "^3.1.1",
"aws-sdk": "^2.907.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"browser-image-compression": "^1.0.14",
"cloudinary": "^1.26.0",
"components": "^0.1.0",
"compression": "^1.7.4",
"config": "^3.3.6",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"date-fns": "^2.8.1",
"dompurify": "^2.2.9",
"dotenv": "^9.0.2",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"firebase": "^8.6.8",
"fontawesome": "^5.6.3",
"html-to-draftjs": "^1.5.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.6",
"mongoose": "^5.12.9",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nexmo": "^2.9.1",
"nodemailer": "^6.6.0",
"nodemon": "^2.0.12",
"perfect-scrollbar": "^1.5.1",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-bootstrap": "^1.6.0",
"react-countup": "^4.3.3",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.14.7",
"react-icons": "^4.2.0",
"react-lazy-load-image-component": "^1.5.1",
"react-owl-carousel": "^2.3.3",
"react-reactstrap-pagination": "^2.0.3",
"react-router-dom": "^5.2.0",
"react-to-pdf": "0.0.14",
"react-visibility-sensor": "^5.1.1",
"reactstrap": "^8.9.0",
"routes.js": "0.0.1",
"shortid": "^2.2.16",
"slugify": "^1.5.3",
"typewriter-effect": "^2.18.0",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"parcel-bundler": "^1.12.5",
"sass": "^1.35.1"
},
"engines": {
"node": "10.19.0"
}
}