-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
78 lines (78 loc) · 2.25 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
{
"name": "nxpm",
"version": "5.0.0-beta.17",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx run-many --target build --all",
"test": "nx test",
"test:ci": "pnpm run affected:test && pnpm run affected:e2e",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"prepare": "husky install",
"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": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@angular/core": "13.1.1",
"@schematics/angular": "^12.2.13",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular/cli": "13.1.2",
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"@nrwl/angular": "13.4.6",
"@nrwl/cli": "13.4.6",
"@nrwl/devkit": "13.4.6",
"@nrwl/eslint-plugin-nx": "13.4.6",
"@nrwl/jest": "13.4.6",
"@nrwl/linter": "13.4.6",
"@nrwl/nest": "13.4.6",
"@nrwl/node": "13.4.6",
"@nrwl/nx-cloud": "13.0.3",
"@nrwl/nx-plugin": "13.4.6",
"@nrwl/tao": "13.4.6",
"@nrwl/workspace": "13.4.6",
"@nxtend/capacitor": "^12.0.0-beta.1",
"@nxtend/ionic-angular": "^12.0.0-beta.1",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"babel-loader": "^8.0.2",
"chalk": "^4.1.2",
"dotenv": "10.0.0",
"eslint": "8.2.0",
"eslint-config-prettier": "8.1.0",
"fs-extra": "^10.0.0",
"husky": "^7.0.1",
"jest": "27.2.3",
"lint-staged": "^11.0.1",
"prettier": "^2.3.1",
"rxjs": "^6.5.3",
"ts-jest": "27.0.5",
"ts-node": "~9.1.1",
"tslib": "^2.0.0",
"typescript": "4.5.4",
"webpack": "^5.0.0",
"yaml": "^1.10.2",
"yargs": "^17.2.1",
"zone.js": "~0.11.4"
}
}