forked from Team-GA/goal-planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 811 Bytes
/
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
{
"name": "goal-plannner",
"version": "1.0.0",
"description": "# Herman is here to rock and roll",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/motah-fard/goal-plannner.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/motah-fard/goal-plannner/issues"
},
"homepage": "https://github.com/motah-fard/goal-plannner#readme",
"devDependencies": {
"nodemon": "^2.0.13"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^6.0.11",
"morgan": "^1.10.0",
"react-big-calendar": "^0.36.1"
}
}