-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 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
42
43
44
{
"name": "hm-graphql-scaffold",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "16.14"
},
"scripts": {
"start": "nodemon --exec babel-node server/index.js",
"build": "cd client && npm install && npm run build",
"heroku-postbuild": "npm ci && knex migrate:latest && cd client && npm ci && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaareloun/hm-graphql-scaffold.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"argon2": "^0.28.2",
"axios": "^0.21.1",
"cors": "^2.8.5",
"date-fns": "^2.25.0",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"heroku-ssl-redirect": "^0.1.1",
"json2csv": "^5.0.6",
"jsonwebtoken": "^8.5.1",
"knex": "^0.95.9",
"lodash": "^4.17.21",
"node-cache": "^5.1.2",
"nodemon": "^2.0.12",
"pg": "^8.7.1",
"uuid4": "^2.0.2",
"yamljs": "^0.3.0"
}
}