-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "french-verbs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^3.2.0",
"axios": "^0.20.0",
"color-convert": "^2.0.1",
"colorthief": "^2.3.2",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-random-int": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-handlebars": "^5.3.0",
"express-jwt": "^6.0.0",
"express-jwt-authz": "^2.4.1",
"express-session": "^1.17.1",
"gridfs-stream": "^1.1.1",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"jwks-rsa": "^1.12.0",
"loadash": "^1.0.0",
"lodash": "^4.17.20",
"method-override": "^3.0.0",
"mongoose": "^5.10.2",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"qs": "^6.10.1",
"random-int": "^2.0.1",
"random-js": "^2.1.0",
"random.js": "^0.1.0",
"reverso-api": "^2.16.1",
"sexy-require": "^1.1.2",
"utf8": "^3.0.0"
},
"devDependencies": {
"handlebars": "^4.5.0"
}
}