fluentui-react-native/scripts/package.json

85 строки
2.2 KiB
JSON
Исходник Обычный вид История

{
"name": "@fluentui-react-native/scripts",
"version": "0.1.1",
"private": true,
"main": "./lib/index.js",
"bin": {
Bundling, jest improvements, adding windows tester (#145) * add initial windows template * minor updates to configuration * rename tester package * update fluent-tester deps * pull experiments/tester out of the compilation * move tester sources to fluent-tester * more file changes * switch the bin name from just-script to fluent-scripts to disambiguate names * get bundling working in fluent-tester for win32 * unhoist RN to unblock win32 * move last few files from experiments/tester * Change files * add .DS_Store to root gitignore * more config and babel updates * fix build/bundling errors after syncing master * fixed metro bundling and start to build rn tools package * restore checkbox test * move checkbox test to match pattern from other components * clean up unused files in scripts * fix build errors from merge and script transfer * fix final bundling issues * Change files * more updates to fix configurations * remove demo and experimental web controls * add pressability from RN 0.63 and rework interactive hooks * remove win32 references from the tester * move metro task to build tools * rename file * fix windows and win32 bundles * improve overall bundling task workflow * fix some win32 build errors * add some configuration versatility * add server option to metro task * add postinstall script to update caches * attempts to make XAML version reference the right bundle * enable jest tests for Text and Separator * Change files * update yarn.lock * write windows bundle to dist
2020-04-03 23:21:30 +03:00
"fluentui-scripts": "./just-scripts.js"
},
"scripts": {
"build-tools": "just-scripts build",
"bundlesize": "bundlesize --debug",
"depcheck": "just-scripts depcheck",
"prettier": "node ./just-scripts.js prettier",
"prettier-fix": "node ./just-scripts.js prettier --fix true"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui-react-native.git",
"directory": "scripts"
},
"peerDependencies": {
"just-scripts": "^1.8.0"
},
"devDependencies": {
"@react-native-community/cli": "^7.0.3",
"@rnx-kit/jest-preset": "^0.1.12",
Bundling, jest improvements, adding windows tester (#145) * add initial windows template * minor updates to configuration * rename tester package * update fluent-tester deps * pull experiments/tester out of the compilation * move tester sources to fluent-tester * more file changes * switch the bin name from just-script to fluent-scripts to disambiguate names * get bundling working in fluent-tester for win32 * unhoist RN to unblock win32 * move last few files from experiments/tester * Change files * add .DS_Store to root gitignore * more config and babel updates * fix build/bundling errors after syncing master * fixed metro bundling and start to build rn tools package * restore checkbox test * move checkbox test to match pattern from other components * clean up unused files in scripts * fix build errors from merge and script transfer * fix final bundling issues * Change files * more updates to fix configurations * remove demo and experimental web controls * add pressability from RN 0.63 and rework interactive hooks * remove win32 references from the tester * move metro task to build tools * rename file * fix windows and win32 bundles * improve overall bundling task workflow * fix some win32 build errors * add some configuration versatility * add server option to metro task * add postinstall script to update caches * attempts to make XAML version reference the right bundle * enable jest tests for Text and Separator * Change files * update yarn.lock * write windows bundle to dist
2020-04-03 23:21:30 +03:00
"@types/enzyme": "^3.10.5",
"@types/es6-collections": "^0.5.29",
"@types/es6-promise": "0.0.32",
"@types/jest": "^26.0.0",
"@types/node": "^12.11.2",
"@types/react-native": "^0.68.0",
"@types/react-test-renderer": "16.9.0",
"@uifabric/prettier-rules": "^7.0.3",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.5",
"depcheck": "^1.0.0",
Bundling, jest improvements, adding windows tester (#145) * add initial windows template * minor updates to configuration * rename tester package * update fluent-tester deps * pull experiments/tester out of the compilation * move tester sources to fluent-tester * more file changes * switch the bin name from just-script to fluent-scripts to disambiguate names * get bundling working in fluent-tester for win32 * unhoist RN to unblock win32 * move last few files from experiments/tester * Change files * add .DS_Store to root gitignore * more config and babel updates * fix build/bundling errors after syncing master * fixed metro bundling and start to build rn tools package * restore checkbox test * move checkbox test to match pattern from other components * clean up unused files in scripts * fix build errors from merge and script transfer * fix final bundling issues * Change files * more updates to fix configurations * remove demo and experimental web controls * add pressability from RN 0.63 and rework interactive hooks * remove win32 references from the tester * move metro task to build tools * rename file * fix windows and win32 bundles * improve overall bundling task workflow * fix some win32 build errors * add some configuration versatility * add server option to metro task * add postinstall script to update caches * attempts to make XAML version reference the right bundle * enable jest tests for Text and Separator * Change files * update yarn.lock * write windows bundle to dist
2020-04-03 23:21:30 +03:00
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.5.0",
"find-up": "^5.0.0",
"fs-extra": "^7.0.1",
"jest": "^27.0.0",
"jest-diff": "^27.0.0",
"jsdom": "^16.4.0",
"just-scripts": "^1.8.0",
"just-task": "^1.4.2",
"metro-config": "^0.67.0",
"metro-react-native-babel-transformer": "^0.67.0",
"prettier": "^2.4.1",
"react-native-svg-transformer": "^1.0.0",
React Native 0.66 Update (#1809) * Update rnx-kit configurations * `yarn rnx-dep-check --write` * Remove workspace resolutions * Update React / React Native / React Native macOS/Windows/Win32 dependencies * Fix yarn build fallout * Fix test fallout * Update podfile locks * Remove unnecessary dependency * Change files * Remove alpha cli resolution * rnx-dep-check --write * update lock * update rex * update lock * update ios podfile * update macos podfile * upgrade RN types to version 0.66 * updated some components to 0.66 and renamed TurboModuleRegistry in getThemingModule * resolved type errors * bumped react dom * bumped rn svg * updated rn svg to latest version * updated win32 rn to 0.66 for checkbox and interactive hooks * updated component rn versions * updated some packages and apps to 0.66 * updated all package types except for themes * updated scripts rn types to 0.66 * updated fluent tester to rn 0.66 * updated RN types to 0.66 for win32 app * updated theming to rn types 0.66 * updated yarn * updated all >=17.0.1 react versions to >=17.0.2 * resolved podfile conflict * updated podfiles * Change files * moved testID in Header to the first text element in the fluent tester * removed 0-0 in rn versions * updated yarn.lock * removed resolutions, was causing windows tester to not load * updated @react-native-community/cli * added onPressIn and onPressOut for win32/windows/android and removed getTheming comments * added onPressIn/Out to base adapters * added onPressIn/Out for macos adapters * removed notification test, just so the rn 0.66 pr can go through, and updated react for notification * removed comment in fluenttester * added jpeg-js and moment back to package.json resolutions * updated react test renderer * reverted some accidental changes to react-native-test-app version and svg versions * fixed error on package.json for macos Co-authored-by: Saad Najmi <sanajmi@microsoft.com> Co-authored-by: Saad Najmi <saadnajmi2@gmail.com>
2022-07-14 20:51:41 +03:00
"react-test-renderer": "17.0.2",
"rimraf": "^3.0.2",
"typescript": "4.9.4",
2022-08-27 00:02:07 +03:00
"workspace-tools": "^0.26.3"
},
"bundlesize": [
{
"path": "../apps/test-bundles/dist/office-ui-fabric-react-Button.min.js",
"maxSize": "50.1 kB"
}
2019-09-19 03:15:58 +03:00
],
"beachball": {
2019-09-23 21:20:34 +03:00
"shouldPublish": false,
"disallowedChangeTypes": [
"major"
]
},
"rnx-kit": {
"kitType": "library",
"alignDeps": {
"presets": [
"microsoft/react-native",
"./align-deps-preset.js"
],
"requirements": [
"react-native@0.68"
],
"capabilities": [
"jest",
"metro-config",
"metro-react-native-babel-transformer"
]
}
2019-09-19 03:15:58 +03:00
}
2020-03-21 01:28:10 +03:00
}