-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (52 loc) · 1.39 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
{
"name": "devleague",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"heroku-postbuild":"NPM_CONFIG_PRODUCTION=false npm install --prefix Dashbord && npm run build --prefix Dashbord",
"start":"node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@progress/kendo-drawing": "^1.16.3",
"@progress/kendo-licensing": "^1.2.2",
"@progress/kendo-react-pdf": "^5.2.0",
"actions-on-google": "^3.0.0",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"cheerio": "^1.0.0-rc.10",
"cloudinary": "^1.28.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dialogflow": "^1.2.0",
"dialogflow-fulfillment": "^0.6.1",
"dotenv": "^16.0.0",
"emailjs-com": "^3.2.0",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"googleapis": "^96.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.6",
"multer": "^1.4.4",
"node-fetch": "^2.6.1",
"node-sass": "^7.0.1",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"pb-util": "^1.0.3",
"promise": "^8.1.0",
"react-chartjs-2": "^4.1.0",
"react-loader-spinner": "^6.0.0-0",
"react-scroll": "^1.8.7",
"sass": "^1.51.0",
"smooth-scroll": "^16.1.3",
"socket.io": "^4.4.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}