-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.38 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "teamwork",
"version": "1.0.0",
"description": "Teamwork is an internal social network App for employees of an organization to facilitate their interaction between colleagues and promote team bonding.",
"main": "index.js",
"scripts": {
"dev": "nodemon --exec babel-node ./api/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JustineRobert/Teamwork.git"
},
"author": "Justine Robert Igune",
"license": "MIT",
"bugs": {
"url": "https://github.com/JustineRobert/Teamwork/issues"
},
"homepage": "https://github.com/JustineRobert/Teamwork#readme",
"dependencies": {
"@hapi/joi": "^15.1.1",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"build": "^0.1.4",
"circular-json": "^0.3.3",
"cloudinary": "^1.17.0",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"coverage": "^0.4.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"heroku": "^7.35.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"make-runnable": "^1.3.6",
"milsymbol": "^2.0.0",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"path": "^0.12.7",
"pg": "^7.14.0",
"pg-hstore": "^2.3.3",
"sequelize": "^5.21.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0",
"sinon-express-mock": "^2.2.1",
"stable": "^0.1.8",
"swagger-ui-express": "^4.0.7",
"terser": "^4.4.0",
"web-animations-js": "^2.3.2",
"webpack": "^4.41.2"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-stage-2": "^7.0.0",
"@babel/register": "^7.7.0",
"@babel/runtime": "^7.7.2",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-things": "^0.2.0",
"coveralls": "^3.0.6",
"eslint": "6.7.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"mocha": "^6.2.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^14.1.1",
"webpack-cli": "^3.3.10"
},
"keywords": []
}