-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
75 lines (75 loc) · 2.97 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
{
"name": "yellow-spyglass-client",
"version": "2.8.0",
"scripts": {
"ng": "ng",
"start": "ng serve -c development --open --host 0.0.0.0",
"start:brpd": "ng serve -c brpd --open --host 0.0.0.0",
"build": "ng build -c production",
"build:brpd": "ng build -c brpd",
"test": "ng test",
"lint": "eslint \"src/**/**.ts\"",
"lint:fix": "eslint \"src/**/**.ts\" --fix",
"npm-check-updates": "npm-check-updates --target minor -u",
"prettier": "prettier \"src/**/**.{ts,js,json,css,scss,html}\" --write",
"prettier:check": "prettier \"src/**/**.{ts,js,json,css,scss,html}\" --check",
"preflight": "npm update && npm run npm-check-updates && npm run ng update && npm i && npm audit fix && npm run lint:fix && npm run prettier && npm outdated",
"tag:package": "npx -p @brightlayer-ui/tag blui-tag"
},
"private": true,
"dependencies": {
"@angular/animations": "~14.2.2",
"@angular/cdk": "^14.2.2",
"@angular/common": "~14.2.2",
"@angular/compiler": "~14.2.2",
"@angular/core": "~14.2.2",
"@angular/forms": "~14.2.2",
"@angular/material": "^14.2.2",
"@angular/platform-browser": "~14.2.2",
"@angular/platform-browser-dynamic": "~14.2.2",
"@angular/router": "~14.2.2",
"@brightlayer-ui/angular-components": "^8.0.1",
"@brightlayer-ui/angular-themes": "8.0.0",
"@brightlayer-ui/colors": "^3.1.1",
"@brightlayer-ui/colors-branding": "^3.2.1",
"@dev-ptera/nano-node-rpc": "^2.0.2",
"@ngneat/until-destroy": "^9.2.3",
"banani-bns": "^0.0.9",
"banano-unit-converter": "^0.1.0",
"core-js": "^2.5.4",
"file-saver": "^2.0.5",
"highcharts": "^9.3.3",
"highcharts-angular": "^2.10.0",
"qrcode": "^1.5.1",
"rxjs": "~6.6.7",
"tslib": "^2.4.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.2.3",
"@angular/cli": "~14.2.3",
"@angular/compiler-cli": "~14.2.2",
"@angular/language-service": "~14.2.2",
"@brightlayer-ui/eslint-config": "^3.0.1",
"@brightlayer-ui/prettier-config": "^1.0.3",
"@types/jasmine": "~3.10.6",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^14.18.29",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"jasmine-core": "~3.99.1",
"jasmine-spec-reporter": "~5.0.2",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.2",
"karma-jasmine-html-reporter": "^1.7.0",
"npm-check-updates": "^12.5.12",
"prettier": "^2.7.1",
"ts-node": "~8.10.2",
"typescript": "4.8.3"
},
"prettier": "@brightlayer-ui/prettier-config"
}