-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
75 lines (75 loc) · 2.18 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": "bg-hoard",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx 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": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"cherry-pick-all": "./tools/cherry-pick-all.sh"
},
"private": true,
"dependencies": {
"@angular/core": "16.0.3",
"@storybook/builder-webpack5": "7.0.17",
"@storybook/core-server": "7.0.17",
"@storybook/manager-webpack5": "6.5.16",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/core": "16.0.3",
"@angular-devkit/schematics": "16.0.3",
"@nrwl/nx-workshop": "^0.4.11",
"@phenomnomnominal/tsquery": "^4.1.1",
"@schematics/angular": "16.0.3",
"@swc-node/register": "^1.4.2",
"@swc/core": "^1.2.173",
"@types/jest": "29.4.4",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"dotenv": "10.0.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "29.4.3",
"jest-environment-jsdom": "~29.4.1",
"node-fetch": "^2.6.1",
"nx": "16.3.0",
"nx-cloud": "16.0.5",
"prettier": "2.7.1",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tslib": "^2.0.0",
"typescript": "5.0.4",
"@nx/devkit": "16.3.0",
"@nx/workspace": "16.3.0",
"@nx/linter": "16.3.0",
"@nx/storybook": "16.3.0",
"@nx/js": "16.3.0",
"@nx/eslint-plugin": "16.3.0",
"@nx/plugin": "16.3.0",
"@nx/jest": "16.3.0",
"@nx/nest": "16.3.0",
"@nx/node": "16.3.0",
"@nx/webpack": "16.3.0",
"@nx/angular": "16.3.0"
}
}