-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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": "face-accreditation",
"version": "0.1.0",
"description": "AI Powered voter accreditation for elections and polls",
"private": true,
"scripts": {
"start": "node ./bin/www",
"next-dev": "next -p 1960",
"next-build": "next build",
"start-next": "next build && next start -p $PORT",
"start-next-default": "next start",
"watch": "nodemon \"npm start\"",
"preinstall": "node preinstall.js",
"export": "next export"
},
"dependencies": {
"@google-cloud/datastore": "^2.0.0",
"connect-busboy": "0.0.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"fs-extra": "^7.0.0",
"hbs": "^4.0.6",
"http-errors": "~1.6.2",
"moment": "^2.22.2",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"next": "^7.0.0",
"nodemon": "^1.18.4",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anibe/face-accreditation.git"
},
"author": "Anibe Agamah",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/anibe/face-accreditation/issues"
},
"homepage": "https://github.com/anibe/face-accreditation#readme"
}