-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"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": "tsgo -b",
"clean-all": "node ./scripts/src/preinstall/clean-all.ts",
"docs": "yarn workspace fluent-rn-website start",
"bundle:repo": "lage bundle",
"clean": "lage clean",
"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",
"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",
"@rnx-kit/align-deps": "catalog:",
"@rnx-kit/lint-lockfile": "catalog:",
"@typescript/native-preview": "7.0.0-dev.20260610.1",
"@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.35.0",
"oxlint": "^1.57.0",
"oxlint-tsgolint": "^0.17.4",
"typescript": "^5.8.0",
"zx": "^8.2.4"
},
"resolutions": {
"@fluentui/react-native-icons/@types/react-native": "ignore:",
"@types/react": "19.1.17",
"axios": "^1.13.5",
"expect-webdriverio": "patch:expect-webdriverio@npm%3A5.6.1#~/.yarn/patches/expect-webdriverio-npm-5.6.1-69666d39e9.patch",
"react-native-macos": "patch:react-native-macos@npm%3A0.81.2#~/.yarn/patches/react-native-macos-npm-0.81.2-dabaa9c16d.patch",
"unicorn-magic": "^0.4.0"
},
"engines": {
"node": ">=22.12"
},
"packageManager": "yarn@4.13.0",
"rnx-kit": {
"extends": "./scripts/configs/rnx-kit/rnx-kit.config.cts",
"kitType": "library"
}
}