-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 4.62 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
{
"name": "research-hub-web",
"version": "2.8.9",
"license": "MIT",
"scripts": {
"ng": "ng",
"dev": "concurrently \"npm run graphql-server-watch\" \"sleep 3 && npm run generate-watch\" \"sleep 3 && npm start\" \"sleep 3 && npm run test-watch\"",
"dev-no-gen": "concurrently \"sleep 3 && npm run generate-watch\" \"sleep 3 && ng serve\" \"sleep 3 && npm run test-watch\"",
"qdev": "concurrently \"npm run graphql-server-watch\" \"sleep 3 && npm run generate-watch\" \"sleep 3 && npm start\"",
"qdev-no-gen": "concurrently \"npm run graphql-server-watch\" \"sleep 3 && ng serve\"",
"start": "ng serve",
"start:sw": "ng build --configuration dev && http-server -p 8080 -c-1 www",
"prestart": "npm run generate",
"build": "ng build --source-map=false",
"prebuild": "npm run generate",
"postinstall": "ngcc",
"test": "ng test --source-map=false --browsers ChromeHeadless",
"test-ci": "ng test --watch=false --source-map=false --browsers ChromeHeadless",
"test-watch": "ng test --watch=true --browsers ChromeHeadless",
"lint": "ng lint",
"bundle-report": "ng build --configuration prod --stats-json && webpack-bundle-analyzer www/stats.json",
"testrunner": "./test.sh",
"generate": "graphql-codegen",
"generate-watch": "graphql-codegen --watch './src/app/graphql/queries/*.graphql'",
"graphql-server-watch": "npm run dev --prefix ../cer-graphql",
"cy:open": "cypress open",
"cy:run": "cypress run",
"e2e": "cypress run -q",
"e2e-gui": "npm run cy:open",
"e2e-ci": "concurrently \"npm run start -- -c ${BRANCH_NAME}\" \"wait-on http-get://localhost:4200 && npm run e2e\" --kill-others --success first",
"e2e-serve": "concurrently \"npm run qdev\" \"wait-on http-get://localhost:4200 && npm run e2e\" --kill-others --success first",
"e2e-serve-gui": "concurrently \"npm run qdev\" \"wait-on http-get://localhost:4200 && npm run cy:open\" --kill-others --success first"
},
"private": true,
"dependencies": {
"@angular/animations": "13.2.3",
"@angular/cdk": "^13.2.3",
"@angular/common": "13.2.3",
"@angular/compiler": "13.2.3",
"@angular/core": "13.2.3",
"@angular/flex-layout": "^13.0.0-beta.36",
"@angular/forms": "13.2.3",
"@angular/material": "^13.2.3",
"@angular/platform-browser": "13.2.3",
"@angular/platform-browser-dynamic": "13.2.3",
"@angular/router": "13.2.3",
"@angular/service-worker": "13.2.3",
"@apollo/client": "^3.5.10",
"@contentful/rich-text-types": "^15.11.1",
"@sentry/angular": "^6.17.9",
"@sentry/tracing": "^6.17.9",
"@uoa/auth": "^0.6.0",
"@uoa/error-pages": "^0.1.2",
"apollo-angular": "^2.6.0",
"apollo-cache-inmemory": "^1.6.6",
"date-fns": "^2.28.0",
"esbuild": "^0.14.38",
"force-graph": "^1.42.8",
"localforage": "^1.10.0",
"ngx-contentful-rich-text": "^0.6.0",
"ngx-markdown": "^13.1.0",
"ngx-skeleton-loader": "^2.10.1",
"rxjs": "^7.5.4",
"supports-webp": "^2.0.1",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.3",
"@angular-eslint/builder": "^13.1.0",
"@angular-eslint/eslint-plugin": "^13.1.0",
"@angular-eslint/eslint-plugin-template": "^13.1.0",
"@angular-eslint/schematics": "^13.1.0",
"@angular-eslint/template-parser": "^13.1.0",
"@angular/cli": "^13.2.3",
"@angular/compiler-cli": "13.2.3",
"@angular/language-service": "~13.2.3",
"@graphql-codegen/cli": "^2.2.0",
"@graphql-codegen/fragment-matcher": "^1.17.0",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.4",
"@graphql-codegen/typescript-apollo-angular": "^2.3.8",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@graphql-codegen/typescript-resolvers": "^1.20.0",
"@types/chroma-js": "^2.1.3",
"@types/jasmine": "^3.10.3",
"@types/jasminewd2": "^2.0.10",
"@types/node": "^12.20.27",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.33.0",
"chroma-js": "^2.4.2",
"concurrently": "^6.4.0",
"cypress": "^7.7.0",
"cypress-commands": "^2.0.1",
"eslint": "^7.32.0",
"graphql": "^15.8.0",
"jasmine-core": "^3.99.0",
"karma": "^6.3.12",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-spec-reporter": "^0.0.33",
"karma-time-stats-reporter": "^0.1.0",
"karma-verbose-reporter": "^0.0.8",
"ng-mocks": "^13.0.2",
"ts-node": "~8.3.0",
"typescript": "4.4.x",
"wait-on": "^5.2.1"
},
"browser": {
"crypto": false
}
}