-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "node-project",
"version": "1.0.0",
"description": "Task by Wednesday Solutions",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/SauravChavan/ws-nodeApp.git"
},
"dependencies": {
"axios": "^0.21.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"copy-to-clipboard": "^3.3.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"google-search-results-nodejs": "^2.0.1",
"mongoose": "^5.12.7",
"mongoose-data-seed": "^2.1.6",
"node-geocoder": "^3.27.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"socket.io": "^2.4.1",
"webpack": "^5.36.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Saurav Chavan <saurav.21810942@viit.ac.in>",
"license": "ISC",
"mdSeed": {
"seedersFolder": "./seeders"
}
}