This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 4.89 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
{
"name": "auth-demo",
"sasslintConfig": "resources/.sass-lint.yml",
"lint-staged": {
"*.ts": [
"yarn tslint --fix",
"git add"
],
"*.{ts,md,scss,sass}": [
"yarn prettier:fix",
"git add"
],
"package.json": [
"node ./node_modules/reyesoft-ci/js/scripts/yarn-install.js",
"git add yarn.lock"
]
},
"scripts": {
"npm_pack": "cd dist/&& npm pack",
"copy-license": "copy .\\LICENSE .\\dist\\auth",
"copy-readme": "copy .\\README.md .\\dist\\auth",
"copy-files": "npm run copy-license && npm run copy-readme",
"package": "npm run build_lib && npm run npm_pack",
"build": "ng build auth",
"build:prod": "ng build auth --prod",
"postbuild": "rimraf **/dist/**/*.ngsummary.json",
"deploy:builds": "ts-node ./build/deploy-build.ts",
"lint": "ng lint auth",
"test": "yarn test:lib",
"test:lib": "jest --config ./jest.lib.config.js",
"test:app": "jest --config ./jest.app.config.js",
"clean": "git clean -xdf && yarn && yarn run bootstrap",
"cli": "ng",
"coverage:html": "nyc report --reporter=html",
"copy:dist": "ncp dist/ ./node_modules/ngx-auth/",
"start": "yarn run demo:start",
"demo:start": "yarn run cli serve",
"demo:start:aot": "yarn run cli serve -prod",
"demo:test": "jest --watch",
"demo:test:nowatch": "jest",
"demo:build": "yarn build && yarn run copy:dist && yarn cli build --prod --base-href \"/\" --output-path \"./demo-dist\"",
"demo:release": "yarn demo:build && ts-node ./build/demo-release.ts",
"ci": "yarn run build && yarn run test && yarn test --coverage --silent --runInBand --bail",
"watch:tests": "chokidar 'src/**/*.ts' --initial -c 'nyc --reporter=text --reporter=html yarn run test:unit'",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"release": "yarn run build && yarn publish dist/auth/",
"publish:lib": "yarn build && yarn --scope=reyesoft && yarn publish dist/auth --access public",
"prettier": "yarn prettier-ts && yarn prettier-md && yarn prettier-scss",
"prettier-ts": "yarn prettier-ts:show --write",
"prettier-ts:show": "prettier --parser typescript --print-width 140 --tab-width 4 --use-tabs false --single-quote true --trailing-comma none \"src/**/*.ts\"",
"prettier-json": "yarn prettier-json:show --write",
"prettier-json:show": "prettier --parser json --single-quote --tab-width 4 --print-width 140 --single-quote true \"**/*.json\"",
"prettier-md": "yarn prettier-md:show --write",
"prettier-md:show": "prettier --parser markdown --single-quote --tab-width 4 --print-width 140 --single-quote true --prose-wrap never \"**/*.md\"",
"prettier-scss": "yarn prettier-scss:show --write",
"prettier-scss:show": "prettier --parser scss --single-quote --tab-width 4 --print-width 140 --single-quote true \"**/*.scss\"",
"precommit": "lint-staged"
},
"private": false,
"dependencies": {
"@angular/animations": "10.2.5",
"@angular/cdk": "10.2.7",
"@angular/common": "10.2.5",
"@angular/compiler": "10.2.5",
"@angular/core": "10.2.5",
"@angular/flex-layout": "10.0.0-beta.32",
"@angular/forms": "10.2.5",
"@angular/material": "10.2.7",
"@angular/platform-browser": "10.2.5",
"@angular/platform-browser-dynamic": "10.2.5",
"@angular/router": "10.2.5",
"@auth0/angular-jwt": "5.0.1",
"@ecodev/fab-speed-dial": "5.0.3",
"@ngx-formly/core": "^5.5.6",
"@ngx-formly/material": "^5.5.6",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^6.0.0",
"angular-oauth2-oidc": "10.0.3",
"angular-oauth2-oidc-jwks": "9.0.0",
"angular2-toaster": "^8.0.0",
"core-js": "^2.5.4",
"ngx-jsonapi": "^2.1.14",
"ngx-jsonapi-material": "0.22.70",
"ngx-uploader": "^7.1.0",
"rxjs": "~6.5.4",
"saturn-datepicker": "^7.2.1",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1002.3",
"@angular-devkit/build-ng-packagr": "0.1002.3",
"@angular/cli": "10.2.3",
"@angular/compiler-cli": "10.2.5",
"@angular/language-service": "10.2.5",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "24.9.1",
"@types/node": "^12.11.1",
"codelyzer": "^5.1.2",
"cypress": "6.0.1",
"dom-storage": "2.1.0",
"faker": "^4.1.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "26.6.3",
"jest-cli": "26.6.3",
"jest-preset-angular": "8.4.0",
"jest-zone-patch": "^0.0.7",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ncp": "^2.0.0",
"ng-packagr": "^10.1.0",
"protractor": "~7.0.0",
"reyesoft-ci": "^1.1.2",
"ts-mockito": "^2.3.1",
"ts-node": "~7.0.0",
"tslint": "~6.1.0",
"typescript": "~4.0.7"
}
}