|
1 | 1 | { |
2 | 2 | "name": "@fluentui-react-native/tester-win32-81", |
3 | | - "version": "0.38.70", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
4 | 5 | "description": "Fluent UI React Native Win32 Tester App for RN 0.81", |
5 | 6 | "repository": { |
6 | 7 | "type": "git", |
7 | 8 | "url": "https://github.com/microsoft/fluentui-react-native.git", |
8 | 9 | "directory": "apps/win32" |
9 | 10 | }, |
10 | | - "main": "lib-commonjs/index.js", |
11 | | - "module": "lib/index.js", |
12 | | - "types": "lib/index.d.ts", |
13 | 11 | "exports": { |
14 | 12 | ".": { |
15 | 13 | "types": "./lib/index.d.ts", |
|
18 | 16 | "default": "./src/index.ts" |
19 | 17 | } |
20 | 18 | }, |
| 19 | + "main": "lib-commonjs/index.js", |
| 20 | + "module": "lib/index.js", |
| 21 | + "types": "lib/index.d.ts", |
21 | 22 | "scripts": { |
22 | 23 | "build": "fluentui-scripts build", |
23 | 24 | "build-cjs": "tsgo --outDir lib-commonjs", |
|
26 | 27 | "bundle-dev": "rnx-cli bundle", |
27 | 28 | "clean": "fluentui-scripts clean", |
28 | 29 | "depcheck": "fluentui-scripts depcheck", |
| 30 | + "format": "fluentui-scripts format", |
29 | 31 | "lint": "fluentui-scripts eslint", |
30 | 32 | "lint-package": "fluentui-scripts lint-package", |
31 | | - "format": "fluentui-scripts format", |
32 | 33 | "run-win32": "rex-win32 --bundle index.win32 --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8", |
33 | 34 | "run-win32-dev": "rex-win32 --bundle index --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useFastRefresh", |
34 | 35 | "run-win32-devmain": "rex-win32 --bundle index.win32 --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useDevMain ", |
35 | 36 | "run-win32-devmain-dev": "rex-win32 --bundle index --component FluentTester --basePath ./dist --useDirectDebugger --windowTitle \"FluentUI Tester\" --pluginProps --debugBundlePath index --jsEngine v8 --useFastRefresh --useDevMain", |
36 | 37 | "start": "rnx-cli start" |
37 | 38 | }, |
| 39 | + "jest": { |
| 40 | + "preset": "react-native" |
| 41 | + }, |
38 | 42 | "dependencies": { |
39 | 43 | "@fluentui-react-native/callout": "workspace:*", |
40 | 44 | "@fluentui-react-native/experimental-appearance-additions": "workspace:*", |
|
89 | 93 | "react-test-renderer": "19.1.0", |
90 | 94 | "rimraf": "catalog:" |
91 | 95 | }, |
92 | | - "jest": { |
93 | | - "preset": "react-native" |
94 | | - }, |
95 | 96 | "furn": { |
96 | 97 | "depcheck": { |
97 | 98 | "ignoreMatches": [ |
|
0 commit comments