-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1021 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": "corpora-analysis-application",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www",
"devServer": "nodemon ./bin/www",
"devClient": "npm start --prefix client/corpora-client-app",
"dev": "concurrently \"npm run devServer\" \"npm start --prefix client/corpora-client-app\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "2.0.7"
},
"dependencies": {
"axios": "0.21.1",
"bcryptjs": "2.4.3",
"compression": "1.7.4",
"concurrently": "6.2.0",
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"dotenv": "10.0.0",
"express": "4.17.1",
"express-validator": "6.12.0",
"helmet": "4.6.0",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"moment": "2.29.1",
"moment-timezone": "0.5.33",
"mongoose": "5.12.15",
"morgan": "1.10.0",
"multer": "1.4.2",
"uuidv4": "6.2.10"
}
}