-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
141 lines (141 loc) · 5.48 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
{
"name": "who-use-angular-in-thailand",
"version": "0.0.1",
"scripts": {
"ng": "nx",
"start": "ng serve",
"serve": "npm run build:lib && npm run start",
"lint:lib": "ng lint angular-th --fix",
"lint:app:who": "ng lint who-use-angular-in-thailand --fix",
"lint:app:quiz": "ng lint angular-quiz --fix",
"build:lib": "ng build angular-th",
"build:app:who": "npm run build:app",
"build:app": "ng build --prod",
"build:gh": "ng build --configuration=gh-pages --deploy-url /who-use-angular-in-thailand/ --base-href /who-use-angular-in-thailand/",
"build:prod": "ng build --configuration=production",
"build:app:quiz": "npm run build:quiz",
"build:quiz": "ng build angular-quiz --configuration=production",
"cypress:ci": "cypress run --record --parallel",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"format": "nx format:write",
"analyze:app": "npm run build:prod -- --stats-json --source-map=true && webpack-bundle-analyzer ./dist/apps/who-use-angular-in-thailand/stats-es2015.json",
"analyze:quiz": "npm run build:quiz -- --stats-json --source-map=true && webpack-bundle-analyzer ./dist/apps/angular-quiz/stats-es2015.json",
"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:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"lint": "nx workspace-lint && ng lint",
"dep-graph": "nx dep-graph",
"workspace-schematic": "nx workspace-schematic",
"nx:ci:dev": "npm run affected:lint -- --base=HEAD~1 --head=HEAD && npm run affected:test -- --base=HEAD~1 --head=HEAD && npm run pree2e && npm run affected:e2e -- --base=HEAD~1 --head=HEAD -- --webdriver-update=false",
"nx:ci:who": "npm run affected:lint -- --exclude=angular-quiz,angular-quiz-e2e && npm run affected:test -- --exclude=angular-quiz,angular-quiz-e2e && npm run affected:e2e -- --exclude=angular-quiz,angular-quiz-e2e",
"nx:ci:quiz": "npm run affected:lint -- --exclude=who-use-angular-in-thailand,who-use-angular-in-thailand-e2e && npm run affected:test -- --exclude=who-use-angular-in-thailand,who-use-angular-in-thailand-e2e && npm run affected:e2e -- --exclude=who-use-angular-in-thailand,who-use-angular-in-thailand-e2e",
"help": "nx help",
"nx": "nx",
"pree2e": "webdriver-manager update --versions.chrome=78.0.3904.97",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": false,
"dependencies": {
"@angular/animations": "12.0.4",
"@angular/bazel": "^11.0.0",
"@angular/cdk": "^11.0.0",
"@angular/common": "12.0.4",
"@angular/compiler": "12.0.4",
"@angular/core": "12.0.4",
"@angular/flex-layout": "^11.0.0-beta.33",
"@angular/forms": "12.0.4",
"@angular/material": "^11.0.0",
"@angular/platform-browser": "12.0.4",
"@angular/platform-browser-dynamic": "12.0.4",
"@angular/pwa": "^0.803.29",
"@angular/router": "12.0.4",
"@angular/service-worker": "12.0.4",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nrwl/angular": "12.3.6",
"@types/jasmine": "3.6.11",
"core-js": "^3.7.0",
"document-register-element": "1.14.3",
"jasmine": "^3.6.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.6.3",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.0.4",
"@angular-devkit/build-ng-packagr": "~0.1000.0",
"@angular/cli": "12.0.4",
"@angular/compiler-cli": "12.0.4",
"@angular/language-service": "12.0.4",
"@babel/preset-react": "7.8.3",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nrwl/cli": "12.3.6",
"@nrwl/cypress": "12.3.6",
"@nrwl/jest": "12.3.6",
"@nrwl/nest": "12.3.6",
"@nrwl/node": "12.3.6",
"@nrwl/react": "12.3.6",
"@nrwl/schematics": "^8.12.11",
"@nrwl/web": "12.3.6",
"@nrwl/workspace": "12.3.6",
"@testing-library/react": "11.2.5",
"@types/jasminewd2": "^2.0.8",
"@types/jest": "26.0.8",
"@types/node": "14.14.33",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"codelyzer": "6.0.2",
"cypress": "^3.8.2",
"husky": "^3.1.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jasminewd2": "^2.2.0",
"jest": "26.2.2",
"jest-preset-angular": "8.4.0",
"karma": "~5.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"lint-staged": "^9.5.0",
"ng-packagr": "12.0.5",
"npm-run-all": "^4.1.5",
"prettier": "2.2.1",
"protractor": "^7.0.0",
"ts-jest": "26.5.5",
"ts-node": "9.1.1",
"tsickle": "^0.38.1",
"tslib": "^2.0.3",
"tslint": "6.1.3",
"typescript": "4.2.4",
"webpack": "^4.44.2",
"webpack-bundle-analyzer": "^3.9.0"
},
"husky": {
"hooks": {
"pre-push": "npm run nx:ci:dev",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*": [
"nx format:write --uncommitted",
"git add"
]
},
"author": "perjerz3434"
}