forked from codelab-fun/codelab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
180 lines (180 loc) · 6.69 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
{
"name": "codelab",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
"//--------------- CODELAB ---------------------": "",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --prod --aot",
"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 && npm run sw && firebase deploy --only hosting:codelab-next",
"serve:ru": "npm run ng -- serve --configuration ru",
"sw": "sw-precache --root=dist --config=sw-precache-config.js",
"sw-serve": "ng build --prod --aot && npm run sw && cd dist && http-server --port=8080 --host=localhost --entry-file=/index.html",
"pre-deploy": "npm run build:prod && npm run build:ru && npm run build:30s && npm run sw",
"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 --aot && npm run sw && firebase deploy --only hosting:kirjs",
"deploy:kirjs:ru": "ng build kirjs --configuration ru --prod --aot && npm run sw && 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 --aot",
"xi18n:kirjs": "ng xi18n kirjs --i18n-format xmb --output-path src/locale",
"//--------------- LIS ---------------------": "",
"deploy:lis": "ng build lis --prod --aot && npm run sw && firebase deploy --only hosting:lis",
"serve:lis": "ng serve lis",
"build:lis": "ng build lis --prod --aot",
"//--------------- 30s OF ANGULAR -------------------": "",
"build:30s": "ng build angular-thirty-seconds --prod --aot",
"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:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:test": "./node_modules/.bin/nx affected:test",
"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"
},
"husky": {
"hooks": {
"pre-commit": "npm run format:write"
}
},
"repository": {
"type": "git",
"url": "[email protected]:codelab-fun/codelab.git"
},
"public": true,
"dependencies": {
"@angular-devkit/schematics": "8.3.2",
"@angular/animations": "8.2.4",
"@angular/cdk": "8.1.4",
"@angular/common": "8.2.4",
"@angular/compiler": "8.2.4",
"@angular/core": "8.2.4",
"@angular/fire": "^5.1.1",
"@angular/flex-layout": "^7.0.0-beta.23",
"@angular/forms": "8.2.4",
"@angular/material": "8.1.4",
"@angular/platform-browser": "8.2.4",
"@angular/platform-browser-dynamic": "8.2.4",
"@angular/router": "8.2.4",
"@angularclass/hmr": "^2.1.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-react-jsx": "^7.2.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/standalone": "^7.2.5",
"@nrwl/angular": "8.5.1",
"@types/jasminewd2": "^2.0.6",
"angular2-draggable": "^2.2.1",
"binary-loader": "0.0.1",
"binary-parser": "^1.3.2",
"chai": "^4.2.0",
"core-js": "^2.6.2",
"cypress-schematics": "0.0.5",
"dom-to-image": "^2.6.0",
"dts-bundle": "^0.7.3",
"dts-bundle-generator": "^2.0.0",
"external-loader": "^0.1.1",
"file-saver": "^2.0.0",
"firebase": "^5.8.0",
"fullscreen-api-polyfill": "^1.1.2",
"glob": "^7.1.3",
"gray-matter": "^4.0.2",
"hammerjs": "^2.0.8",
"highlight.js": "^9.13.1",
"husky": "^3.0.5",
"immer": "^3.2.0",
"interactjs": "^1.3.4",
"jasminewd2": "^2.2.0",
"json-loader": "^0.5.7",
"jspdf": "^1.5.3",
"jsxdirect": "0.0.12",
"jszip": "^3.1.5",
"leaflet": "^1.4.0",
"midi-player-js": "^2.0.5",
"mime": "^2.4.0",
"mocha": "^5.2.0",
"monaco-editor": "^0.15.6",
"ngx-autosize-input": "^2.2.2",
"ngx-markdown": "^7.1.4",
"node-sass": "^4.11.0",
"plugin-typescript": "^8.0.0",
"popper.js": "^1.14.6",
"prismjs": "^1.15.0",
"raw-loader": "1.0.0",
"rxjs": "^6.5.2",
"slugify": "^1.3.4",
"source-map-support": "^0.5.10",
"vm-shim": "0.0.6",
"wabt": "^1.0.11",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.3",
"@angular-devkit/build-ng-packagr": "~0.803.3",
"@angular/cli": "8.3.3",
"@angular/compiler-cli": "8.2.4",
"@angular/language-service": "8.2.4",
"@bahmutov/add-typescript-to-cypress": "^2.0.0",
"@nrwl/cypress": "8.5.1",
"@nrwl/jest": "8.5.1",
"@nrwl/workspace": "8.5.1",
"@types/jasmine": "3.3.7",
"@types/jest": "24.0.9",
"@types/node": "^10.12.18",
"acorn": "^6.1.1",
"babel-generator": "^6.25.0",
"babel-traverse": "^6.25.0",
"babel-types": "^6.25.0",
"babylon": "^6.17.3",
"codelyzer": "^5.0.1",
"cypress": "~3.3.1",
"cypress-image-snapshot": "^3.0.0",
"dotenv": "6.2.0",
"eslint": "^5.12.1",
"firebase-tools": "^6.3.0",
"github-api": "^3.0.0",
"gomoku-tools": "^0.1.0",
"jasmine-core": "~3.3.0",
"jasmine-marbles": "0.4.1",
"jasmine-spec-reporter": "~4.2.1",
"jest": "24.1.0",
"jest-preset-angular": "7.0.0",
"karma": "^3.1.4",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~2.0.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"ng-packagr": "^5.1.0",
"prettier": "1.15.3",
"protractor": "^5.4.2",
"sw-precache": "^5.2.0",
"systemjs": "0.20.12",
"systemjs-builder": "^0.16.4",
"ts-node": "^7.0.1",
"tsickle": "^0.35.0",
"tslib": "^1.9.3",
"tslint": "^5.12.1",
"typescript": "~3.4.5"
}
}