-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
168 lines (168 loc) · 4.97 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "@stryke/monorepo",
"version": "0.0.1",
"type": "module",
"description": "🌩️ A monorepo containing TypeScript utility packages with shared functionality common to many Storm Software applications.",
"repository": "storm-software/stryke.git",
"homepage": "https://stormsoftware.com",
"bugs": {
"url": "https://stormsoftware.com/support",
"email": "[email protected]"
},
"author": {
"name": "Storm Software",
"email": "[email protected]",
"url": "https://stormsoftware.com"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"license": "Apache-2.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=22.13.1",
"pnpm": ">=10.3.0"
},
"keywords": [
"stryke",
"typescript",
"utilities",
"storm-stack",
"storm-software",
"storm",
"storm-ops",
"cyclone-ui",
"sullivanpj",
"monorepo"
],
"scripts": {
"bootstrap": "pnpm exec zx tools/scripts/src/bootstrap.mjs",
"build": "pnpm exec zx tools/scripts/src/build.mjs --prod",
"build-dev": "pnpm exec zx tools/scripts/src/build.mjs --dev",
"clean": "pnpm exec rimraf dist",
"commit": "pnpm exec storm-git commit",
"dep-graph": "nx dep-graph",
"e2e": "nx e2e",
"format": "pnpm exec zx tools/scripts/src/format.mjs",
"graph": "nx graph",
"help": "nx help",
"install-csb": "corepack enable && pnpm install --no-frozen-lockfile",
"lint": "pnpm exec zx tools/scripts/src/lint.mjs",
"local-registry": "nx local-registry @stryke/monorepo",
"nuke": "pnpm exec zx tools/scripts/src/nuke.mjs",
"nx": "nx",
"postinstall": "pnpm bootstrap",
"push": "git push origin main:main",
"release": "pnpm exec storm-git release",
"sherif": "pnpm exec sherif -f -i typescript -i react -i react-dom",
"start": "nx serve",
"view-config": "pnpm exec storm-config"
},
"devDependencies": {
"@ls-lint/ls-lint": "^2.2.3",
"@nx/devkit": "catalog:",
"@nx/eslint": "catalog:",
"@nx/eslint-plugin": "catalog:",
"@nx/jest": "catalog:",
"@nx/js": "catalog:",
"@nx/plugin": "catalog:",
"@nx/workspace": "catalog:",
"@storm-software/config": "catalog:",
"@storm-software/cspell": "catalog:",
"@storm-software/eslint": "catalog:",
"@storm-software/git-tools": "catalog:",
"@storm-software/linting-tools": "catalog:",
"@storm-software/markdownlint": "catalog:",
"@storm-software/prettier": "catalog:",
"@storm-software/testing-tools": "catalog:",
"@storm-software/tsconfig": "catalog:",
"@storm-software/unbuild": "catalog:",
"@storm-software/untyped": "catalog:",
"@storm-software/workspace-tools": "catalog:",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.10.14",
"@swc/helpers": "~0.5.15",
"@taplo/cli": "^0.7.0",
"@types/jest": "catalog:",
"@types/node": "catalog:",
"copyfiles": "catalog:",
"eslint": "9.20.0",
"eslint-flat-config-utils": "^2.0.1",
"jest": "catalog:",
"jest-environment-jsdom": "catalog:",
"jest-environment-node": "catalog:",
"knip": "5.43.6",
"lefthook": "^1.10.10",
"ls-lint": "^0.1.2",
"markdownlint-cli2": "^0.17.2",
"nx": "catalog:",
"rimraf": "catalog:",
"sherif": "1.3.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "catalog:",
"tsup": "catalog:",
"typescript": "^5.6.2",
"verdaccio": "5.33.0",
"zx": "^8.3.2"
},
"manypkg": {
"defaultBranch": "main",
"workspaceProtocol": "require"
},
"namespace": "@stryke",
"nx": {
"includedScripts": [
"lint",
"format",
"commit",
"release"
]
},
"pnpm": {
"overrides": {
"@stryke/cli": "workspace:*",
"@stryke/env": "workspace:*",
"@stryke/fs": "workspace:*",
"@stryke/hash": "workspace:*",
"@stryke/helpers": "workspace:*",
"@stryke/hooks": "workspace:*",
"@stryke/http": "workspace:*",
"@stryke/json": "workspace:*",
"@stryke/path": "workspace:*",
"@stryke/string-format": "workspace:*",
"@stryke/tools-nx": "workspace:*",
"@stryke/tools-scripts": "workspace:*",
"@stryke/types": "workspace:*",
"@stryke/unique-id": "workspace:*",
"cookie": ">=0.7.0",
"debug": ">=4.4.0",
"follow-redirects": ">=1.15.9",
"got": ">=14.4.5",
"ip": ">=2.0.1",
"loader-utils": ">=3.3.1",
"markdown-it": ">=14.1.0",
"micromatch": ">=4.0.8",
"next": ">=13.4.20-canary.13",
"node-fetch": ">=3.3.2",
"nth-check": ">=2.1.1",
"parse-path": ">=7.0.0",
"parse-url": ">=9.2.0",
"path-to-regexp": ">=0.1.12",
"postcss": ">=8.5.1",
"shell-quote": ">=1.8.2",
"simple-git": ">=3.27.0"
},
"onlyBuiltDependencies": [
"@swc/core",
"core-js",
"esbuild",
"lefthook",
"nx"
]
},
"prettier": "@storm-software/prettier/config.json",
"triggerEmptyDevReleaseByIncrementingThisNumber": 0
}