-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.26 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.26 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
{
"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 build-all",
"buildci": "lage buildci",
"clean-all": "node ./scripts/src/preinstall/clean-all.js",
"docs": "yarn workspace fluent-rn-website start",
"bundle": "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.mjs check-publishing",
"lint": "lage lint",
"lint-fix": "cross-env FURN_FIX_MODE=true lage lint",
"lint-package": "lage lint-package",
"lint-package-fix": "cross-env FURN_FIX_MODE=true lage lint-package",
"pr-check": "lage pr-check",
"preinstall": "node ./scripts/src/preinstall/use-yarn-please.js",
"format": "oxfmt",
"format:check": "oxfmt --check",
"test": "lage test",
"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.28.0",
"@rnx-kit/align-deps": "catalog:",
"@rnx-kit/lint-lockfile": "catalog:",
"babel-jest": "^29.7.0",
"cross-env": "catalog:",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"lage": "catalog:",
"markdown-link-check": "^3.8.7",
"oxfmt": "^0.35.0",
"typescript": "^5.8.0",
"zx": "^8.2.4"
},
"resolutions": {
"axios": "^1.13.5",
"expect-webdriverio": "patch:expect-webdriverio@npm%3A5.6.1#~/.yarn/patches/expect-webdriverio-npm-5.6.1-69666d39e9.patch",
"unicorn-magic": "^0.4.0"
},
"engines": {
"node": ">=22.12"
},
"packageManager": "yarn@4.12.0",
"rnx-kit": {
"kitType": "library"
}
}