forked from adityabisoi/startup-incubator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.16 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
{
"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",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"mongoose": "^6.2.8",
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "^8.12.0",
"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"
}
}