fluentui-react-native/scripts/package.json

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

{
2019-09-19 02:18:29 +03:00
"name": "@uifabricshared/build-native",
"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",
"code-style": "node ./lib/just-scripts.js code-style",
"depcheck": "just-scripts depcheck",
"prettier": "node ./lib/just-scripts.js prettier",
"verify-api": "echo no api to verify",
"update-api": "echo no api to update"
},
"peerDependencies": {
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
"@babel/core": "^7.8.0",
"just-scripts": ">=0.36.1"
},
"devDependencies": {
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
"@babel/core": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/preset-typescript": "^7.8.0",
2019-09-27 21:30:49 +03:00
"@microsoft/api-extractor": "^7.3.7",
"@react-native-community/cli": "^4.9.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
"@types/enzyme": "^3.10.5",
"@types/es6-collections": "^0.5.29",
"@types/es6-promise": "0.0.32",
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/jest": "^25.1.4",
"@types/node": "^12.11.2",
"@types/react-native": "^0.62.0",
"@types/react-test-renderer": "16.9.0",
"@types/webpack-env": "1.13.6",
2020-03-21 01:28:10 +03:00
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"@uifabric/prettier-rules": "^7.0.3",
"babel-jest": "^24.9.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
"babel-plugin-module-resolver": "^4.0.0",
"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-adapter-react-16": "^1.15.2",
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-to-json": "^3.4.4",
"eslint": "^6.3.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"fs-extra": "^7.0.1",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"jest-environment-jsdom": "^24.9.0",
"just-repo-utils": "^0.2.0",
"just-scripts": "^0.38.0",
"just-task": "^0.14.3",
"metro": "^0.58.0",
"metro-config": "^0.58.0",
"metro-react-native-babel-transformer": "^0.58.0",
"prettier": "~1.17.0",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "~16.11.0",
"rimraf": "^3.0.2",
2020-03-21 01:28:10 +03:00
"typescript": "3.8.3",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14",
"webpack-notifier": "^1.6.0",
"workspace-tools": "^0.9.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"
]
2019-09-19 03:15:58 +03:00
}
2020-03-21 01:28:10 +03:00
}