2021-05-11 16:10:34 -07:00
|
|
|
{
|
2023-06-05 13:35:39 -04:00
|
|
|
"private": true,
|
|
|
|
|
"workspaces": {
|
2024-01-30 14:54:04 -05:00
|
|
|
"packages": [
|
2024-09-27 15:15:15 -04:00
|
|
|
"packages/*"
|
2024-01-30 14:54:04 -05:00
|
|
|
]
|
2021-05-11 16:10:34 -07:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2024-07-26 19:56:39 +03:00
|
|
|
"url": "git+https://github.com/facebook/react.git"
|
2021-05-11 16:10:34 -07:00
|
|
|
},
|
2023-06-05 13:35:39 -04:00
|
|
|
"scripts": {
|
2023-11-02 12:43:33 -04:00
|
|
|
"copyright": "node scripts/copyright.js",
|
2023-06-15 12:52:55 -04:00
|
|
|
"hash": "scripts/hash.sh",
|
2023-06-05 13:35:39 -04:00
|
|
|
"start": "yarn workspace playground run start",
|
|
|
|
|
"next": "yarn workspace playground run dev",
|
|
|
|
|
"build": "yarn workspaces run build",
|
2025-01-02 16:59:56 -05:00
|
|
|
"dev": "cd apps/playground && yarn dev",
|
2023-06-06 10:56:20 -04:00
|
|
|
"test": "yarn workspaces run test",
|
2024-05-02 14:12:33 -07:00
|
|
|
"snap": "yarn workspace babel-plugin-react-compiler run snap",
|
2024-05-06 19:48:39 -04:00
|
|
|
"snap:build": "yarn workspace snap run build",
|
2025-08-22 09:59:28 -07:00
|
|
|
"npm:publish": "node scripts/release/publish",
|
|
|
|
|
"eslint-docs": "yarn workspace babel-plugin-react-compiler build && node scripts/build-eslint-docs.js"
|
2024-08-06 14:41:26 -04:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-11-19 10:52:38 -05:00
|
|
|
"fs-extra": "^4.0.2",
|
|
|
|
|
"react-is": "0.0.0-experimental-4beb1fd8-20241118"
|
2021-05-11 16:10:34 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-03-12 17:02:10 -04:00
|
|
|
"@babel/types": "^7.26.0",
|
2024-04-02 12:13:39 -04:00
|
|
|
"@tsconfig/strictest": "^2.0.5",
|
2024-04-02 10:32:23 -04:00
|
|
|
"concurrently": "^7.4.0",
|
2025-02-12 11:59:56 -05:00
|
|
|
"esbuild": "^0.25.0",
|
2024-05-14 11:01:17 -04:00
|
|
|
"folder-hash": "^4.0.4",
|
2025-01-06 11:01:38 -05:00
|
|
|
"npm-dts": "^1.3.13",
|
2024-09-27 15:15:15 -04:00
|
|
|
"object-assign": "^4.1.1",
|
2024-05-14 11:01:17 -04:00
|
|
|
"ora": "5.4.1",
|
2024-07-22 19:16:13 -04:00
|
|
|
"prettier": "^3.3.3",
|
2025-01-02 16:59:45 -05:00
|
|
|
"prettier-plugin-hermes-parser": "^0.26.0",
|
2024-05-17 14:55:43 -07:00
|
|
|
"prompt-promise": "^1.0.3",
|
2025-04-14 15:15:14 -04:00
|
|
|
"rimraf": "^6.0.1",
|
2025-03-12 17:02:10 -04:00
|
|
|
"to-fast-properties": "^2.0.0",
|
2025-03-07 16:41:55 -05:00
|
|
|
"tsup": "^8.4.0",
|
2024-05-14 11:01:17 -04:00
|
|
|
"typescript": "^5.4.3",
|
2024-05-21 01:41:16 -04:00
|
|
|
"wait-on": "^7.2.0",
|
2024-05-14 11:01:17 -04:00
|
|
|
"yargs": "^17.7.2"
|
2024-05-06 19:48:39 -04:00
|
|
|
},
|
2025-01-06 11:01:38 -05:00
|
|
|
"resolutions": {
|
2025-03-12 17:02:10 -04:00
|
|
|
"@babel/types": "7.26.3"
|
2025-01-06 11:01:38 -05:00
|
|
|
},
|
2024-05-18 07:21:41 -07:00
|
|
|
"packageManager": "yarn@1.22.22"
|
2021-05-11 16:10:34 -07:00
|
|
|
}
|