-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "SalonEverywhere",
"version": "1.0.0",
"description": "SalonEverywhere-backend-project",
"main": "index.js",
"scripts": {
"kill": "Taskkill /IM node.exe /F",
"lint": "eslint ./src",
"start": "nodemon --exec babel-node ./src/index.js",
"server": "nodemon --exec babel-node ./src/index.js"
},
"keywords": "SALONEVERYWHERE",
"author": "kEY JOSHUA",
"license": "MIT",
"dependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/node": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/register": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@hapi/joi": "^17.1.1",
"babel-core": "^6.26.3",
"babel-install": "2.1.0",
"babel-loader": "^8.0.6",
"babel-node": "0.0.1-security",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cors": "^2.8.5",
"cross-env": "^7.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.10.3",
"nodemailer": "^6.4.6",
"nodemon": "^2.0.4"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"nodemon": "^2.0.2"
}
}