mirror of
https://github.com/facebook/react.git
synced 2026-02-26 04:55:00 +00:00
33 lines
966 B
JSON
33 lines
966 B
JSON
{
|
|
"name": "runtime-compat-lib",
|
|
"version": "0.0.0",
|
|
"description": "Testing ground for libraries compiled with React Compiler",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.25.7",
|
|
"@babel/core": "^7.25.7",
|
|
"@babel/preset-env": "^7.25.7",
|
|
"@rollup/plugin-babel": "^6.0.4",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"babel-plugin-react-compiler": "19.0.0-beta-9ee70a1-20241017",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"react": "19.0.0-beta-26f2496093-20240514",
|
|
"react-dom": "19.0.0-beta-26f2496093-20240514",
|
|
"rimraf": "5",
|
|
"rollup": "^4.22.4",
|
|
"rollup-plugin-banner2": "^1.2.3",
|
|
"rollup-plugin-prettier": "^4.1.1"
|
|
},
|
|
"dependencies": {
|
|
"react-compiler-runtime": "19.0.0-beta-9ee70a1-20241017"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18 || ^19"
|
|
}
|
|
}
|