This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
86 lines (86 loc) · 2.7 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "eodiro-api",
"version": "2.0.0",
"description": "",
"scripts": {
"build": "node_modules/.bin/webpack --config webpack.config.js",
"build:watch": "node_modules/.bin/webpack -w --config webpack.config.js",
"build:prod": "node_modules/.bin/webpack --config webpack.prod.js",
"build:prod:watch": "node_modules/.bin/webpack -w --config webpack.prod.js",
"start": "pm2 start ./pm2.config.js",
"stop": "pm2 stop ./pm2.config.js",
"restart": "pm2 restart ./pm2.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/payw-org/eodiro-api"
},
"author": "eodiro",
"license": "ISC",
"bugs": {
"url": "https://github.com/payasyouwant/eodiro-api/issues"
},
"homepage": "https://github.com/payasyouwant/eodiro-api#readme",
"dependencies": {
"@payw/cau-food-scraper": "^2.0.4",
"body-parser": "^1.19.0",
"bottleneck": "^2.19.5",
"connect-mongo": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.16.2",
"express-validator": "^6.1.1",
"fuse.js": "^3.4.5",
"helmet": "^3.20.0",
"lru-cache": "^5.1.1",
"mongoose": "^5.5.12",
"nanoid": "^2.0.4",
"node-schedule": "^1.3.2",
"nodemailer": "^6.3.0",
"uuid": "^3.3.3",
"winston": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@types/app-root-path": "^1.2.4",
"@types/connect-mongo": "^0.0.43",
"@types/cors": "^2.8.5",
"@types/dotenv": "^6.1.1",
"@types/express": "^4.17.0",
"@types/express-session": "^1.15.14",
"@types/helmet": "^0.0.44",
"@types/lru-cache": "^5.1.0",
"@types/mongoose": "^5.5.6",
"@types/nanoid": "^2.0.0",
"@types/node-schedule": "^1.2.3",
"@types/nodemailer": "^6.2.1",
"@types/uuid": "^3.4.5",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"app-root-path": "^2.2.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-0": "^6.24.1",
"clean-terminal-webpack-plugin": "^2.0.2",
"dotenv": "^8.1.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.18.2",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-merge": "^4.2.1",
"webpack-messages": "^2.0.4",
"webpack-node-externals": "^1.7.2"
}
}