-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.46 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
{
"name": "@tforster/webproducer",
"version": "0.9.0",
"description": "WebProducer, or simply WP, is a serverless application for publishing content to the web. It equally supports websites and web applications with a lean, streams based, architecture.",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tforster/webproducer.git"
},
"files": [
"src",
"README.md"
],
"keywords": [
"npm",
"serverless",
"wp",
"webproducer",
"publish",
"graphql",
"website",
"pwa",
"web",
"app"
],
"bugs": {
"url": "https://github.com/tforster/webproducer/issues"
},
"homepage": "https://github.com/tforster/webproducer#readme",
"devDependencies": {
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"serverless": "^2.22.0",
"serverless-dotenv-plugin": "^3.1.0",
"serverless-offline": "^6.8.0"
},
"main": "src/index.js",
"scripts": {},
"dependencies": {
"aws-sdk": "^2.839.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"handlebars": "^4.7.6",
"jszip": "^3.5.0",
"micromatch": "^4.0.2",
"mime": "^2.5.0",
"node-fetch": "^2.6.1",
"vinyl": "^2.2.1",
"vinyl-fs": "^3.0.3",
"yaml": "^1.10.0"
}
}