-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 4.3 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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "lib",
"description": "BioStudies Submission Tool (UI)",
"version": "0.0.0",
"private": true,
"main": "server/app.ts",
"scripts": {
"build": "sh ./tasks/build.sh",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"ng:start": "ng serve --progress --aot",
"node:compile": "tsc --project ./server/tsconfig.server.json",
"node:dev": "cross-env NODE_ENV=development tsnd --project ./server/tsconfig.server.json --no-deps --transpile-only .",
"dev": "run-p node:dev ng:start",
"pretest": "npm run lint",
"postinstall": "ngcc",
"git:hooks": "git config core.hooksPath hooks",
"test": "jest --ci"
},
"jest": {
"preset": "jest-preset-angular",
"clearMocks": true,
"collectCoverage": true,
"setupFilesAfterEnv": [
"<rootDir>/src/tests/setupJestAfterEnv.ts"
],
"coverageThreshold": {
"global": {
"statements": 19.8,
"branches": 14.5,
"lines": 19.1,
"functions": 13.05
}
},
"collectCoverageFrom": [
"**/*.ts",
"!**/*.extensions.ts",
"!**/*.config.ts",
"!**/*.module.ts",
"!**/*.d.ts",
"!**/*Mocks.ts",
"!**/polyfills.ts",
"!**/main.ts",
"!**/index.ts"
],
"coveragePathIgnorePatterns": [
"server"
],
"moduleNameMapper": {
"app/(.*)": "<rootDir>/src/app/$1"
},
"transformIgnorePatterns": [
"/node_modules/(?!@ckeditor/ckeditor5-watchdog)/",
"/node_modules/(?!lodash-es)/",
"/node_modules/(?!lodash)/"
],
"globals": {
"ts-jest": {
"isolatedModules": true
}
}
},
"dependencies": {
"@angular/animations": "10.0.12",
"@angular/common": "10.0.12",
"@angular/compiler": "10.0.12",
"@angular/core": "10.0.12",
"@angular/forms": "10.0.12",
"@angular/platform-browser": "10.0.12",
"@angular/platform-browser-dynamic": "10.0.12",
"@angular/router": "10.0.12",
"@biostudies/ckeditor5-build-balloon": "19.0.0",
"@ckeditor/ckeditor5-angular": "1.2.3",
"@ckeditor/ckeditor5-clipboard": "19.0.1",
"@fortawesome/fontawesome-free": "^6.4.0",
"@ng-select/ng-select": "5.0.8",
"@rxweb/reactive-form-validators": "2.0.0",
"ag-grid-angular": "23.2.1",
"ag-grid-community": "23.2.1",
"bootstrap": "4.5.2",
"cookie-parser": "^1.4.6",
"fp-ts": "1.19.5",
"helmet": "3.21.1",
"http-status-codes": "1.3.2",
"lodash.debounce": "4.0.8",
"lodash.isempty": "4.4.0",
"needle": "^3.2.0",
"ng-recaptcha": "5.0.0",
"ngx-bootstrap": "6.1.0",
"ngx-cookie-service": "10.0.1",
"ngx-markdown": "9.1.1",
"ngx-sortablejs": "3.1.4",
"ngx-toastr": "13.1.0",
"pluralize": "8.0.0",
"rxjs": "6.6.2",
"sortablejs": "1.10.2",
"tslib": "2.0.0",
"zone.js": "0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1000.7",
"@angular/cli": "10.0.7",
"@angular/compiler-cli": "10.0.12",
"@testing-library/angular": "10.11.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/user-event": "13.5.0",
"@types/amqplib": "0.5.13",
"@types/compression": "1.7.0",
"@types/config": "0.0.36",
"@types/cookie-parser": "^1.4.3",
"@types/express": "4.17.6",
"@types/express-http-proxy": "1.6.1",
"@types/express-winston": "4.0.0",
"@types/helmet": "0.0.47",
"@types/jest": "27.0.2",
"@types/jsdom": "16.2.3",
"@types/node": "14.6.0",
"@types/pluralize": "0.0.29",
"@types/request": "2.48.5",
"@types/sortablejs": "1.10.4",
"amqplib": "0.5.6",
"body-parser": "1.19.0",
"codelyzer": "6.0.0",
"compression": "1.7.4",
"config": "3.1.0",
"cross-env": "5.2.1",
"del": "4.1.1",
"dotenv": "8.0.0",
"eventsourcemock": "2.0.0",
"express": "4.17.1",
"express-http-proxy": "1.6.3",
"express-winston": "4.0.3",
"forever": "2.0.0",
"gulp": "4.0.0",
"gulp-zip": "3.2.0",
"jest": "27.3.1",
"jest-preset-angular": "10.0.1",
"msw": "0.35.0",
"nodemon": "1.19.1",
"npm-run-all": "4.1.5",
"prettier": "2.2.0",
"protractor": "7.0.0",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"ts-node-dev": "1.1.8",
"tslint": "6.1.0",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.3.0",
"typescript": "3.9.7",
"winston": "3.3.3"
}
}