forked from microsoft/fluentui-react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.69 KB
/
package.json
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
{
"name": "@fluentui-react-native/repo",
"version": "1.22.19",
"private": true,
"description": "",
"keywords": [],
"license": "MIT",
"author": "Jason Morse <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/ui-fabric-react-native.git"
},
"scripts": {
"build": "lage build",
"build-tools": "lage build-tools",
"buildci": "lage buildci",
"bump-versions": "beachball bump",
"clean-all": "node ./scripts/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 checkForModifiedFiles",
"checkchange": "beachball check --changehint \"Run 'yarn change' to generate a change file\"",
"align-deps": "rnx-align-deps --requirements [email protected]",
"depcheck": "yarn align-deps && lage depcheck",
"lint": "lage lint",
"preinstall": "node ./scripts/use-yarn-please.js",
"prettier": "lage prettier",
"prettier-fix": "lage prettier-fix",
"publish:beachball": "beachball publish --bump-deps -m\"📦 applying package updates ***NO_CI***\" --verbose",
"test": "lage test",
"test-links": "markdown-link-check"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0",
"@rnx-kit/align-deps": "^2.2.2",
"babel-jest": "^24.9.0",
"beachball": "^2.20.0",
"eslint-plugin-import": "^2.27.5",
"lage": "^2.0.0",
"markdown-link-check": "^3.8.7",
"metro-react-native-babel-preset": "^0.73.7",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.71.0"
},
"peerDependencies": {
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.71.0"
},
"workspaces": [
"apps/*",
"packages/**",
"scripts"
],
"resolutions": {
"@appium/support": "3.1.5",
"es5-ext": "0.10.53",
"jpeg-js": "^0.4.4",
"moment": "^2.29.4",
"shell-quote": "^1.7.3",
"@types/react": "^18.2.0",
"@appium/types": "0.9.1",
"micromatch": "^4.0.0",
"react-native-svg": "^13.7.0",
"semver": "^7.5.2",
"xml2js": "^0.5.0",
"yaml": "^2.2.2"
},
"rnx-kit": {
"kitType": "library",
"alignDeps": {
"presets": [
"microsoft/react-native"
],
"requirements": [
],
"capabilities": [
"babel-preset-react-native",
"core",
"react-dom"
]
}
},
"packageManager": "[email protected]"
}