-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1005 Bytes
/
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
{
"name": "server",
"version": "1.0.0",
"description": "server side",
"main": "server_mazadus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "babel-watch server_mazadus.js",
"clean": "rm -rf dist/*",
"build": "npm run clean && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
"start": "node dist/server_mazadus.js"
},
"author": "BRAHIMI MOHAMED",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-watch": "^2.0.7",
"base64-img": "^1.0.4",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.0.2",
"graphql-tools": "^4.0.3",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"mongoose": "^5.3.15",
"nodemailer": "^5.1.1",
"sharp": "^0.21.1",
"socket.io": "^2.2.0"
}
}