forked from srleecode/domain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.39 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
{
"name": "@srleecode/domain",
"private": true,
"description": "Nrwl nx plugin to allow operations at the domain level",
"homepage": "https://github.com/srleecode/domain",
"license": "MIT",
"author": "Scott Lee",
"scripts": {
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint",
"affected:test": "nx affected:test",
"build": "nx build domain",
"dep-graph": "nx dep-graph",
"e2e": "npx nx e2e e2e-domain-cypress-domain-test && npx nx e2e e2e-domain-front-end-angular && npx nx e2e e2e-domain-grouping-folder && npx nx e2e e2e-domain-mock-file",
"format": "nx format:write",
"format:check": "nx format:check",
"format:write": "nx format:write",
"help": "nx help",
"nx": "nx",
"prepare": "husky install",
"publish": "npm run build && npm publish ./dist/packages/domain --access=public && npx nx run workspace:version",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator"
},
"dependencies": {
"@angular/core": "^13.0.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@angular-devkit/schematics": "13.0.3",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-angular": "^15.0.0",
"@jscutlery/cypress-angular": "^0.8.4",
"@jscutlery/semver": "^2.13.3",
"@nrwl/angular": "13.2.3",
"@nrwl/cli": "13.2.3",
"@nrwl/cypress": "13.2.3",
"@nrwl/devkit": "13.2.3",
"@nrwl/eslint-plugin-nx": "13.2.3",
"@nrwl/jest": "13.2.3",
"@nrwl/linter": "13.2.3",
"@nrwl/node": "13.2.3",
"@nrwl/nx-cloud": "12.5.4",
"@nrwl/nx-plugin": "13.2.3",
"@nrwl/react": "13.2.3",
"@nrwl/storybook": "13.2.3",
"@nrwl/tao": "13.2.3",
"@nrwl/workspace": "13.2.3",
"@types/jest": "27.0.2",
"@types/node": "16.6.1",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"husky": "^7.0.4",
"jest": "27.2.3",
"prettier": "2.5.0",
"ts-jest": "27.0.5",
"ts-node": "~10.2.0",
"tslib": "^2.3.1",
"typescript": "4.3.5",
"yarn": "^1.22.17"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0",
"yarn": ">=1.22.17"
},
"version": "13.2.3"
}