forked from dockstore/dockstore-ui2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
139 lines (139 loc) · 7.03 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
{
"name": "dockstore-ui2",
"version": "2.8.0",
"license": "Apache License 2.0",
"config": {
"webservice_version": "1.11.3",
"use_circle": true,
"circle_ci_source": "https://app.circleci.com/pipelines/github/dockstore/dockstore/6287/workflows/42edf33d-97cd-4ef1-9cea-01912f558112/jobs/12497/artifacts",
"circle_build_id": "12497"
},
"scripts": {
"ng": "npx ng",
"start": "npx ng serve --proxy-config=proxy.conf.json",
"webservice": "./scripts/run-webservice-script.sh",
"prebuild": "ts-node -O '{\"module\":\"commonjs\"}' git.version.ts && ./scripts/generate-openapi-script.sh",
"prebuild.prod": "npm run prebuild",
"build.prod": "npx ng build --prod --subresource-integrity",
"build": "npx ng build --subresource-integrity",
"license": "license-checker --excludePackages dockstore-ui2@$npm_package_version --csv > THIRD-PARTY-LICENSES.csv",
"circle-ci-license-test-file": "license-checker --excludePackages dockstore-ui2@$npm_package_version --csv > CIRCLE-THIRD-PARTY-LICENSES.csv",
"compodoc": "npx compodoc -p src/tsconfig.compodoc.json --output docs",
"install-git-secrets": "./scripts/install-git-secrets.sh",
"test": "npx ng test",
"lint": "npx ng lint",
"e2e": "npx ng e2e",
"postinstall": "ngcc",
"test-dev-waf": "npx cypress run -c baseUrl=https://dev.dockstore.net -s \"cypress/integration/smokeTests/devOnly/waf.ts,cypress/integration/smokeTests/sharedTests/waf.ts\"",
"test-staging-waf": "npx cypress run -c baseUrl=https://staging.dockstore.org -s \"cypress/integration/smokeTests/stagingOnly/waf.ts,cypress/integration/smokeTests/sharedTests/waf.ts\"",
"test-prod-waf": "npx cypress run -c baseUrl=https://dockstore.org -s \"cypress/integration/smokeTests/prodOnly/waf.ts,cypress/integration/smokeTests/sharedTests/waf.ts\"",
"test-dev-no-auth": "npx cypress run --record --reporter junit -c baseUrl=https://dev.dockstore.net -s \"cypress/integration/smokeTests/devOnly/monitor.ts,cypress/integration/smokeTests/devOnly/basic-enduser.ts,cypress/integration/smokeTests/devOnly/search.ts,cypress/integration/smokeTests/sharedTests/monitor.ts,cypress/integration/smokeTests/sharedTests/basic-enduser.ts,cypress/integration/smokeTests/sharedTests/search.ts\"",
"test-staging-no-auth": "npx cypress run -c baseUrl=https://staging.dockstore.org -s \"cypress/integration/smokeTests/stagingOnly/monitor.ts,cypress/integration/smokeTests/stagingOnly/basic-enduser.ts,cypress/integration/smokeTests/stagingOnly/search.ts,cypress/integration/smokeTests/sharedTests/monitor.ts,cypress/integration/smokeTests/sharedTests/basic-enduser.ts,cypress/integration/smokeTests/sharedTests/search.ts\"",
"test-prod-no-auth": "npx cypress run -c baseUrl=https://dockstore.org -s \"cypress/integration/smokeTests/prodOnly/monitor.ts,cypress/integration/smokeTests/prodOnly/basic-enduser.ts,cypress/integration/smokeTests/prodOnly/search.ts,cypress/integration/smokeTests/prodOnly/basic-enduser-prod-only.ts,cypress/integration/smokeTests/sharedTests/monitor.ts,cypress/integration/smokeTests/sharedTests/basic-enduser.ts,cypress/integration/smokeTests/sharedTests/search.ts\"",
"test-dev-auth": "npx cypress run --record --reporter junit -c baseUrl=https://dev.dockstore.net -s \"cypress/integration/smokeTests/devOnly/auth-tests.ts,cypress/integration/smokeTests/sharedTests/auth-tests.ts\"",
"test-staging-auth": "npx cypress run -c baseUrl=https://staging.dockstore.org -s \"cypress/integration/smokeTests/stagingOnly/auth-tests.ts,cypress/integration/smokeTests/sharedTests/auth-tests.ts\"",
"test-prod-auth": "npx cypress run -c baseUrl=https://dockstore.org -s \"cypress/integration/smokeTests/prodOnly/auth-tests.ts,cypress/integration/smokeTests/sharedTests/auth-tests.ts\""
},
"private": true,
"dependencies": {
"@angular/animations": "^12.0.4",
"@angular/cdk": "^12.0.4",
"@angular/common": "^12.0.4",
"@angular/compiler": "^12.0.4",
"@angular/core": "^12.0.4",
"@angular/flex-layout": "^12.0.0-beta.34",
"@angular/forms": "^12.0.4",
"@angular/material": "^12.0.4",
"@angular/platform-browser": "^12.0.4",
"@angular/platform-browser-dynamic": "^12.0.4",
"@angular/platform-server": "^12.0.4",
"@angular/router": "^12.0.4",
"@datorama/akita": "^6.2.0",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@material-extended/mde": "^3.0.3",
"@ngneat/forms-manager": "^2.3.0",
"@ngx-lite/json-ld": "^0.6.4",
"academicons": "^1.8.6",
"ace-builds": "^1.4.12",
"angular-tag-cloud-module": "^6.0.0",
"bodybuilder": "^2.4.0",
"bootstrap": "^3.4.1",
"core-js": "^3.14.0",
"cytoscape": "^3.19.0",
"cytoscape-dagre": "^2.3.2",
"cytoscape-popper": "^2.0.0",
"dompurify": "^2.2.9",
"jquery": "^3.6.0",
"material-design-icons-iconfont": "^6.1.0",
"ng2-ui-auth": "^10.0.1",
"ngx-markdown": "^12.0.1",
"ngx-sharebuttons": "^8.0.5",
"ngx-window-token": "^5.0.0",
"rxjs": "^6.6.7",
"ts-md5": "^1.2.8",
"tslib": "^2.3.0",
"tsutils": "^3.21.0",
"uuid": "^8.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.4",
"@angular-eslint/builder": "^12.0.0",
"@angular-eslint/eslint-plugin": "^12.0.0",
"@angular-eslint/eslint-plugin-template": "^12.0.0",
"@angular-eslint/schematics": "12.1.0",
"@angular-eslint/template-parser": "^12.0.0",
"@angular/cli": "^12.0.4",
"@angular/compiler-cli": "^12.0.4",
"@angular/language-service": "^12.0.4",
"@datorama/akita-ngdevtools": "^6.0.0",
"@types/cytoscape": "^3.14.15",
"@types/elastic.js": "^1.2.8",
"@types/elasticsearch": "^5.0.37",
"@types/jasmine": "^3.7.7",
"@types/jasminewd2": "^2.0.9",
"@types/jquery": "^3.5.5",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"cypress": "^8.0.0",
"eslint": "^7.28.0",
"husky": "^4.3.8",
"jasmine-core": "^3.7.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.6.0",
"karma-spec-reporter": "0.0.32",
"license-checker": "^25.0.1",
"lint-staged": "^11.0.0",
"prettier": "^2.3.1",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && git secrets --pre_commit_hook -- ${HUSKY_GIT_PARAMS}",
"commit-msg": "git secrets --commit_msg_hook -- ${HUSKY_GIT_PARAMS}",
"prepare-commit-msg": "git secrets --prepare_commit_msg_hook -- ${HUSKY_GIT_PARAMS}"
}
},
"lint-staged": {
"src/**/*.{ts,html,js,css,scss,json,md}": [
"prettier --write"
],
"cypress/**/*.{ts,js}": [
"prettier --write"
],
"*.ts": [
"eslint --fix"
]
}
}