-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathpackage.json
More file actions
186 lines (186 loc) · 6.17 KB
/
package.json
File metadata and controls
186 lines (186 loc) · 6.17 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"name": "@fluentui-react-native/tester",
"version": "0.170.51",
"description": "A test app to test FluentUI React Native Components during development",
"homepage": "https://github.com/microsoft/fluentui-react-native",
"license": "MIT",
"author": "Microsoft <fluentuinativeowners@microsoft.com>",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui-react-native.git",
"directory": "apps/fluent-tester"
},
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib-commonjs/index.js",
"default": "./src/index.ts"
}
},
"scripts": {
"android": "rnx-cli run --platform android",
"build": "fluentui-scripts build",
"build-cjs": "tsgo --outDir lib-commonjs",
"build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
"bundle": "rnx-cli bundle --dev false",
"bundle:android": "rnx-cli bundle --dev false --platform android",
"bundle:ios": "rnx-cli bundle --dev false --platform ios",
"bundle:macos": "rnx-cli bundle --dev false --platform macos",
"bundle:windows": "rnx-cli bundle --dev false --platform windows",
"clean": "fluentui-scripts clean",
"depcheck": "fluentui-scripts depcheck",
"ios": "rnx-cli run --platform ios",
"lint": "fluentui-scripts lint",
"lint-package": "fluentui-scripts lint-package",
"macos": "rnx-cli run --platform macos",
"format": "fluentui-scripts format",
"start": "rnx-cli start",
"windows": "react-native run-windows --arch x64 --sln windows/FluentTester.sln"
},
"dependencies": {
"@types/node": "catalog:",
"@types/react": "~18.2.0",
"react": "18.2.0",
"react-native": "^0.74.0",
"react-native-macos": "^0.74.0",
"react-native-svg": ">=15.4.0 <15.13.0",
"react-native-windows": "^0.74.0"
},
"devDependencies": {
"@babel/core": "catalog:",
"@babel/runtime": "catalog:",
"@fluentui-react-native/babel-config": "workspace:*",
"@fluentui-react-native/callout": "workspace:*",
"@fluentui-react-native/experimental-appearance-additions": "workspace:*",
"@fluentui-react-native/experimental-avatar": "workspace:*",
"@fluentui-react-native/experimental-checkbox": "workspace:*",
"@fluentui-react-native/experimental-expander": "workspace:*",
"@fluentui-react-native/experimental-native-date-picker": "workspace:*",
"@fluentui-react-native/experimental-native-font-metrics": "workspace:*",
"@fluentui-react-native/experimental-shimmer": "workspace:*",
"@fluentui-react-native/focus-zone": "workspace:*",
"@fluentui-react-native/kit-config": "workspace:*",
"@fluentui-react-native/lint-config-rules": "workspace:*",
"@fluentui-react-native/menu-button": "workspace:*",
"@fluentui-react-native/radio-group": "workspace:*",
"@fluentui-react-native/scripts": "workspace:*",
"@fluentui-react-native/tester-core": "workspace:*",
"@fluentui-react-native/tooltip": "workspace:*",
"@fluentui-react-native/vibrancy-view": "workspace:*",
"@react-native-community/cli": "^13.6.4",
"@react-native-community/cli-platform-android": "^13.6.4",
"@react-native-community/cli-platform-ios": "^13.6.4",
"@react-native-windows/cli": "^0.74.0",
"@react-native/babel-preset": "^0.74.0",
"@react-native/metro-babel-transformer": "^0.74.0",
"@react-native/metro-config": "^0.74.0",
"@rnx-kit/cli": "catalog:",
"@rnx-kit/metro-config": "catalog:",
"@rnx-kit/metro-resolver-symlinks": "catalog:",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@svgr/plugin-svgo": "^8.1.0",
"@types/jasmine": "catalog:",
"@types/react-test-renderer": "^18.2.0",
"@wdio/cli": "catalog:",
"@wdio/globals": "catalog:",
"@wdio/jasmine-framework": "catalog:",
"@wdio/logger": "catalog:",
"@wdio/runner": "catalog:",
"expect-webdriverio": "catalog:",
"flow-bin": "^0.113.0",
"metro-config": "^0.80.3",
"oxc-resolver": "catalog:",
"path-dirname": "^1.0.2",
"react-native-svg-transformer": "^1.0.0",
"react-native-test-app": "^3.9.2",
"react-test-renderer": "18.2.0",
"webdriverio": "catalog:"
},
"jest": {
"preset": "react-native"
},
"furn": {
"depcheck": {
"ignoreMatches": [
"@fluentui-react-native/experimental-expander"
]
}
},
"rnx-kit": {
"kitType": "app",
"bundle": [
{
"id": "main",
"entryFile": "index.js",
"assetsDest": "dist",
"targets": [
"android",
"ios",
"macos",
"windows"
],
"plugins": [
[
"@rnx-kit/metro-plugin-cyclic-dependencies-detector",
{
"throwOnError": true
}
],
[
"@rnx-kit/metro-plugin-duplicates-checker",
{
"throwOnError": false
}
]
],
"platforms": {
"android": {
"bundleOutput": "dist/index.android.bundle",
"sourcemapOutput": "dist/index.android.bundle.map",
"assetsDest": "dist/res"
},
"ios": {
"bundleOutput": "dist/index.ios.jsbundle",
"sourcemapOutput": "dist/index.ios.jsbundle.map"
},
"macos": {
"bundleOutput": "dist/index.macos.jsbundle",
"sourcemapOutput": "dist/index.macos.jsbundle.map"
},
"windows": {
"bundleOutput": "dist/index.windows.bundle",
"sourcemapOutput": "dist/index.windows.bundle.map"
}
}
}
],
"alignDeps": {
"requirements": {
"production": [
"react-native@0.74"
]
},
"capabilities": [
"babel-preset-react-native",
"community/cli",
"core-android",
"core-ios",
"core-macos",
"core-windows",
"core/metro-config",
"metro-react-native-babel-transformer",
"react",
"react-test-renderer",
"svg",
"test-app",
"tools-core"
]
},
"extends": "@fluentui-react-native/kit-config"
}
}