-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
181 lines (181 loc) · 7.36 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"name": "webaudio-spectrum-analyser",
"version": "1.1.1",
"private": true,
"license": "MIT",
"scripts": {
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:e2e": "nx affected:e2e",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"analyze:webaudio-spectrum-analyser": "npm run build:webaudio-spectrum-analyser:stats; npx webpack-bundle-analyzer ./dist/apps/webaudio-spectrum-analyser/stats.json",
"build": "nx build",
"build:codepen": "./tools/shell/build-codepen",
"build:gh-pages": "nx build --configuration production --base-href /webaudio-spectrum-analyser/",
"build:prod": "nx build --configuration production",
"build:webaudio-spectrum-analyser:stats": "nx build --stats-json --project webaudio-spectrum-analyser --configuration analyze-bundle",
"compodoc:generate": "compodoc -p ./apps/webaudio-spectrum-analyser/tsconfig.json",
"compodoc:serve": "compodoc -p ./apps/webaudio-spectrum-analyser/tsconfig.json -s",
"predeploy:gh-pages": "gh-pages-clean",
"deploy:gh-pages": "gh-pages --dist ./dist --no-history",
"e2e": "npx nx run-many --target=e2e --all",
"format": "nx format:write",
"format:check": "nx format:check",
"format:write": "nx format:write",
"postinstall": "husky install && npx sort-package-json && npm run ngcc && ./tools/shell/decorate-angular-cli",
"install:all": "./tools/shell/install all",
"install:global": "./tools/shell/install global",
"install:shellcheck": "./tools/shell/install shellcheck",
"install:shellcheck:ci": "./tools/shell/install shellcheck ci",
"lint": "yarn nx:lint && yarn stylelint:all && yarn prettier:all:html",
"lint:fix": "npx npm-run-all -s nx:lint:fix stylelint:all:fix prettier:all:html:fix",
"ng": "nx",
"ngcc": "ngcc",
"ngcc:ci": "ngcc --async false",
"nx": "nx",
"nx:dep-graph": "nx dep-graph",
"nx:help": "nx help",
"nx:lint": "npx nx run-many --target=lint --all",
"nx:lint:fix": "npx nx run-many --target=lint --all --fix",
"prettier:all:html": "npm run prettier:apps:html ",
"prettier:all:html:fix": "npm run prettier:apps:html:fix",
"prettier:apps:html": "npx prettier -c apps/**/**/*.html",
"prettier:apps:html:fix": "npx prettier -c --write apps/**/**/*.html",
"prettier:libs:html": "npx prettier -c libs/**/**/*.html",
"prettier:libs:html:fix": "npx prettier -c --write libs/**/**/*.html",
"start": "nx serve",
"stylelint": "npx stylelint --customSyntax=postcss-scss",
"stylelint:all": "npm run stylelint:apps",
"stylelint:all:fix": "npm run stylelint:apps:fix",
"stylelint:apps": "npx stylelint \"./apps/**/*.scss\" --customSyntax=postcss-scss",
"stylelint:apps:fix": "npx stylelint \"./apps/**/*.scss\" --customSyntax=postcss-scss --fix",
"stylelint:libs": "npx stylelint \"./libs/**/*.scss\" --customSyntax=postcss-scss",
"stylelint:libs:fix": "npx stylelint \"./libs/**/*.scss\" --customSyntax=postcss-scss --fix",
"test": "npx nx run-many --target=test --all --codeCoverage=false",
"test:coverage": "npx nx run-many --target=test --all --codeCoverage=true",
"workspace:cleanup": "rm -rf ./documentation/* ./coverage/* ./dist/*",
"workspace:schematic": "nx workspace-schematic",
"workspace:update": "nx migrate latest",
"workspace:update:check": "npx nx run tools:update-check",
"workspace:update:migrate": "npx nx run tools:update-migrate",
"workspace:update:migrate:bulk-confirm": "npx nx run tools:update-migrate-bulk-confirm",
"workspace:update:migrate:only": "npx nx run tools:update-migrate-only"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"puppeteer_skip_chromium_download": true
},
"dependencies": {
"@angular/animations": "13.3.0",
"@angular/common": "13.3.0",
"@angular/compiler": "13.3.0",
"@angular/core": "13.3.0",
"@angular/forms": "13.3.0",
"@angular/platform-browser": "13.3.0",
"@angular/platform-browser-dynamic": "13.3.0",
"@angular/router": "13.3.0",
"@capacitor/android": "3.4.3",
"@capacitor/splash-screen": "1.2.2",
"@cds/core": "5.6.4",
"@clr/angular": "12.0.8",
"@clr/ui": "12.0.8",
"@ngneat/until-destroy": "9.0.1",
"@ngxs/store": "3.7.3",
"@webcomponents/webcomponentsjs": "2.6.0",
"core-js": "3.21.1",
"font-awesome": "4.7.0",
"isomorphic-fetch": "3.0.0",
"memo-decorator": "2.0.1",
"rxjs": "7.5.5",
"simplebar": "5.3.6",
"simplebar-angular": "2.3.6",
"stats.js": "0.17.0",
"zone.js": "0.11.5"
},
"devDependencies": {
"@angular-builders/custom-webpack": "13.1.0",
"@angular-devkit/build-angular": "13.3.0",
"@angular-devkit/core": "13.3.0",
"@angular-devkit/schematics": "13.3.0",
"@angular-eslint/builder": "13.1.0",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
"@angular-eslint/schematics": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "13.3.0",
"@angular/compiler-cli": "13.3.0",
"@angular/language-service": "13.3.0",
"@capacitor/cli": "3.4.3",
"@capacitor/core": "3.4.3",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@ngxs/logger-plugin": "3.7.3",
"@ngxs/storage-plugin": "3.7.3",
"@nrwl/angular": "13.9.4",
"@nrwl/cypress": "13.9.4",
"@nrwl/eslint-plugin-nx": "13.9.4",
"@nrwl/jest": "13.9.4",
"@nrwl/node": "13.9.4",
"@nrwl/storybook": "13.9.4",
"@nrwl/workspace": "13.9.4",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-knobs": "6.3.1",
"@storybook/angular": "6.4.19",
"@storybook/builder-webpack5": "6.4.19",
"@storybook/manager-webpack5": "6.4.19",
"@types/jest": "27.4.1",
"@types/jsdom": "16.2.14",
"@types/node": "17.0.23",
"@types/readline-sync": "1.4.4",
"@typescript-eslint/eslint-plugin": "5.16.0",
"@typescript-eslint/parser": "5.16.0",
"babel-loader": "8.2.4",
"codelyzer": "6.0.2",
"commitizen": "4.2.4",
"cpp-dependency-loader": "0.2.0",
"cpp-wasm-loader": "0.9.0",
"cypress": "9.5.2",
"cypress-multi-reporters": "1.5.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.11.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-compat": "4.0.2",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-rxjs": "5.0.2",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-unicorn": "41.0.1",
"gh-pages": "3.2.3",
"husky": "7.0.4",
"jest": "27.5.1",
"jest-canvas-mock": "2.3.1",
"jest-cpp-wasm": "0.2.0",
"jest-preset-angular": "11.1.1",
"npm-check-updates": "12.5.4",
"nx": "13.9.4",
"prettier": "2.6.1",
"prettier-stylelint": "0.4.2",
"readline-sync": "1.4.10",
"sort-json": "2.0.1",
"sort-package-json": "1.55.0",
"stylelint": "14.6.1",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-rational-order": "0.1.2",
"stylelint-prettier": "2.0.0",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"typescript": "4.5.5",
"webpack-bundle-analyzer": "4.5.0"
},
"engines": {
"node": ">=14.8.0",
"npm": ">=6.14.8"
}
}