-
Notifications
You must be signed in to change notification settings - Fork 221
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 4.44 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 4.44 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
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
{
"name": "root",
"version": "1.9.4",
"private": true,
"engines": {
"node": "22"
},
"scripts": {
"prepare": "husky install",
"start": "NODE_OPTIONS=--no-node-snapshot turbo run start --filter=backend",
"dev": "NODE_OPTIONS=--no-node-snapshot turbo run start --filter=backend --filter=app",
"build": "turbo run build",
"build:dockerfile": "bash ./scripts/update-Dockerfile.sh",
"tsc": "turbo run tsc",
"export-dynamic": "echo \"Command moved to dynamic-plugins/package.json\"",
"export-dynamic:clean": "echo \"Command moved to dynamic-plugins/package.json\"",
"copy-dynamic-plugins": "echo \"Command moved to dynamic-plugins/package.json\"",
"clean": "turbo run clean",
"test": "turbo run test",
"lint:check": "turbo run lint:check",
"lint:fix": "turbo run lint:fix",
"lint": "turbo run lint",
"monorepo:check": "sherif && manypkg check",
"monorepo:fix": "sherif --fix --no-install && manypkg fix && yarn dedupe",
"lint-staged": "lint-staged -p 10",
"prettier:check": "turbo run prettier:check",
"prettier:fix": "turbo run prettier:fix",
"new": "backstage-cli new --scope internal",
"repo:fix": "backstage-cli repo fix --publish",
"versions:metadata": "node ./scripts/update-metadata.mjs",
"versions:bump": "node ./scripts/update-backstage.mjs",
"rulesync:generate": "rulesync generate",
"rulesync:import:cursor": "rulesync import --targets cursor",
"rulesync:import:claude": "rulesync import --targets claudecode"
},
"workspaces": {
"packages": [
"packages/*",
"plugins/*"
]
},
"devDependencies": {
"@backstage/cli": "0.34.5",
"@backstage/frontend-test-utils": "0.4.1",
"@ianvs/prettier-plugin-sort-imports": "4.7.0",
"@manypkg/cli": "0.25.1",
"glob": "11.1.0",
"husky": "8.0.3",
"jsdom": "26.1.0",
"lint-staged": "15.5.2",
"node-gyp": "10.3.1",
"rulesync": "3.34.0",
"sherif": "1.9.0",
"turbo": "2.7.5"
},
"resolutions": {
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"@aws-sdk/util-utf8-browser": "npm:@smithy/util-utf8@~2",
"@kubernetes/client-node@npm:0.20.0/jsonpath-plus": "^10.3.0",
"@backstage/plugin-permission-backend": "0.7.3",
"@backstage/plugin-catalog-react": "1.21.3",
"refractor@npm:3.6.0/prismjs": "^1.30.0",
"@backstage/plugin-auth-node": "0.6.10",
"@backstage/plugin-catalog-graph@0.5.3": "patch:@backstage/plugin-catalog-graph@npm%3A0.5.3#./.yarn/patches/@backstage-plugin-catalog-graph-npm-0.5.3-761764c7c3.patch",
"@backstage/plugin-search@1.5.0": "patch:@backstage/plugin-search@npm%3A1.5.0#./.yarn/patches/@backstage-plugin-search-npm-1.5.0-111cd7d8ed.patch",
"@stoplight/spectral-core/minimatch": "3.1.5",
"@backstage/backend-plugin-api@1.5.0": "patch:@backstage/backend-plugin-api@npm%3A1.5.0#./.yarn/patches/@backstage-backend-plugin-api-npm-1.5.0-7a004cae77.patch",
"@backstage/backend-plugin-api@^1.5.0": "patch:@backstage/backend-plugin-api@npm%3A1.5.0#./.yarn/patches/@backstage-backend-plugin-api-npm-1.5.0-7a004cae77.patch",
"@backstage/backend-plugin-api@^1.6.0": "patch:@backstage/backend-plugin-api@npm%3A1.5.0#./.yarn/patches/@backstage-backend-plugin-api-npm-1.5.0-7a004cae77.patch",
"@backstage/backend-plugin-api@^1.4.2": "patch:@backstage/backend-plugin-api@npm%3A1.5.0#./.yarn/patches/@backstage-backend-plugin-api-npm-1.5.0-7a004cae77.patch",
"@backstage/cli-common@^0.1.15": "patch:@backstage/cli-common@npm%3A0.1.16#./.yarn/patches/@backstage-cli-common-npm-0.1.16-576dbc8aa9.patch",
"@backstage/plugin-scaffolder-backend@3.0.2": "patch:@backstage/plugin-scaffolder-backend@npm%3A3.0.2#./.yarn/patches/@backstage-plugin-scaffolder-backend-npm-3.0.2-01a7364606.patch",
"@backstage/backend-defaults@0.13.1": "patch:@backstage/backend-defaults@npm%3A0.13.1#./.yarn/patches/@backstage-backend-defaults-npm-0.13.1-51efe19efd.patch",
"@backstage/backend-defaults@^0.13.1": "patch:@backstage/backend-defaults@npm%3A0.13.1#./.yarn/patches/@backstage-backend-defaults-npm-0.13.1-51efe19efd.patch",
"@backstage/backend-defaults@^0.13.2": "patch:@backstage/backend-defaults@npm%3A0.13.1#./.yarn/patches/@backstage-backend-defaults-npm-0.13.1-51efe19efd.patch",
"@backstage/plugin-scaffolder-node@^0.12.1": "patch:@backstage/plugin-scaffolder-node@npm%3A0.12.1#./.yarn/patches/@backstage-plugin-scaffolder-node-npm-0.12.1-7ce02a35bc.patch"
},
"jest": {
"testTimeout": 20000
},
"packageManager": "yarn@3.8.7"
}