forked from danielbardsley/serverless-spa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1020 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
36
37
38
39
40
41
42
43
{
"name": "serverless-spa",
"version": "1.2.1",
"description": "Serverless plugin to bundle website with webpack and deploy to S3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gilmarsquinelato/serverless-spa.git"
},
"keywords": [
"serverless",
"1.0",
"webpack",
"babel",
"typescript",
"es6",
"plugin",
"runtime",
"spa",
"offline"
],
"author": "Gilmar Quinelato <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gilmarsquinelato/serverless-spa/issues"
},
"homepage": "https://github.com/gilmarsquinelato/serverless-spa#readme",
"dependencies": {
"async": "^2.5.0",
"bluebird": "^3.5.0",
"fs-extra": "^4.0.1",
"lodash": "^4.17.4",
"mime-types": "^2.1.17"
},
"peerDependencies": {
"webpack": "*",
"webpack-dev-server": "*",
"react-hot-loader": "*"
}
}