-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
124 lines (124 loc) · 3.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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "hapiness-systango",
"version": "3.0.0",
"description": "Production ready boilerplate application built on Hapi.js",
"main": "index.js",
"scripts": {
"prestart": "sh prestart.sh",
"lint": "eslint --ignore-path .eslintignore .",
"fix": "eslint --fix --ignore-path .eslintignore .",
"build": "webpack",
"start": "nodemon server.js",
"dev": "nodemon server.js",
"prod": "pm2 start pm2.config.js --env production",
"test": "mocha"
},
"engines": {
"node": ">=0.10.0"
},
"author": "Arpit Khandelwal",
"homepage": "https://github.com/sytango-technologies/Hapiness",
"dependencies": {
"autoprefixer": "^9.5.1",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"boom": "^7.3.0",
"bootstrap": "^4.3.1",
"chai": "^4.2.0",
"chart.js": "^2.8.0",
"confidence": "^4.0.1",
"config": "^3.1.0",
"copy-webpack-plugin": "^5.0.2",
"crumb": "^7.2.3",
"css-loader": "^2.1.1",
"del": "^4.1.0",
"dotenv": "^7.0.0",
"email-templates": "^5.0.4",
"glob": "^7.1.3",
"glue": "^6.0.0",
"good": "^8.1.2",
"good-console": "^8.0.0",
"good-file": "^6.0.1",
"good-http": "^6.1.3",
"good-squeeze": "^5.1.0",
"handlebars": "^4.1.2",
"hapi": "^18.1.0",
"hapi-auth-cookie": "^10.0.0",
"hapi-auth-jwt2": "^8.3.0",
"hapi-swagger": "^9.4.2",
"hoek": "^6.1.3",
"inert": "^5.1.3",
"joi": "^14.3.1",
"jquery": "^3.4.0",
"jsonwebtoken": "^8.5.1",
"mini-css-extract-plugin": "^0.6.0",
"mocha": "^6.1.3",
"mongoose": "^5.5.1",
"natives": "^1.1.6",
"node-sass": "^4.11.0",
"nodemailer": "^6.1.0",
"nodemon": "^1.18.11",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"pm2": "^3.5.0",
"popper.js": "^1.15.0",
"postcss-loader": "^3.0.0",
"promise": "^8.0.3",
"request-promise": "^4.2.4",
"require-dir": "^1.2.0",
"sass-loader": "^7.1.0",
"supertest": "^4.0.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"underscore": "^1.9.1",
"url-loader": "^1.1.2",
"vision": "^5.4.4",
"visionary": "^6.0.2",
"wreck": "^14.2.0",
"yar": "^9.1.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0"
},
"devDependencies": {
"d3": "^5.9.2",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"ify-loader": "^1.1.0",
"jsdoc": "^3.5.5",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"keywords": [
"HAPI",
"hapi",
"hapijs",
"pm2",
"hapi-swagger",
"hapi server",
"api",
"node.js",
"hapi.js",
"Docker",
"Mocha",
"Chai"
],
"license": "MIT",
"maintainers": [
{
"name": "systango-technologies",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/sytango-technologies/Hapiness"
}
}