forked from JMBeresford/retrom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 KB
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
{
"name": "retrom",
"version": "0.7.40",
"type": "module",
"nx": {
"targets": {
"noop": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm --version"
}
},
"markdownlint:lint": {
"executor": "nx:run-commands",
"options": {
"command": "pnpm markdownlint-cli2 '**/*.md' '#**/node_modules' '#**/dist' '#**/target' --fix",
"cwd": "{projectRoot}"
},
"configurations": {
"check": {
"command": "pnpm markdownlint-cli2 '**/*.md' '#**/node_modules' '#**/dist' '#**/target'"
}
}
}
}
},
"devDependencies": {
"@monodon/rust": "catalog:",
"@nx/eslint": "catalog:",
"@nx/js": "catalog:",
"@nx/vite": "catalog:",
"@nx/web": "catalog:",
"@retrom/configs": "workspace:*",
"@swc-node/register": "catalog:",
"@swc/core": "catalog:",
"@swc/helpers": "catalog:",
"@tauri-apps/cli": "catalog:",
"@uptrace/web": "catalog:",
"@vitest/ui": "catalog:",
"dotenv": "catalog:",
"eslint": "catalog:",
"jiti": "catalog:",
"jsdom": "catalog:",
"markdownlint-cli2": "catalog:",
"nx": "catalog:",
"nx-mcp": "catalog:",
"prettier": "catalog:",
"tslib": "catalog:",
"typescript": "catalog:"
},
"overrides": {
"typescript": "catalog:",
"tslib": "catalog:",
"prettier": "$prettier",
"eslint": "$eslint"
},
"packageManager": "pnpm@10.15.1+sha256.8c53af02ae3ec1fb0ae75377f8d4d6217c2d7cbe6f03c16350cabf7493de6eff"
}