forked from how-togetbetter/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 987 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
36
37
38
39
40
41
{
"name": "app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"start": "nodemon server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/how-togetbetter/app.git"
},
"keywords": [],
"author": "Team3",
"license": "ISC",
"bugs": {
"url": "https://github.com/how-togetbetter/app/issues"
},
"homepage": "https://github.com/how-togetbetter/app#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.9.25",
"nodemon": "^2.0.4",
"react": "^16.13.1",
"react-calendar": "^3.1.0",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0"
}
}