-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
54
55
56
57
58
59
60
61
{
"name": "fake_new_report_plateform",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "tsc",
"start_dev": "nodemon ./build/server.js",
"start": "pm2 start ./build/server.js",
"dev": "yarn build && yarn start_dev",
"prod": "yarn build && yarn start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jochri3/fake_new_report_plateform.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jochri3/fake_new_report_plateform/issues"
},
"homepage": "https://github.com/jochri3/fake_new_report_plateform#readme",
"dependencies": {
"@types/cookie-session": "^2.0.39",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.3",
"@types/joi": "^14.3.4",
"@types/lodash": "^4.14.149",
"@types/mongoose": "^5.7.8",
"@types/multer": "^1.4.2",
"axios": "^0.19.2",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"body-parser": "^1.19.0",
"concurrently": "^5.1.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"date-fns": "^2.12.0",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"express-ejs-extend": "^0.0.1",
"express-validator": "^6.4.0",
"joi": "^14.3.1",
"lodash": "^4.17.15",
"migrate-mongoose": "^4.0.0",
"mongoose": "^5.9.6",
"mongoose-slug-generator": "^1.0.4",
"multer": "^1.4.2",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"qs": "^6.9.3",
"read-excel-file": "^4.0.6",
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"typescript": "^3.8.3"
}
}