-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 916 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
{
"name": "arc-progressive-bundling",
"version": "0.20.0",
"description": "Progressive Bundling for Architect Projects",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thedersen/arc-progressive-bundling"
},
"bin": {
"pb-sandbox": "./bin/sandbox",
"pb-esinstall": "./bin/esinstall",
"pb-purge-cache": "./bin/purge-cache"
},
"main": "src/macro.js",
"scripts": {
"lint": "xo --fix",
"postinstall": "cd src/bundler-function && npm i"
},
"xo": {
"prettier": true,
"space": 2
},
"prettier": {
"trailingComma": "es5"
},
"peerDependencies": {
"@architect/architect": "*"
},
"dependencies": {
"@architect/functions": "^3.13.6",
"browser-sync": "^2.26.13",
"cpr": "^3.0.1",
"esinstall": "^0.3.6",
"jsonfile": "^6.1.0",
"rollup": "^2.33.2"
},
"devDependencies": {
"xo": "^0.34.2"
}
}