-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1012 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
{
"name": "hr-rpp28-mvp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/index.js",
"build": "webpack --mode production --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carrjsn/hr-rpp28-mvp.git"
},
"author": "carrjsn",
"license": "ISC",
"bugs": {
"url": "https://github.com/carrjsn/hr-rpp28-mvp/issues"
},
"homepage": "https://github.com/carrjsn/hr-rpp28-mvp#readme",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jquery": "^3.6.0",
"mongodb": "^3.6.6",
"mongoose": "^5.12.8",
"nodemon": "^2.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
}
}