forked from microsoft/fluentui-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.81 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.81 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
{
"private": true,
"name": "@fluentui-react-native/root",
"version": "0.0.0-dev",
"license": "MIT",
"author": "Jason Morse <jasonmo@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui-react-native.git"
},
"resolutions": {
"@appium/support/glob": "^10.5.0",
"@types/react": "^18.2.0",
"@warren-ms/react-native-icons/react-native-svg": "^15.4.0",
"axios": "^1.12.0",
"form-data": "^4.0.4",
"on-headers": "^1.1.0",
"react-native-macos": "patch:react-native-macos@npm%3A0.74.30#~/.yarn/patches/react-native-macos-npm-0.74.30-e4edf98920.patch",
"react-native-svg-transformer": "1.5.0",
"semver": "^7",
"tar-fs": "^3.1.1",
"ws": "^8.17.1",
"yaml": "^2.2.2",
"expect-webdriverio": "patch:expect-webdriverio@npm%3A5.6.1#~/.yarn/patches/expect-webdriverio-npm-5.6.1-69666d39e9.patch"
},
"scripts": {
"build": "lage build-dual",
"buildci": "lage buildci",
"bump-versions": "beachball bump",
"clean-all": "node ./scripts/src/preinstall/clean-all.js",
"docs": "yarn workspace fluent-rn-website start",
"bundle": "lage bundle",
"clean": "lage clean",
"change": "beachball change",
"check-for-changed-files": "cd scripts && yarn fluentui-scripts check-changes",
"checkchange": "beachball check --changehint \"Run 'yarn change' to generate a change file\"",
"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",
"prettier": "lage prettier",
"prettier-fix": "cross-env FURN_FIX_MODE=true lage prettier",
"publish:beachball": "beachball publish --bump-deps -m\"📦 applying package updates ***NO_CI***\" --verbose",
"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:",
"@rnx-kit/align-deps": "catalog:",
"@rnx-kit/lint-lockfile": "catalog:",
"babel-jest": "^29.7.0",
"beachball": "^2.20.0",
"cross-env": "catalog:",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"lage": "^2.0.0",
"markdown-link-check": "^3.8.7",
"prettier": "^2.4.1",
"typescript": "^5.8.0"
},
"workspaces": [
"apps/*",
"packages/**",
"scripts"
],
"engines": {
"node": ">=22.12"
},
"rnx-kit": {
"kitType": "library"
},
"packageManager": "yarn@4.11.0"
}