forked from ServerlessDays/serverlessdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
{
"name": "serverlessdays-web",
"version": "0.0.1",
"description": "ServerlessDays Website",
"main": "index.js",
"scripts": {
"build": "gulp build",
"dev": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antstanley/serverlessdays-web.git"
},
"author": "A Stanley",
"license": "MIT",
"bugs": {
"url": "https://github.com/antstanley/serverlessdays-web/issues"
},
"homepage": "https://github.com/antstanley/serverlessdays-web#readme",
"devDependencies": {
"@hapi/cryptiles": "^5.1.0",
"@hapi/hoek": "^9.0.4",
"browser-sync": "^2.27.11",
"connect-history-api-fallback": "^1.6.0",
"del": "^5.1.0",
"extend": "^3.0.2",
"gulp": "^4.0.2",
"gulp-file-include": "^2.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-minify-inline": "^1.1.0",
"gulp-minify-inline-json": "^1.3.4",
"gulp-plumber": "^1.2.1",
"gulp-uglify": "^3.0.2",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"mime": "^2.4.6",
"minimatch": "^3.0.5",
"mixin-deep": "^2.0.1",
"pump": "^2.0.1",
"randomatic": "^3.1.1",
"set-value": "^4.0.1",
"sshpk": "^1.16.1",
"stringstream": "^1.0.0",
"http-proxy": ">=1.18.1",
"object-path": ">=0.11.8",
"axios": ">=0.28.0",
"socket.io": ">=4.6.0",
"yargs-parser": ">=5.0.0-security.0"
},
"dependencies": {}
}