-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
{
"name": "mern-demo",
"version": "1.0.0",
"description": "mern-demo",
"main": "index.js",
"scripts": {
"dev": "run-p ourserver ourwebpack",
"ourwebpack": "webpack --watch",
"ourserver": "nodemon server-compiled",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gannaraputeja/mern-demo.git"
},
"keywords": [
"Mongo",
"Express",
"React",
"Node"
],
"author": "Raviteja Gannarapu",
"license": "ISC",
"bugs": {
"url": "https://github.com/gannaraputeja/mern-demo/issues"
},
"homepage": "https://github.com/gannaraputeja/mern-demo#readme",
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"axios": "^1.1.2",
"babel-loader": "^8.2.5",
"ejs": "^3.1.8",
"express": "^4.18.2",
"fs-extra": "^10.1.0",
"mongodb": "^4.10.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.7.2",
"sharp": "^0.31.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-node-externals": "^3.0.0"
}
}