-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
133 lines (133 loc) · 4.54 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
{
"name": "monorepo",
"version": "1.0.0",
"license": "MIT",
"engines": {
"node": "14.18.1"
},
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"nx": "nx",
"start": "node dist/apps/games-api/main",
"serve-all": "ng run games:serve-all",
"test": "nx run-many --all --target=test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"dev:ssr": "ng run games:serve-ssr",
"serve:ssr": "node dist/apps/server/main.js",
"build:ssr": "ng build --configuration production && ng run games:server:production",
"prerender": "ng run games:prerender",
"prebuild:ssr": "ngcc",
"docs:json": "compodoc -p ./tsconfig.base.json -e json -d .",
"storybook": "npm run docs:json && start-storybook -p 6006",
"build-storybook": "npm run docs:json && build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"private": true,
"dependencies": {
"@angular/animations": "^12.2.16",
"@angular/common": "^12.2.16",
"@angular/compiler": "^12.2.16",
"@angular/core": "^12.2.16",
"@angular/forms": "^12.2.16",
"@angular/platform-browser": "^12.2.16",
"@angular/platform-browser-dynamic": "^12.2.16",
"@angular/platform-server": "^12.2.16",
"@angular/router": "^12.2.16",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/ng-universal": "^4.2.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/serve-static": "^2.2.2",
"@nestjs/swagger": "^4.7.12",
"@ngneat/until-destroy": "7.3.2",
"@nguniversal/express-engine": "^11.2.1",
"@nrwl/angular": "11.2.0",
"@types/jasmine": "^3.6.3",
"bootstrap": "^4.6.0",
"class-transformer": "^0.2.3",
"class-validator": "^0.9.1",
"core-js": "^3.21.1",
"cors": "^2.8.5",
"express": "^4.15.2",
"jasmine": "^3.6.4",
"karma-jasmine": "^4.0.1",
"ngx-bootstrap": "^6.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.6.3",
"swagger-ui-express": "^4.1.6",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.16",
"@angular-eslint/eslint-plugin": "~1.0.0",
"@angular-eslint/eslint-plugin-template": "~1.0.0",
"@angular-eslint/template-parser": "~1.0.0",
"@angular/cli": "~12.2.16",
"@angular/compiler-cli": "^12.2.16",
"@angular/language-service": "^12.2.16",
"@babel/core": "^7.17.5",
"@compodoc/compodoc": "^1.1.19",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nguniversal/builders": "^11.2.1",
"@nrwl/cli": "11.2.0",
"@nrwl/cypress": "11.2.0",
"@nrwl/eslint-plugin-nx": "11.2.0",
"@nrwl/jest": "11.2.0",
"@nrwl/nest": "^11.2.0",
"@nrwl/node": "11.2.0",
"@nrwl/nx-cloud": "12.2.7",
"@nrwl/storybook": "^12.10.1",
"@nrwl/tao": "11.2.0",
"@nrwl/workspace": "11.2.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/angular": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/storybook-deployer": "^2.8.10",
"@storybook/testing-library": "0.0.9",
"@types/express": "^4.17.0",
"@types/jest": "26.0.8",
"@types/node": "12.12.38",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"babel-loader": "^8.2.3",
"cypress": "^6.0.1",
"dotenv": "6.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-cypress": "^2.10.3",
"jasmine-core": "^3.6.0",
"jest": "26.2.2",
"jest-preset-angular": "8.3.2",
"karma": "^6.3.16",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^2.2.0",
"karma-spec-reporter": "^0.0.32",
"prettier": "2.2.1",
"ts-jest": "26.4.0",
"ts-node": "~9.1.1",
"typescript": "~4.3.5"
}
}