forked from fs-tw/abp.ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.49 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.49 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "abp.ng",
"version": "3.1.2",
"license": "MIT",
"scripts": {
"ng": "nx",
"sh": "sh",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only",
"nx": "nx",
"start": "ng serve",
"build": "nx workspace-schematic build",
"build:tools": "nx workspace-schematic library --name=TestBuild --no-interactive --dry-run",
"publish": "lerna publish",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"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": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {},
"devDependencies": {
"@fs/packages": "file:libs/packages",
"@nrwl/angular": "10.2.1",
"@nrwl/cypress": "10.2.1",
"@nrwl/jest": "10.2.1",
"@nrwl/workspace": "10.2.1",
"@abp/utils": "^3.2.0",
"@angular/animations": "~10.1.4",
"@angular/common": "~10.1.4",
"@angular/compiler": "~10.1.4",
"@angular/core": "~10.1.4",
"@angular/forms": "~10.1.4",
"@angular/platform-browser": "~10.1.4",
"@angular/platform-browser-dynamic": "~10.1.4",
"@angular/router": "~10.1.4",
"@angular-builders/jest": "^10.0.1",
"@angular-devkit/build-angular": "~0.1000.0",
"@angular-devkit/build-ng-packagr": "~0.1000.0",
"@angular-devkit/schematics-cli": "~0.1000.0",
"@angular/cli": "~10.1.4",
"@angular/compiler-cli": "~10.1.4",
"@angular/language-service": "~10.1.4",
"@angular/localize": "~10.1.4",
"@types/jest": "^25.2.3",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"cypress": "^4.1.0",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"husky": "^4.2.5",
"jest": "25.2.3",
"jest-preset-angular": "^8.2.0",
"lerna": "^3.22.1",
"ng-packagr": "^10.0.0",
"prettier": "^2.1.2",
"ts-jest": "25.2.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.2",
"execa": "^4.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
}
}