-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
164 lines (164 loc) · 6.53 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
154
155
156
157
158
159
160
161
162
163
164
{
"name": "codelab",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"ng": "node --max_old_space_size=16000 ./node_modules/@angular/cli/bin/ng",
"//--------------- CODELAB ---------------------": "",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod",
"build:bundler": "ts-node -P libs/code-demos/assets/runner/tsconfig.json libs/code-demos/assets/runner/ng-dts/bundler.ts && node libs/code-demos/assets/runner/ng2/ng2-runner.js",
"build:intro": "ts-node -P libs/intro/generate/tsconfig.json libs/intro/generate/generate-thumbnails.ts",
"build:intro:verbose": "NODE_DEBUG=cluster,net,http,fs,tls,module,timers ts-node -P libs/intro/generate/tsconfig.json libs/intro/generate/generate-thumbnails.ts",
"test": "ng test",
"lint": "ng lint",
"i18n": "ng xi18n codelab --i18n-format xmb --output-path src/locale",
"build:ru": "ng build codelab --configuration ru",
"deploy:next": "npm run build:prod && npm run build:ru && npm run build:30s && firebase deploy --only hosting:codelab-next",
"serve:ru": "npm run ng -- serve --configuration ru",
"pre-deploy": "npm run build:prod && npm run build:ru && npm run build:30s",
"deploy": "npm run pre-deploy && firebase deploy --only hosting:codelab",
"cypress": "cypress",
"cypress:approve": "npm run cypress run -- --env updateSnapshots=true",
"cypress:open": "cypress open",
"cypress:reporter": "npm run cypress run --reporter cypress-image-snapshot/reporter",
"//--------------- KIRJS ---------------------": "",
"deploy:kirjs": "ng build kirjs --prod && firebase deploy --only hosting:kirjs",
"deploy:kirjs:ru": "ng build kirjs --configuration ru --prod && firebase deploy --only hosting:kirjs",
"serve:kirjs:ru": "ng serve kirjs --configuration ru",
"build:kirjs:ru": "ng build kirjs --configuration ru",
"build:kirjs": "ng build kirjs --prod",
"xi18n:kirjs": "ng xi18n kirjs --i18n-format xmb --output-path src/locale",
"//--------------- Playground ---------------------": "",
"deploy:playground": "ng build playground --prod && firebase deploy --only hosting:angular-ivy",
"serve:playground": "ng serve playground",
"build:playground": "ng build playground --prod",
"//--------------- LIS ---------------------": "",
"deploy:lis": "ng build lis --prod && firebase deploy --only hosting:lis",
"serve:lis": "ng serve lis",
"build:lis": "ng build lis --prod",
"//--------------- 30s OF ANGULAR -------------------": "",
"build:30s": "npm run ng build angular-thirty-seconds --prod",
"serve:30s": "ng serve angular-thirty-seconds",
"//--------------- NX ---------------------": "",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:test": "./node_modules/.bin/nx affected:test --watch=false",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"help": "./node_modules/.bin/nx help",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"husky": {
"hooks": {
"pre-commit": "npm run format:write && git add ."
}
},
"repository": {
"type": "git",
"url": "[email protected]:codelab-fun/codelab.git"
},
"public": true,
"dependencies": {
"@angular-builders/custom-webpack": "^9.0.0",
"@angular-devkit/schematics": "9.0.4",
"@angular/animations": "9.0.4",
"@angular/cdk": "9.0.1",
"@angular/common": "9.0.4",
"@angular/compiler": "9.0.4",
"@angular/core": "9.0.4",
"@angular/fire": "5.4.2",
"@angular/forms": "9.0.4",
"@angular/localize": "9.0.4",
"@angular/material": "9.0.1",
"@angular/platform-browser": "9.0.4",
"@angular/platform-browser-dynamic": "9.0.4",
"@angular/router": "9.0.4",
"@babel/core": "^7.8.4",
"@babel/generator": "^7.8.4",
"@babel/traverse": "^7.8.4",
"binary-loader": "0.0.1",
"binary-parser": "^1.3.2",
"chai": "^4.2.0",
"console": "^0.7.2",
"core-js": "2.6.2",
"dom-to-image": "^2.6.0",
"firebase": "^7.8.2",
"flamelink": "^1.0.0-alpha.27",
"fullscreen-api-polyfill": "^1.1.2",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"husky": "^4.2.3",
"immer": "^5.3.6",
"mocha": "^7.0.1",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.8.2",
"ngx-markdown": "^8.2.2",
"raw-loader": "1.0.0",
"rxjs": "^6.5.4",
"slugify": "^1.3.6",
"wabt": "^1.0.11",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.900.4",
"@angular-devkit/build-ng-packagr": "0.900.4",
"@angular/cli": "9.0.4",
"@angular/compiler-cli": "9.0.4",
"@angular/language-service": "9.0.4",
"@bahmutov/add-typescript-to-cypress": "^2.0.0",
"@nrwl/cypress": "9.3.0",
"@nrwl/jest": "9.3.0",
"@nrwl/workspace": "9.3.0",
"@nrwl/angular": "9.3.0",
"@types/fs-extra": "^9.0.1",
"@types/jasmine": "3.5.3",
"@types/jest": "25.1.2",
"@types/node": "^13.7.1",
"@types/node-fetch": "^2.5.7",
"acorn": "^7.1.0",
"babel-types": "^6.25.0",
"babylon": "^6.17.3",
"codelyzer": "^5.2.1",
"cypress": "~4.0.1",
"cypress-image-snapshot": "^3.0.0",
"dotenv": "8.2.0",
"eslint": "^6.8.0",
"firebase-tools": "^7.13.0",
"fs-extra": "^9.0.0",
"github-api": "^3.0.0",
"gomoku-tools": "^0.1.0",
"googleapis": "^51.0.0",
"jasmine-core": "~3.5.0",
"jest": "25.1.0",
"jest-preset-angular": "8.0.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^2.1.1",
"karma-jasmine": "~3.1.1",
"karma-jasmine-html-reporter": "^1.5.2",
"ng-packagr": "^9.0.0",
"node-fetch": "^2.6.0",
"prettier": "1.19.1",
"protractor": "^5.4.2",
"systemjs": "0.20.12",
"systemjs-builder": "^0.16.4",
"ts-jest": "25.2.0",
"ts-node": "^8.6.2",
"tsickle": "^0.38.0",
"tslib": "^1.10.0",
"tslint": "^6.0.0",
"typescript": "^3.7.5",
"uglify-js": "^3.7.7"
}
}