-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 4.86 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
{
"name": "LFX-EasyCLA-Landing-Page",
"version": "1.0.0",
"license": "MIT",
"author": "The Linux Foundation",
"engines": {
"node": ">=16"
},
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
"serve": "ng serve --port 8100 --configuration=dev",
"serve:dev:local": "ng serve --port 8100 --configuration=dev",
"serve:staging:local": "ng serve --port 8100 --configuration=staging",
"serve:prod:local": "ng serve --port 8100 --configuration=production",
"test": "yarn test:unit",
"test:unit": "ng test --watch=false --progress=false --browsers=ChromeHeadless",
"lint": "./node_modules/@angular/cli/bin/ng lint",
"e2e": "./node_modules/@angular/cli/bin/ng e2e",
"sls": "./node_modules/serverless/bin/serverless.js",
"eslint": "./node_modules/.bin/eslint \"./src/**/*.ts\"",
"eslint-fix": "./node_modules/.bin/eslint \"./src/**/*.ts\" --fix",
"build": "yarn prebuild:dev && ng build --configuration production --configuration=dev",
"build:dev": "yarn prebuild:dev && ng build --configuration production --configuration=dev",
"prebuild:dev": "STAGE_ENV=dev node ./src/app/config/scripts/prefetch-ssm.js",
"deploy:cloudfront:dev": "SLS_DEBUG=* yarn sls deploy --stage='dev' --cloudfront=true --verbose",
"deploy:frontend:dev": "SLS_DEBUG=* yarn sls client deploy --stage='dev' --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose",
"deploy:invalidate:dev": "SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='dev' --region='us-east-1' --cloudfront='true'",
"deploy:dev": "echo 'Deploying to DEV...' && SLS_DEBUG=* yarn sls client deploy --stage='dev' --region='us-east-1' --no-confirm --no-policy-change --no-config-change --verbose && SLS_DEBUG=* yarn sls deploy --stage='dev' --region='us-east-1' --verbose && SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='dev' --region='us-east-1'",
"remove:dev": "SLS_DEBUG=* yarn sls remove --stage='dev' --region='us-east-1' --verbose",
"prebuild:prod": "STAGE_ENV=prod node ./src/app/config/scripts/prefetch-ssm.js",
"build:prod": "yarn prebuild:prod && ng build --configuration production --configuration=production",
"deploy:frontend:prod": "SLS_DEBUG=* yarn sls client deploy --stage='prod' --region='us-east-1' --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose",
"deploy:cloudfront:prod": "SLS_DEBUG=* yarn sls deploy --stage='prod' --region='us-east-1' --cloudfront=true --verbose",
"deploy:invalidate:prod": "SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='prod' --region='us-east-1' --cloudfront='true'",
"deploy:prod": "echo 'Deploying to PROD...' && SLS_DEBUG=* yarn sls client deploy --stage='prod' --region='us-east-1' --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose && SLS_DEBUG=* yarn sls deploy --stage='prod' --region='us-east-1' --cloudfront=true --verbose && SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='prod' --region='us-east-1' --cloudfront='true'",
"remove:prod": "SLS_DEBUG=* yarn sls remove --stage='prod' --region='us-east-1' --verbose"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.2",
"@angular/common": "^15.1.2",
"@angular/compiler": "^15.1.2",
"@angular/core": "^15.1.2",
"@angular/forms": "^15.1.2",
"@angular/localize": "15.1.2",
"@angular/platform-browser": "^15.1.2",
"@angular/platform-browser-dynamic": "^15.1.2",
"@angular/router": "^15.1.2",
"@auth0/auth0-spa-js": "^1.12.1",
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
"@types/auth0-js": "^8.11.7",
"@types/node": "^12.11.1",
"auth0-js": "^9.20.1",
"aws-sdk": "^2.1304.0",
"bootstrap": "^5.2.3",
"query-string": "^6.13.6",
"rxjs": "~6.6.7",
"serverless": "^3.27.0",
"serverless-aws-alias": "^1.8.0",
"serverless-finch": "^4.0.0",
"serverless-lambda-version": "^0.1.2",
"serverless-plugin-tracing": "^2.0.0",
"tslib": "^2.0.0",
"url-parse": "^1.5.6",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.3",
"@angular/cli": "^15.1.3",
"@angular/compiler-cli": "^15.1.2",
"@angular/language-service": "^15.1.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.2",
"jasmine-core": "~4.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.1",
"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",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.9.4"
},
"resolutions": {
"@angular/core": "15.1.2",
"ansi-html": "^0.0.8",
"glob-parent": "^5.1.2",
"json-schema": "^0.4.0",
"is-svg": "^4.2.2",
"minimatch": "^3.0.5",
"node-forge": "^1.3.0",
"terser": "^5.14.2"
}
}