-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "kg-be",
"version": "0.0.0",
"private": true,
"author": "Xin Xiong",
"keywords": [
"node",
"express",
"neo4j"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/leonaxiongxin/kg-be"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"compression": "^1.7.4",
"config": "^3.3.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"express": "^4.16.4",
"express-async-errors": "^3.1.1",
"helmet": "^4.1.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"neo4j-driver": "^4.1.2",
"nodemon": "^2.0.4",
"winston": "^3.3.3"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"jest": "^26.4.2",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"supertest": "^4.0.2"
}
}