-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
50
51
52
53
54
55
56
{
"name": "ezfit",
"version": "1.0.0",
"description": "Empower your Fitbit data free of charge!",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "cd client && npm run build && cd ../ && node app.js",
"start": "node app.js",
"heroku-postbuild": "cd client && npm install && npm run build",
"compile": "cd client && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Keith-Tachibana/EZ-FIT.git"
},
"keywords": [
"PHR"
],
"author": "Harry Pham, Ashwin Balachandran, Keith Tachibana",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Keith-Tachibana/EZ-FIT/issues"
},
"homepage": "https://github.com/Keith-Tachibana/EZ-FIT#readme",
"dependencies": {
"@babel/core": "^7.14.3",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"create-react-app": "^4.0.3",
"csv": "^5.5.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-naked-redirect": "^0.1.9",
"express-sslify": "^1.2.0",
"express-validator": "^6.11.1",
"jsonwebtoken": "^8.5.1",
"knuth-shuffle": "^1.0.8",
"mailgun-js": "^0.22.0",
"moment": "^2.29.1",
"mongoose": "^5.12.11",
"morgan": "^1.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"serve-favicon": "^2.5.0",
"typescript": "^4.3.2"
},
"engines": {
"node": "14.x"
}
}