-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.54 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.54 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@fluentui-react-native/root",
"version": "0.0.0-dev",
"private": true,
"license": "MIT",
"author": "Jason Morse <jasonmo@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui-react-native.git"
},
"workspaces": [
".",
"apps/*",
"packages/**",
"scripts"
],
"scripts": {
"build": "lage root-build",
"build:clean": "yarn root-build --clean && yarn build",
"bundle-size": "yarn workspace @fluentui-react-native/bundle-size measure",
"bundle-size:update": "yarn workspace @fluentui-react-native/bundle-size update-baseline",
"docs": "yarn workspace fluent-rn-website start",
"bundle:repo": "lage bundle",
"clean": "tsc -b --clean && lage clean",
"clean-all": "node ./scripts/src/preinstall/clean-all.ts",
"change": "node .github/scripts/change.mts",
"changeset:version": "node .github/scripts/changeset-version-with-postbump.mts",
"change:check": "node .github/scripts/change.mts --check",
"check-publishing": "node ./scripts/src/cli.ts check-publishing",
"lint-fix": "cross-env FURN_FIX_MODE=true lage lint",
"root-build": "tsc -b",
"root-prebuild": "lage prebuild",
"preinstall": "node ./scripts/src/preinstall/use-yarn-please.ts",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint-lockfile": "lint-lockfile",
"lint-repo": "node ./scripts/src/tasks/lintRepo.ts",
"test-links": "markdown-link-check"
},
"devDependencies": {
"@babel/core": "catalog:",
"@babel/plugin-proposal-private-property-in-object": "catalog:",
"@babel/preset-env": "catalog:",
"@babel/preset-react": "catalog:",
"@babel/preset-typescript": "catalog:",
"@babel/runtime": "catalog:",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.30.0",
"@microsoft/esrp-npm-release": "^0.1.2",
"@rnx-kit/align-deps": "catalog:",
"@rnx-kit/lint-lockfile": "catalog:",
"@yarnpkg/types": "^4.0.1",
"babel-jest": "^29.7.0",
"cross-env": "catalog:",
"knip": "catalog:",
"lage": "catalog:",
"markdown-link-check": "^3.8.7",
"oxfmt": "^0.61.0",
"oxlint": "1.76.0",
"oxlint-tsgolint": "^7.0.0",
"typescript": "7.0.2",
"zx": "^8.2.4"
},
"resolutions": {
"@fluentui/react-native-icons/@types/react-native": "ignore:",
"@nevware21/ts-utils": "0.14.0",
"@react-native-windows/cli": "patch:@react-native-windows/cli@npm%3A0.81.8#~/.yarn/patches/@react-native-windows-cli-npm-0.81.8-9ffb7042e8.patch",
"@rnx-kit/tools-apple@npm:^0.2.2": "0.2.3",
"@types/react": "19.1.17",
"axios@npm:1.13.3": "^1.18.1",
"basic-ftp@npm:^5.0.2": "5.3.1",
"body-parser@npm:^1.20.3": "1.20.6",
"deepmerge-ts@npm:^7.0.3": "8.0.1",
"esbuild@npm:~0.25.0": "^0.28.0",
"expect-webdriverio": "patch:expect-webdriverio@npm%3A5.6.1#~/.yarn/patches/expect-webdriverio-npm-5.6.1-69666d39e9.patch",
"extract-zip": "ignore:",
"fast-xml-parser@npm:^4.4.1": "5.11.0",
"form-data@npm:4.0.5": "^4.0.6",
"launch-editor@npm:^2.9.1": "2.14.1",
"lodash": "^4.18.1",
"path-to-regexp@npm:8.3.0": "^8.4.2",
"shell-quote": "^1.9.0",
"socks@npm:^2.8.3": "2.8.9",
"unicorn-magic@npm:^0.3.0": "^0.4.0",
"uuid@npm:13.0.0": "13.0.1",
"uuid@npm:^8.0.0": "11.1.1",
"valibot@npm:1.2.0": "1.4.2",
"ws@npm:8.19.0": "^8.21.0",
"yaml@npm:^1.10.0": "1.10.3"
},
"engines": {
"node": ">=22.12"
},
"packageManager": "yarn@4.18.0",
"rnx-kit": {
"extends": "./scripts/configs/rnx-kit/rnx-kit.config.cts",
"kitType": "library"
}
}