-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 848 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
35
{
"name": "mvp-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lizzmullowney/MVP-project.git"
},
"author": "Lizz Mullowney",
"license": "ISC",
"bugs": {
"url": "https://github.com/lizzmullowney/MVP-project/issues"
},
"homepage": "https://github.com/lizzmullowney/MVP-project#readme",
"dependencies": {
"axios": "^1.3.6",
"body-parser": "^1.20.2",
"concurrently": "^8.0.1",
"express": "^4.18.2",
"mongoose": "^7.0.4",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-circular-progressbar": "^2.1.0",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}