-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.54 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
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"debug": "NODE_ENV=dev DEBUG=DB:* babel-node .",
"dev": "NODE_ENV=dev babel-node .",
"prod": "NODE_ENV=prod babel-node .",
"build:prod": "webpack --env.NODE_ENV=prod --config ./webpack.config.js --mode production",
"build:dev": "webpack --env.NODE_ENV=dev --config ./webpack.config.js --mode development",
"serve:prod": "node ./bundels/prod.js",
"serve:dev": "node ./bundels/dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohesem/project-x-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mohesem/project-x-backend/issues"
},
"homepage": "https://github.com/mohesem/project-x-backend#readme",
"dependencies": {
"arangojs": "^6.14.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debuger": "0.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
}
}