-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
39 lines (39 loc) · 1.25 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
{
"name": "startup-incubator",
"version": "1.0.0",
"description": "[![Join the chat at https://gitter.im/startup-incubator/community](https://badges.gitter.im/startup-incubator/community.svg)](https://gitter.im/startup-incubator/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ https://github.com/adityabisoi/startup-incubator/.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": " https://github.com/adityabisoi/startup-incubator/issues"
},
"homepage": " https://github.com/adityabisoi/startup-incubator/#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"concurrently": "^7.2.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.8",
"nodemailer": "^6.7.5",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0"
}
}