2013-05-29 12:46:11 -07:00
|
|
|
{
|
2015-06-02 14:13:11 -07:00
|
|
|
"private": true,
|
2017-10-19 00:22:21 +01:00
|
|
|
"workspaces": [
|
|
|
|
|
"packages/*"
|
|
|
|
|
],
|
2013-05-29 12:46:11 -07:00
|
|
|
"devDependencies": {
|
2022-12-20 14:27:01 -05:00
|
|
|
"@actuallyworks/node-fetch": "^2.6.0",
|
2020-08-20 23:47:16 +08:00
|
|
|
"@babel/cli": "^7.10.5",
|
|
|
|
|
"@babel/code-frame": "^7.10.4",
|
|
|
|
|
"@babel/core": "^7.11.1",
|
|
|
|
|
"@babel/helper-module-imports": "^7.10.4",
|
|
|
|
|
"@babel/parser": "^7.11.3",
|
|
|
|
|
"@babel/plugin-external-helpers": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
2020-11-12 11:11:05 -05:00
|
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
2020-08-20 23:47:16 +08:00
|
|
|
"@babel/plugin-syntax-jsx": "^7.10.4",
|
2021-11-10 04:22:19 +08:00
|
|
|
"@babel/plugin-syntax-typescript": "^7.14.5",
|
2020-08-20 23:47:16 +08:00
|
|
|
"@babel/plugin-transform-arrow-functions": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-block-scoped-functions": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-block-scoping": "^7.11.1",
|
|
|
|
|
"@babel/plugin-transform-classes": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-computed-properties": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-destructuring": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-for-of": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-object-super": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.10.5",
|
|
|
|
|
"@babel/plugin-transform-react-jsx-source": "^7.10.5",
|
|
|
|
|
"@babel/plugin-transform-shorthand-properties": "^7.10.4",
|
|
|
|
|
"@babel/plugin-transform-spread": "^7.11.0",
|
|
|
|
|
"@babel/plugin-transform-template-literals": "^7.10.5",
|
|
|
|
|
"@babel/preset-flow": "^7.10.4",
|
|
|
|
|
"@babel/preset-react": "^7.10.4",
|
|
|
|
|
"@babel/traverse": "^7.11.0",
|
2023-02-20 17:35:56 +11:00
|
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
|
|
|
"@rollup/plugin-commonjs": "^22.0.1",
|
|
|
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
|
|
|
"@rollup/plugin-replace": "^4.0.0",
|
2023-02-10 00:07:49 +08:00
|
|
|
"abortcontroller-polyfill": "^1.7.5",
|
2020-01-24 10:28:50 -08:00
|
|
|
"art": "0.10.1",
|
2016-02-26 16:49:32 -08:00
|
|
|
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
|
2020-01-24 10:28:50 -08:00
|
|
|
"chalk": "^3.0.0",
|
2017-04-05 16:47:29 +01:00
|
|
|
"cli-table": "^0.3.1",
|
2020-01-24 10:28:50 -08:00
|
|
|
"coffee-script": "^1.12.7",
|
2020-02-19 17:14:53 +00:00
|
|
|
"confusing-browser-globals": "^1.0.9",
|
2020-01-24 10:28:50 -08:00
|
|
|
"core-js": "^3.6.4",
|
|
|
|
|
"coveralls": "^3.0.9",
|
2018-01-31 09:41:09 -08:00
|
|
|
"create-react-class": "^15.6.3",
|
2023-01-27 14:05:08 -05:00
|
|
|
"danger": "^11.2.3",
|
2020-01-24 10:28:50 -08:00
|
|
|
"error-stack-parser": "^2.0.6",
|
2020-08-29 22:03:23 +02:00
|
|
|
"eslint": "^7.7.0",
|
2020-01-14 09:26:44 -08:00
|
|
|
"eslint-config-prettier": "^6.9.0",
|
2019-08-15 09:53:22 -07:00
|
|
|
"eslint-plugin-babel": "^5.3.0",
|
2021-09-06 21:17:51 +02:00
|
|
|
"eslint-plugin-eslint-plugin": "^3.5.3",
|
2016-11-17 22:16:44 +00:00
|
|
|
"eslint-plugin-flowtype": "^2.25.0",
|
2022-12-20 14:27:01 -05:00
|
|
|
"eslint-plugin-ft-flow": "^2.0.3",
|
2019-08-14 12:51:01 +02:00
|
|
|
"eslint-plugin-jest": "^22.15.0",
|
2018-02-09 16:11:22 +00:00
|
|
|
"eslint-plugin-no-for-of-loops": "^1.0.0",
|
2020-09-01 18:25:10 +05:30
|
|
|
"eslint-plugin-no-function-declare-after-return": "^1.0.0",
|
2016-11-17 22:16:44 +00:00
|
|
|
"eslint-plugin-react": "^6.7.1",
|
2019-08-08 17:46:35 -07:00
|
|
|
"eslint-plugin-react-internal": "link:./scripts/eslint-rules",
|
2023-02-10 00:07:49 +08:00
|
|
|
"fbjs-scripts": "^3.0.1",
|
2020-01-24 10:28:50 -08:00
|
|
|
"filesize": "^6.0.1",
|
2023-02-09 17:07:39 -05:00
|
|
|
"flow-bin": "^0.199.1",
|
2023-02-02 16:19:05 -05:00
|
|
|
"flow-remove-types": "^2.198.2",
|
2020-01-24 10:28:50 -08:00
|
|
|
"glob": "^7.1.6",
|
2017-03-02 11:18:46 -08:00
|
|
|
"glob-stream": "^6.1.0",
|
2023-02-20 13:27:13 -05:00
|
|
|
"google-closure-compiler": "^20230206.0.0",
|
2020-01-24 10:28:50 -08:00
|
|
|
"gzip-size": "^5.1.1",
|
2022-12-20 14:27:01 -05:00
|
|
|
"hermes-eslint": "^0.9.0",
|
2023-01-05 15:41:49 -05:00
|
|
|
"hermes-parser": "^0.9.0",
|
2023-02-10 14:06:14 -05:00
|
|
|
"jest": "^29.4.2",
|
|
|
|
|
"jest-cli": "^29.4.2",
|
|
|
|
|
"jest-diff": "^29.4.2",
|
|
|
|
|
"jest-environment-jsdom": "^29.4.2",
|
|
|
|
|
"jest-snapshot-serializer-raw": "^1.2.0",
|
2017-12-11 23:52:46 +08:00
|
|
|
"minimatch": "^3.0.4",
|
2020-04-06 19:28:56 +01:00
|
|
|
"minimist": "^1.2.3",
|
2017-12-06 20:11:32 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2017-04-05 16:47:29 +01:00
|
|
|
"ncp": "^2.0.0",
|
2020-01-24 10:28:50 -08:00
|
|
|
"pacote": "^10.3.0",
|
2023-01-31 08:25:05 -05:00
|
|
|
"prettier": "2.8.3",
|
2023-02-10 00:07:49 +08:00
|
|
|
"pretty-format": "^29.4.1",
|
2018-06-19 17:52:37 +01:00
|
|
|
"prop-types": "^15.6.2",
|
2018-01-24 19:36:22 -08:00
|
|
|
"random-seed": "^0.3.0",
|
2020-01-24 10:28:50 -08:00
|
|
|
"react-lifecycles-compat": "^3.0.4",
|
|
|
|
|
"rimraf": "^3.0.0",
|
2023-02-20 17:35:56 +11:00
|
|
|
"rollup": "^2.76.0",
|
2023-01-31 08:25:05 -05:00
|
|
|
"rollup-plugin-prettier": "^3.0.0",
|
2023-02-20 17:35:56 +11:00
|
|
|
"rollup-plugin-strip-banner": "^2.0.0",
|
2020-01-24 10:28:50 -08:00
|
|
|
"semver": "^7.1.1",
|
2017-12-06 00:53:53 +11:00
|
|
|
"targz": "^1.0.1",
|
2020-01-24 10:28:50 -08:00
|
|
|
"through2": "^3.0.1",
|
|
|
|
|
"tmp": "^0.1.0",
|
|
|
|
|
"typescript": "^3.7.5",
|
2021-11-10 04:22:19 +08:00
|
|
|
"web-streams-polyfill": "^3.1.1",
|
2020-06-25 20:39:50 -04:00
|
|
|
"webpack": "^4.41.2",
|
|
|
|
|
"yargs": "^15.3.1"
|
2013-05-29 12:46:11 -07:00
|
|
|
},
|
2015-08-18 18:05:13 -07:00
|
|
|
"devEngines": {
|
2022-10-03 20:57:06 -04:00
|
|
|
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x"
|
2013-06-27 13:09:29 -07:00
|
|
|
},
|
2018-05-01 12:46:17 -07:00
|
|
|
"jest": {
|
|
|
|
|
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
|
|
|
|
|
},
|
2014-02-20 13:10:05 -08:00
|
|
|
"scripts": {
|
2023-02-17 16:00:18 -05:00
|
|
|
"build": "node ./scripts/rollup/build-all-release-channels.js",
|
|
|
|
|
"build-combined": "echo 'build-combined is deprecated. yarn build instead.'",
|
2022-06-20 15:06:40 -04:00
|
|
|
"build-for-devtools": "cross-env RELEASE_CHANNEL=experimental yarn build react/index,react/jsx,react-dom/index,react-dom/unstable_testing,react-dom/test-utils,react-is,react-debug-tools,scheduler,react-test-renderer,react-refresh,react-art --type=NODE && cp -r ./build/node_modules build/oss-experimental/",
|
2020-12-07 10:10:43 -05:00
|
|
|
"build-for-devtools-dev": "yarn build-for-devtools --type=NODE_DEV",
|
|
|
|
|
"build-for-devtools-prod": "yarn build-for-devtools --type=NODE_PROD",
|
2017-11-04 11:09:28 -07:00
|
|
|
"linc": "node ./scripts/tasks/linc.js",
|
2017-04-05 16:47:29 +01:00
|
|
|
"lint": "node ./scripts/tasks/eslint.js",
|
2017-11-26 11:47:20 -05:00
|
|
|
"lint-build": "node ./scripts/rollup/validate/index.js",
|
2021-10-31 18:37:32 -04:00
|
|
|
"extract-errors": "node scripts/error-codes/extract-errors.js",
|
2019-10-03 19:14:18 +02:00
|
|
|
"postinstall": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json && node ./scripts/flow/createFlowConfigs.js && node ./scripts/yarn/downloadReactIsForPrettyFormat.js",
|
2020-10-14 08:54:34 -04:00
|
|
|
"debug-test": "yarn test --deprecated 'yarn test --debug'",
|
2020-06-25 20:39:50 -04:00
|
|
|
"test": "node ./scripts/jest/jest-cli.js",
|
2020-10-14 08:54:34 -04:00
|
|
|
"test-stable": "node ./scripts/jest/jest-cli.js --release-channel=stable",
|
|
|
|
|
"test-www": "node ./scripts/jest/jest-cli.js --release-channel=www-modern",
|
|
|
|
|
"test-classic": "node ./scripts/jest/jest-cli.js --release-channel=www-classic",
|
|
|
|
|
"test-www-variant": "yarn test --deprecated 'yarn test-www --variant'",
|
|
|
|
|
"test-prod-www": "yarn test --deprecated 'yarn test-www --prod'",
|
|
|
|
|
"test-prod-www-variant": "yarn test --deprecated 'yarn test-www --prod --variant'",
|
|
|
|
|
"test-persistent": "yarn test --deprecated 'yarn test --persistent'",
|
|
|
|
|
"debug-test-persistent": "yarn test --deprecated 'yarn test --debug --persistent'",
|
|
|
|
|
"test-prod": "yarn test --deprecated 'yarn test --prod'",
|
|
|
|
|
"debug-test-prod": "yarn test --deprecated 'yarn test --debug --prod'",
|
|
|
|
|
"test-prod-build": "yarn test --deprecated 'yarn test --prod --build'",
|
|
|
|
|
"test-build": "yarn test --deprecated 'yarn test --build'",
|
|
|
|
|
"test-build-prod": "yarn test --deprecated 'yarn test --build --prod'",
|
2022-03-23 14:51:59 +01:00
|
|
|
"test-build-devtools": "node ./scripts/jest/jest-cli.js --build --project devtools --release-channel=experimental",
|
2020-10-14 08:54:34 -04:00
|
|
|
"debug-test-build-devtools": "yarn test --deprecated 'yarn test-build-devtools --debug'",
|
2019-05-29 22:56:04 +01:00
|
|
|
"test-dom-fixture": "cd fixtures/dom && yarn && yarn prestart && yarn test",
|
2017-04-05 16:47:29 +01:00
|
|
|
"flow": "node ./scripts/tasks/flow.js",
|
2018-05-17 14:29:37 +01:00
|
|
|
"flow-ci": "node ./scripts/tasks/flow-ci.js",
|
2017-05-11 14:47:29 -07:00
|
|
|
"prettier": "node ./scripts/prettier/index.js write-changed",
|
|
|
|
|
"prettier-all": "node ./scripts/prettier/index.js write",
|
2020-04-09 11:37:13 -07:00
|
|
|
"version-check": "node ./scripts/tasks/version-check.js",
|
2021-09-22 14:35:56 -04:00
|
|
|
"publish-prereleases": "node ./scripts/release/publish-using-ci-workflow.js",
|
|
|
|
|
"download-build": "node ./scripts/release/download-experimental-build.js",
|
|
|
|
|
"download-build-for-head": "node ./scripts/release/download-experimental-build.js --commit=$(git rev-parse HEAD)",
|
2023-02-17 16:00:18 -05:00
|
|
|
"download-build-in-codesandbox-ci": "cd scripts/release && yarn install && cd ../../ && yarn download-build-for-head || yarn build --type=node react/index react-dom/index react-dom/src/server react-dom/test-utils scheduler/index react/jsx-runtime react/jsx-dev-runtime",
|
2022-10-14 21:00:14 -04:00
|
|
|
"check-release-dependencies": "node ./scripts/release/check-release-dependencies",
|
|
|
|
|
"generate-inline-fizz-runtime": "node ./scripts/rollup/generate-inline-fizz-runtime.js"
|
2021-11-19 15:18:02 +00:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2021-11-23 13:29:47 -05:00
|
|
|
"react-is": "npm:react-is"
|
2013-11-13 18:02:23 -05:00
|
|
|
}
|
2013-05-29 12:46:11 -07:00
|
|
|
}
|