forked from shlomiassaf/ngrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
178 lines (178 loc) · 6.02 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
{
"name": "pebula",
"version": "2.0.0-rc.2",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build-grid": "ng build ngrid --prod && ng build ngrid-material --prod",
"test": "ng test",
"lint": "./node_modules/.bin/nx workspace-lint && ng lint",
"e2e": "ng e2e",
"e2e:watch": "ng e2e --watch",
"stage-release": "./node_modules/.bin/ts-node -P ./tsconfig.node.json tools/tasks/release/stage-release.ts",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"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",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"help": "./node_modules/.bin/nx help",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected": "./node_modules/.bin/nx affected",
"example": "./node_modules/.bin/nx workspace-schematic example-module",
"gh-pages": "./tools/scripts/gh-pages.sh",
"compile:server": "webpack --config webpack.config.ssr.js --progress --colors",
"nx": "nx",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.6",
"@angular/cdk": "^9.0.1",
"@angular/cdk-experimental": "^9.0.0",
"@angular/common": "~9.0.6",
"@angular/compiler": "~9.0.6",
"@angular/core": "~9.0.6",
"@angular/elements": "~9.0.6",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "~9.0.6",
"@angular/material": "9.0.0",
"@angular/platform-browser": "~9.0.6",
"@angular/platform-browser-dynamic": "~9.0.6",
"@angular/platform-server": "~9.0.6",
"@angular/router": "~9.0.6",
"@microsoft/api-extractor": "^7.0.11",
"@ngrx/effects": "8.3.0",
"@ngrx/router-store": "8.3.0",
"@ngrx/store": "8.3.0",
"@nguniversal/common": "^9.0.0",
"@nguniversal/express-engine": "^9.0.0",
"@ngx-cache/core": "^8.0.1",
"@ngx-cache/fs-storage": "^8.0.1",
"@ngx-cache/platform-browser": "^8.0.1",
"@ngx-cache/platform-server": "^8.0.1",
"@nrwl/angular": "9.0.1",
"core-js": "^2.6.2",
"document-register-element": "^1.13.1",
"express": "^4.15.2",
"faker": "^4.1.0",
"lunr": "^2.3.6",
"ng-packagr": "^9.0.0",
"ngx-build-plus": "9.0.6",
"primer-markdown": "^3.7.13",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.900.2",
"@angular-devkit/build-ng-packagr": "~0.900.2",
"@angular/cli": "9.0.2",
"@angular/compiler-cli": "9.0.1",
"@angular/language-service": "9.0.1",
"@ngrx/schematics": "8.3.0",
"@ngrx/store-devtools": "8.3.0",
"@ngx-meta/core": "^7.0.0",
"@nrwl/cypress": "^9.0.1",
"@nrwl/express": "9.0.1",
"@nrwl/jest": "^9.0.1",
"@nrwl/node": "9.0.1",
"@nrwl/workspace": "9.0.1",
"@octokit/rest": "^16.28.1",
"@rigor789/remark-autolink-headings": "^5.1.0",
"@types/chalk": "^0.4.31",
"@types/faker": "^4.1.4",
"@types/globby": "^8.0.0",
"@types/gulp": "^4.0.6",
"@types/jasmine": "~3.3.5",
"@types/jasminewd2": "~2.0.6",
"@types/jest": "24.0.9",
"@types/marked": "^0.6.0",
"@types/node": "^12.11.1",
"@types/webpack": "^4.4.23",
"@types/webpack-sources": "^0.1.5",
"@webcomponents/custom-elements": "^1.2.4",
"angulartics2": "^7.5.2",
"chalk": "^1.1.3",
"codelyzer": "^5.1.2",
"commitizen": "^3.1.1",
"conventional-changelog": "^3.1.8",
"conventional-changelog-cli": "^2.0.21",
"convert-source-map": "^1.6.0",
"country-data": "^0.0.31",
"cypress": "3.4.0",
"cz-lerna-changelog": "^2.0.2",
"dotenv": "6.2.0",
"file-loader": "^3.0.1",
"fork-ts-checker-webpack-plugin": "^0.5.2",
"gatsby-remark-prismjs": "^3.2.0",
"glob": "^7.1.4",
"globby": "^9.0.0",
"gray-matter": "^4.0.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-if": "^2.0.2",
"gulp-sass": "^4.0.2",
"highlight.js": "^9.13.1",
"html-loader": "^0.5.5",
"inquirer": "^6.3.1",
"jasmine-core": "~3.3.0",
"jasmine-marbles": "0.4.0",
"jasmine-spec-reporter": "~4.2.1",
"jest": "24.1.0",
"jest-preset-angular": "8.0.0",
"karma": "~3.1.4",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"lerna": "^3.13.4",
"lerna-semantic-release": "^9.1.0",
"marked": "^0.6.0",
"merge2": "^1.2.3",
"ng-cli-packagr-tasks": "9.0.0-alpha.0",
"node-sass-tilde-importer": "^1.0.2",
"prettier": "1.19.1",
"prismjs": "^1.15.0",
"protractor": "~5.4.2",
"remark": "^10.0.1",
"remark-attr": "^0.8.1",
"remark-highlight.js": "^5.1.0",
"remark-html": "^9.0.0",
"remark-parse": "^6.0.3",
"remark-slug": "^5.1.1",
"scss-bundle": "^2.5.1",
"semantic-release": "^15.13.12",
"semantic-release-monorepo": "^6.1.1",
"simple-git": "^1.124.0",
"sitemap-webpack-plugin": "^0.6.0",
"ts-jest": "24.0.0",
"ts-loader": "^5.3.3",
"ts-node": "~7.0.0",
"tsconfig-paths": "^3.7.0",
"tsickle": "0.38.0",
"tslint": "~5.12.1",
"typescript": "~3.7.5",
"typescript-formatter": "^7.2.2",
"unified": "^7.1.0",
"webpack-cli": "^3.1.0",
"webpack-sources": "^1.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"resolutions": {
"**/fsevents": "^1.2.9"
}
}