-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 941 Bytes
/
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": "talenttranslation",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"bcrypt": "^5.0.0",
"bootstrap-icons": "^1.3.0",
"browserify": "^17.0.0",
"buffer": "^6.0.3",
"buffer-image": "^1.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-session": "^1.17.1",
"fs-extra": "^9.0.1",
"http-errors": "~1.6.3",
"ipfs": "^0.53.2",
"method-override": "^3.0.0",
"mongodb": "^3.6.3",
"mongoose": "^5.11.8",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pug": "2.0.0-beta11"
},
"browser": {
"ipfs": "ipfs/dist/index.min.js"
}
}