-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.73 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "z-wave",
"version": "1.1.6",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"proxy:local": "ng serve --proxy-config=./apps/lite/proxy/proxy.local.conf.js -o",
"proxy:remote": "ng serve --proxy-config=./apps/lite/proxy/proxy.remote.conf.js -o",
"proxy:remote:host": "ng serve --proxy-config=./apps/lite/proxy/proxy.remote.conf.js -o --host 0.0.0.0",
"start": "nx serve",
"version": "npm run changelog && git add CHANGELOG.md",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"prebuild": "npm --no-git-tag-version version patch",
"build": "nx build",
"postbuild": "bash ./tools/scripts/fix-for-mobyle-app.sh",
"testbuild": "nx build --stats-json && npm run postbuild",
"stats": "webpack-bundle-analyzer dist/apps/lite/stats.json",
"test": "nx test",
"doc": "npx compodoc -p tsconfig.doc.json",
"serveDocs": "compodoc -s"
},
"browserslist": [
"defaults"
],
"private": true,
"dependencies": {
"@angular/animations": "13.2.1",
"@angular/cdk": "^13.2.1",
"@angular/common": "13.2.1",
"@angular/compiler": "13.2.1",
"@angular/core": "13.2.1",
"@angular/forms": "13.2.1",
"@angular/platform-browser": "13.2.1",
"@angular/platform-browser-dynamic": "13.2.1",
"@angular/router": "13.2.1",
"@fortawesome/angular-fontawesome": "^0.10.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ngneat/transloco": "^2.22.0",
"@ngxs/devtools-plugin": "^3.7.2",
"@ngxs/logger-plugin": "^3.7.2",
"@ngxs/storage-plugin": "^3.7.2",
"@ngxs/store": "^3.7.2",
"@nrwl/angular": "13.7.2",
"@taiga-ui/addon-charts": "^2.34.0",
"@taiga-ui/addon-doc": "^2.34.0",
"@taiga-ui/addon-editor": "^2.34.0",
"@taiga-ui/addon-mobile": "^2.34.0",
"@taiga-ui/addon-preview": "^2.34.0",
"@taiga-ui/addon-table": "^2.34.0",
"@taiga-ui/addon-tablebars": "^2.34.0",
"@taiga-ui/cdk": "^2.34.0",
"@taiga-ui/core": "^2.34.0",
"@taiga-ui/i18n": "^2.34.0",
"@taiga-ui/icons": "^2.34.0",
"@taiga-ui/kit": "^2.34.0",
"@tinkoff/ng-dompurify": "3.0.0",
"@types/hammerjs": "^2.0.40",
"dompurify": "2.2.9",
"hammerjs": "^2.0.8",
"ngx-device-detector": "^2.1.1",
"ngxs-reset-plugin": "^2.0.0",
"rxjs": "7.5.2",
"swiper": "^7.0.6",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.1.0",
"@angular-devkit/build-angular": "13.2.2",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "13.2.2",
"@angular/compiler-cli": "13.2.1",
"@angular/language-service": "13.2.1",
"@ng-web-apis/common": "^1.12.0",
"@ng-web-apis/mutation-observer": "^1.1.0",
"@nrwl/cli": "13.7.2",
"@nrwl/cypress": "13.7.2",
"@nrwl/eslint-plugin-nx": "13.7.2",
"@nrwl/jest": "13.7.2",
"@nrwl/linter": "13.7.2",
"@nrwl/tao": "13.7.2",
"@nrwl/workspace": "13.7.2",
"@types/dompurify": "2.2.3",
"@types/jest": "27.0.2",
"@types/node": "16.7.10",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"compression-webpack-plugin": "^9.2.0",
"cypress": "8.3.1",
"eslint": "8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.11.3",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"prettier": "2.5.1",
"ts-jest": "27.0.5",
"typescript": "4.5.5"
}
}