forked from MarkCavalli/rageserver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "rpserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"https-proxy-agent": "^2.2.1",
"log4js": "^2.5.3",
"mysql": "^2.15.0",
"nodemailer": "^4.6.7",
"timespan": "^2.3.0"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-node-externals": "^1.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarkCavalli/rageserver.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MarkCavalli/rageserver/issues"
},
"homepage": "https://github.com/MarkCavalli/rageserver#readme"
}