-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
{
"name": "node_bootcamp",
"version": "1.0.0",
"description": "This is a basic nodefarm project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon natours_api/server.js",
"start:dev": "nodemon natours_api/server.js",
"start:prod": "NODE_ENV=production nodemon natours_api/server.js",
"debug": "ndb natours_api/ server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dilemmawalker/node_bootcamp.git"
},
"author": "Yash Handa",
"license": "ISC",
"bugs": {
"url": "https://github.com/dilemmawalker/node_bootcamp/issues"
},
"homepage": "https://github.com/dilemmawalker/node_bootcamp#readme",
"dependencies": {
"babel": "^6.23.0",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"lint": "^0.7.0",
"mongoose": "^5.13.14",
"morgan": "^1.10.0",
"prettier": "^2.5.1",
"slugify": "^1.6.0",
"yarn": "^1.22.17"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^8.8.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-vue": "^8.2.0",
"ndb": "^1.1.5",
"ndp": "^1.0.2",
"nodemon": "^2.0.15"
}
}