-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.56 KB
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
{
"name": "mist-extension",
"version": "5.6.0",
"description": "Generated with @larscom/ng-mist-extension",
"scripts": {
"start": "npm run watch",
"watch": "ng build --watch",
"build": "ng build",
"build:prod": "ng build --configuration production --source-map=false --output-hashing=none",
"build:ext": "web-ext build --source-dir=dist --artifacts-dir=. --overwrite-dest",
"build:zip": "npm run build:prod && npm run build:ext",
"lint": "tslint \"src/**/*.ts\"",
"test": "run-p lint:* build"
},
"private": true,
"xo": {
"envs": [
"browser",
"webextensions"
]
},
"dependencies": {
"@angular-builders/custom-webpack": "^20.0.0",
"@angular-devkit/build-angular": "^20.3.17",
"@angular/animations": "^20.3.17",
"@angular/cdk": "^20.2.14",
"@angular/cli": "^20.3.17",
"@angular/common": "^20.3.17",
"@angular/compiler": "^20.3.17",
"@angular/compiler-cli": "^20.3.17",
"@angular/core": "^20.3.17",
"@angular/forms": "^20.3.17",
"@angular/language-service": "^20.3.17",
"@angular/material": "^20.2.14",
"@angular/platform-browser": "^20.3.17",
"@angular/platform-browser-dynamic": "^20.3.17",
"@angular/router": "^20.3.17",
"@types/webextension-polyfill": "^0.12.4",
"dompurify": "^3.4.0",
"ngx-build-plus": "^20.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"web-ext-types": "^3.2.1",
"webext-base-css": "^2.1.0",
"webext-options-sync": "^4.3.0",
"zone.js": "^0.15.1"
},
"devDependencies": {
"webextension-polyfill": "^0.12.0"
}
}