-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
130 lines (129 loc) · 5.34 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
{
"name": "ng-orcid",
"version": "0.0.0",
"scripts": {
"start-local": "ng serve --disable-host-check --host 0.0.0.0",
"start": "ng serve --configuration=local-qa --host 0.0.0.0",
"start-sandbox": "ng serve --configuration=local-sandbox --host 0.0.0.0",
"start:en": "ng serve --configuration=local-qa-en --disable-host-check",
"start:ar": "ng serve --configuration=local-qa-ar --disable-host-check",
"start:fr": "ng serve --configuration=local-qa-fr --disable-host-check",
"start:xx": "ng serve --configuration=local-qa-xx --disable-host-check",
"test": "ng test",
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
"lint": "echo 'temporally disable Angular linter to until eslint update'",
"e2e": "ng e2e",
"prebuild": "rimraf dist && yarn build:i18n && yarn build:browserslist",
"build": "ng build --configuration production --localize",
"postbuild": "ts-node -P scripts/tsconfig.json scripts/postbuild.ts --env production",
"build:i18n:clone": "ts-node -P scripts/tsconfig.json scripts/properties-clone.postbuild.ts",
"build:i18n:generate-testing": "ts-node -P scripts/tsconfig.json scripts/properties-test-generator.postbuild.ts",
"build:i18n:extract": "ng extract-i18n --format=xlf2 --output-path src/locale",
"build:i18n:generate": "ts-node -P scripts/tsconfig.json scripts/translate-file-generator.prebuild.ts",
"build:i18n": "yarn build:i18n:extract && yarn build:i18n:generate",
"build:prod": "yarn build",
"build:sandbox": "yarn prebuild && ng build --configuration=sandbox --localize && yarn postbuild --env sandbox",
"build:qa": "yarn prebuild && ng build --configuration=qa --localize && yarn postbuild --env qa",
"build:int": "yarn prebuild && ng build --configuration=int --localize && yarn postbuild --env int",
"build:local-tomcat": "yarn prebuild && ng build --configuration=local-tomcat --localize && ng run ng-orcid:build:local-tomcat-source",
"build:local": "yarn run prebuild && ng build --localize",
"format": "npm run lint && prettier --write .",
"build:report": "webpack-bundle-analyzer dist/en/stats.json",
"storybook": "ng run ng-orcid:storybook ",
"build:storybook": "ng run ng-orcid:build-storybook",
"lighthouse": "ts-node -P scripts/tsconfig.json scripts/lighthouse/main.ts",
"build:browserslist": "ts-node -P scripts/tsconfig.json scripts/browserlist.prebuild.ts",
"build:fetchCombineWordpressCss": "ts-node -P scripts/tsconfig.json scripts/fetch-combine-wordpress-css.prebuild"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "^16.2.6",
"@angular/animations": "^16.2.8",
"@angular/cdk": "^16.2.8",
"@angular/common": "^16.2.8",
"@angular/compiler": "^16.2.8",
"@angular/core": "^16.2.8",
"@angular/forms": "^16.2.8",
"@angular/localize": "^16.2.8",
"@angular/material": "^16.2.8",
"@angular/platform-browser": "^16.2.8",
"@angular/platform-browser-dynamic": "^16.2.8",
"@angular/router": "^16.2.8",
"@angular/service-worker": "^16.2.8",
"@orcid/bibtex-parse-js": "0.0.25",
"@storybook/addon-a11y": "^7.3.0",
"browserslist": "^4.19.1",
"browserslist-useragent-regexp": "^3.0.0",
"core-js": "^3.6.5",
"del": "^6.0.0",
"dotenv": "^16.0.3",
"gulp-clean": "^0.4.0",
"gulp-flatten": "^0.4.0",
"helphero": "^3.6.0",
"install": "^0.13.0",
"jwt-decode": "^3.1.2",
"karma-jasmine-html-reporter": "^1.7.0",
"lodash": "^4.17.20",
"ngx-cookie-service": "^16",
"nodemailer": "^6.9.9",
"properties-to-json": "^0.1.4",
"rxjs": "~6.5.2",
"stream": "0.0.2",
"timers": "^0.1.1",
"xml2js": "^0.5.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.6",
"@angular-devkit/schematics": "16.2.6",
"@angular/cli": "^16.2.6",
"@angular/compiler-cli": "^16.2.8",
"@angular/language-service": "^16.2.8",
"@babel/core": "^7.6.0",
"@compodoc/compodoc": "^1.1.21",
"@storybook/addon-essentials": "^7.0.17",
"@storybook/addon-interactions": "^7.0.17",
"@storybook/addon-links": "^7.0.17",
"@storybook/angular": "^7.0.17",
"@storybook/blocks": "^7.0.17",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/lodash": "^4.14.168",
"@types/node": "^12.11.1",
"@types/puppeteer": "^2.0.0",
"@types/xml2js": "^0.4.4",
"axe-core": "^4.0.2",
"cross-env": "^5.2.1",
"fs-extra": "^8.1.0",
"git-repo-info": "^2.1.1",
"glob": "^7.1.6",
"gmail-tester-extended": "^1.1.2",
"gulp": "^4.0.2",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "~3.2",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "~4.0.0",
"lighthouse": "^5.6.0",
"mocha": "^9.1.3",
"mochawesome": "^7.0.1",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^6.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.0.5",
"protractor": "^7.0.0",
"puppeteer": "^21.7.0",
"puppeteer-tsd": "^0.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"readline-sync": "^1.4.10",
"rimraf": "^3.0.0",
"storybook": "^7.0.17",
"ts-node": "^8.5.2",
"tslint": "~6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "~5.1.6"
}
}