forked from nxext/nx-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 4.52 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
152
153
154
{
"name": "nxext",
"version": "0.0.0",
"license": "MIT",
"keywords": [
"nx",
"nx-plugin",
"stenciljs",
"pwa",
"web components"
],
"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",
"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,
"packageManager": "pnpm@8.7.0",
"devDependencies": {
"@angular-devkit/core": "16.0.0",
"@angular-devkit/schematics": "16.0.0",
"@nuxt/kit": "3.6.5",
"@nx/angular": "16.7.4",
"@nx/cypress": "16.7.4",
"@nx/devkit": "16.7.4",
"@nx/eslint-plugin": "16.7.4",
"@nx/jest": "16.7.4",
"@nx/js": "16.7.4",
"@nx/linter": "16.7.4",
"@nx/node": "16.7.4",
"@nx/playwright": "16.7.4",
"@nx/plugin": "16.7.4",
"@nx/react": "16.7.4",
"@nx/storybook": "16.7.4",
"@nx/vite": "16.7.4",
"@nx/web": "16.7.4",
"@nx/workspace": "16.7.4",
"@phenomnomnominal/tsquery": "~5.0.1",
"@preact/preset-vite": "^2.5.0",
"@schematics/angular": "16.0.0",
"@stencil/core": "3.4.0",
"@swc-node/register": "^1.6.6",
"@swc/cli": "0.1.62",
"@swc/core": "^1.3.69",
"@swc/helpers": "0.5.1",
"@swc/jest": "0.2.26",
"@types/glob": "^8.1.0",
"@types/globrex": "^0.1.2",
"ajv": "6.12.6",
"@types/is-ci": "^3.0.0",
"@types/jest": "29.5.3",
"@types/node": "18.15.3",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"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.46.0",
"eslint-config-prettier": "8.8.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": "^6.0.0",
"ignore": "^5.2.4",
"is-ci": "^3.0.1",
"jest": "29.4.3",
"jest-environment-jsdom": "29.5.0",
"jest-environment-node": "^29.4.1",
"jsonc-eslint-parser": "^2.3.0",
"jsonc-parser": "^3.2.0",
"kill-port": "^2.0.1",
"lint-staged": "13.2.3",
"nuxi": "3.6.5",
"nuxt": "3.6.5",
"nx": "16.7.4",
"nx-cloud": "16.3.0",
"prettier": "2.7.1",
"pretty-quick": "^3.1.3",
"svelte": "^3.59.1",
"svelte-preprocess": "^5.0.4",
"tcp-port-used": "^1.0.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"tslint": "6.1.3",
"typescript": "5.1.6",
"verdaccio": "5.18.0",
"verdaccio-auth-memory": "^10.2.2",
"vite-plugin-solid": "^2.7.0",
"vite-tsconfig-paths": "^4.2.0",
"vitepress": "^1.0.0-rc.9",
"vue-component-meta": "^1.8.8",
"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": []
}
}