-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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": "bzu-wells-server-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www.js"
},
"dependencies": {
"connect-session-knex": "^1.5.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"express": "^4.16.4",
"express-session": "^1.17.0",
"express-validator": "^6.2.0",
"helmet": "^3.21.2",
"http-errors": "~1.6.3",
"knex": "^0.20.1",
"moment": "^2.24.0",
"morgan": "~1.9.1",
"objection": "^1.6.11",
"objection-db-errors": "^1.1.1",
"sqlite3": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"babel-loader": "^8.0.6",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-security": "^1.4.0",
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.0",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
}
}