forked from unicef/juniper-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "juniper-portfolio",
"version": "0.1.0",
"dependencies": {
"node-fetch": "^2.5.4",
"aws-sdk": "^2.722.0",
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"ethers": "^5.0.9",
"express": "^4.17.1",
"express-session": "^1.17.1",
"mongodb": "^3.4.0",
"mongoose": "^5.9.17",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-core-utils": "git+https://[email protected]/unicef/node-core-utils.git",
"nodemailer": "^6.4.11",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"web3": "^1.2.8"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"nodemon": "^2.0.1"
},
"scripts": {
"start": "node index.js",
"postinstall": "npm install --prefix ./client; npm run build --prefix ./client"
},
"main": "index.js",
"author": "",
"license": "MIT",
"description": ""
}