-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "keep-up",
"version": "0.0.1",
"description": "A platform to keep track of student activity",
"main": "index.js",
"scripts": {
"start-dev": "nodemon ./server/index.js",
"start": "node ./server/index.js",
"start-react": "react-scripts start",
"build-react": "react-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anirudhbs/keep-up.git"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/anirudhbs/keep-up/issues"
},
"homepage": "https://github.com/anirudhbs/keep-up#readme",
"dependencies": {
"auth0-js": "^9.1.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"express-jwt-authz": "^1.0.0",
"jwks-rsa": "^1.2.1",
"jwt-decode": "^2.2.0",
"node-fetch": "^1.7.3",
"path": "^0.12.7",
"pg": "^7.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"nodemon": "^1.18.9",
"react-scripts": "1.0.17"
},
"proxy": "http://localhost:8080"
}