-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.76 KB
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
{
"name": "full-stack-suite",
"version": "0.0.0",
"scripts": {
"postinstall": "node_modules/.bin/ngcc --async --properties fesm2015"
},
"private": true,
"dependencies": {
"@angular/animations": "12.2.7",
"@angular/common": "12.2.7",
"@angular/core": "12.2.7",
"@angular/forms": "12.2.7",
"@angular/platform-browser": "12.2.7",
"@angular/platform-browser-dynamic": "12.2.7",
"@angular/platform-server": "12.2.7",
"@angular/router": "12.2.7",
"@angular/service-worker": "12.2.7",
"compression": "^1.6.2",
"express": "^4.14.0",
"reflect-metadata": "^0.1.2",
"rxjs": "6.5.3",
"sse-channel": "^2.0.2",
"systemjs": "6.1.2",
"tslib": "^2.0.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular/cli": "12.2.7",
"@angular/compiler": "12.2.7",
"@angular/compiler-cli": "12.2.7",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@bazel/angular": "^4.6.1",
"@bazel/benchmark-runner": "^0.1.0",
"@bazel/buildifier": "^5.0.1",
"@bazel/esbuild": "^5.0.2",
"@bazel/ibazel": "^0.15.10",
"@bazel/protractor": "^5.0.2",
"@bazel/rollup": "^5.0.2",
"@bazel/terser": "^5.0.2",
"@bazel/typescript": "^5.0.2",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/compression": "1.0.1",
"@types/express": "^4.17.2",
"@types/jasmine": "3.4.0",
"@types/node": "16.11.11",
"codelyzer": "^5.2.0",
"core-js": "2.6.9",
"history-server": "^1.3.1",
"html-insert-assets": "^0.14.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"ts-node": "~8.5.4",
"tslint": "~5.10.0",
"rollup": "^2.3.4",
"terser": "4.3.1",
"typescript": "<4.4.0"
}
}