|
1 | 1 | {
|
2 | 2 | "name": "view-page-archive",
|
3 |
| - "version": "1.0.0", |
| 3 | + "version": "1.1.0", |
4 | 4 | "author": "Armin Sebastian",
|
5 | 5 | "repository": "https://github.com/dessant/view-page-archive",
|
6 | 6 | "license": "MIT",
|
|
11 | 11 | "build:prod": "NODE_ENV=production gulp build",
|
12 | 12 | "build:prod:opera": "NODE_ENV=production TARGET_ENV=opera gulp build",
|
13 | 13 | "build:prod:chrome": "NODE_ENV=production TARGET_ENV=chrome gulp build",
|
14 |
| - "build:ext:prod": |
15 |
| - "NODE_ENV=production SYS_DEPS=false gulp build && web-ext build -s dist/ -a artifacts/", |
16 |
| - "build:ext:prod:opera": |
17 |
| - "NODE_ENV=production TARGET_ENV=opera SYS_DEPS=false gulp build && web-ext build -s dist/ -a artifacts/", |
18 |
| - "build:ext:prod:chrome": |
19 |
| - "NODE_ENV=production TARGET_ENV=chrome SYS_DEPS=false gulp build && web-ext build -s dist/ -a artifacts/", |
20 |
| - "start": |
21 |
| - "web-ext run --bc --url 'about:debugging' --url 'about:addons' -s dist/", |
| 14 | + "build:ext:prod": "NODE_ENV=production SYS_DEPS=false gulp build && web-ext build -s dist/ -a artifacts/", |
| 15 | + "build:ext:prod:opera": "NODE_ENV=production TARGET_ENV=opera SYS_DEPS=false gulp build && web-ext build -s dist/ -a artifacts/", |
| 16 | + "build:ext:prod:chrome": "NODE_ENV=production TARGET_ENV=chrome SYS_DEPS=false gulp build && web-ext build -s dist/ -a artifacts/", |
| 17 | + "start": "web-ext run --bc --url 'about:debugging' --url 'about:addons' -s dist/", |
22 | 18 | "exec": "yarn run build && yarn run start",
|
23 | 19 | "exec:prod": "yarn run build:prod && yarn run start",
|
24 |
| - "inspect": |
25 |
| - "webpack --profile --json > report.json; webpack-bundle-analyzer report.json --mode static && sleep 6 && rm report.{json,html}", |
| 20 | + "inspect": "webpack --profile --json > report.json; webpack-bundle-analyzer report.json --mode static && sleep 6 && rm report.{json,html}", |
26 | 21 | "update": "ncu --upgrade --upgradeAll && yarn upgrade --latest",
|
27 | 22 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
28 | 23 | "release": "standard-version && git push --follow-tags origin master"
|
29 | 24 | },
|
30 |
| - "browserslist": ["Chrome >= 55", "Firefox >= 52", "Opera >= 42"], |
| 25 | + "browserslist": [ |
| 26 | + "Chrome >= 55", |
| 27 | + "Firefox >= 52", |
| 28 | + "Opera >= 42" |
| 29 | + ], |
31 | 30 | "dependencies": {
|
32 | 31 | "@material/button": "^0.5.0",
|
33 | 32 | "@material/checkbox": "^0.4.5",
|
|
0 commit comments