-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.5 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
{
"name": "geegle3-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"postinstall": "ngcc"
},
"dependencies": {
"@angular/animations": "9.0.0-next.14",
"@angular/cdk": "8.2.3",
"@angular/common": "9.0.0-next.14",
"@angular/core": "9.0.0-next.14",
"@angular/forms": "9.0.0-next.14",
"@angular/material": "8.2.3",
"@angular/platform-browser": "9.0.0-next.14",
"@angular/platform-browser-dynamic": "9.0.0-next.14",
"@angular/router": "9.0.0-next.14",
"@tinymce/tinymce-angular": "^3.3.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"puppeteer": "^1.19.0",
"puppeteer-cluster": "^0.17.0",
"rxjs": "6.5.3",
"systemjs": "6.1.2",
"tslib": "1.10.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular/bazel": "9.0.0-next.14",
"@angular/cli": "9.0.0-next.14",
"@angular/compiler": "9.0.0-next.14",
"@angular/compiler-cli": "9.0.0-next.14",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@bazel/bazel": "1.1.0",
"@bazel/karma": "0.39.0",
"@bazel/typescript": "0.39.0",
"@bazel/rollup": "0.39.0",
"@bazel/terser": "0.39.0",
"@types/node": "~8.9.4",
"core-js": "2.6.9",
"karma": "~3.0.0",
"protractor": "~5.4.0",
"rollup": "^1.21.4",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"terser": "4.3.1",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "3.6.4"
}
}