-
-
Notifications
You must be signed in to change notification settings - Fork 105
/
package.json
151 lines (151 loc) · 4.7 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "nxext",
"version": "0.0.0",
"license": "MIT",
"keywords": [],
"repository": {
"type": "github",
"url": "https://github.com/nxext/nx-extensions"
},
"bugs": {
"url": "https://github.com/nxext/nx-extensions/issues"
},
"scripts": {
"nx": "nx",
"start": "nx serve",
"start:docs": "nx serve docs",
"build": "nx build",
"test": "nx test",
"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",
"check-lock-files": "node ./tools/scripts/check-lock-files.js",
"create-playground": "ts-node -P tools/scripts/tsconfig.scripts.json tools/scripts/create-playground.ts",
"update-playground": "ts-node -P tools/scripts/tsconfig.scripts.json tools/scripts/update-playground.ts",
"setup-local-plugins": "ts-node tools/scripts/setup-local-plugins.ts",
"documentation": "ts-node -P tools/scripts/tsconfig.scripts.json ./tools/scripts/documentation/documentation.ts",
"dep-graph": "nx dep-graph",
"help": "nx help",
"commit": "git-cz",
"workspace-generator": "nx workspace-generator",
"fetch-latest-versions": "ts-node tools/scripts/fetch-latest-versions.ts",
"update-package-json-nx-versions": "ts-node tools/scripts/update-package-json-nx-versions.ts",
"prepare": "is-ci || husky install"
},
"private": true,
"devDependencies": {
"@angular-devkit/core": "16.0.0",
"@angular-devkit/schematics": "16.0.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "8.49.0",
"@nx/angular": "20.0.0",
"@nx/cypress": "20.0.0",
"@nx/devkit": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/node": "20.0.0",
"@nx/playwright": "20.0.0",
"@nx/plugin": "20.0.0",
"@nx/react": "20.0.0",
"@nx/storybook": "20.0.0",
"@nx/vite": "20.0.0",
"@nx/web": "20.0.0",
"@nx/workspace": "20.0.0",
"@phenomnomnominal/tsquery": "~5.0.1",
"@preact/preset-vite": "^2.8.2",
"@schematics/angular": "16.0.0",
"@stencil/core": "4.12.6",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@swc/jest": "0.2.36",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/globrex": "^0.1.2",
"@types/is-ci": "^3.0.4",
"@types/jest": "29.5.13",
"@types/node": "^18.16.9",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"ajv": "6.12.6",
"all-contributors-cli": "^6.26.1",
"chalk": "4.1.0",
"commitizen": "^4.3.0",
"cz-customizable": "^6.9.1",
"dotenv": "16.3.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-svelte3": "^4.0.0",
"file-type": "^18.5.0",
"fs-extra": "^10.1.0",
"globrex": "^0.1.2",
"husky": "^8.0.0",
"ignore": "^5.3.1",
"is-ci": "^3.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jsonc-eslint-parser": "^2.3.0",
"jsonc-parser": "^3.2.1",
"kill-port": "^2.0.1",
"lint-staged": "13.2.3",
"nx": "20.0.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"svelte": "^4.2.12",
"svelte-preprocess": "^5.1.3",
"tcp-port-used": "^1.0.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "^5.4.2",
"verdaccio": "5.18.0",
"verdaccio-auth-memory": "^10.2.2",
"vite-plugin-solid": "^2.10.2",
"vitepress": "^1.1.0",
"yargs": "^17.7.2",
"yargs-parser": "^21.1.1"
},
"peerDependencies": {
"rxjs": "^7.4.0"
},
"lint-staged": {
"nx.json": [
"yarn format --uncommitted"
],
"*.{js,json,css,scss,md,ts,html,graphql}": [
"yarn format --uncommitted"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195",
"dependencies": {
"@storybook/addon-interactions": "^8.2.8",
"storybook": "^8.2.8"
}
}