mirror of
https://github.com/facebook/react.git
synced 2026-02-22 20:01:52 +00:00
Fixes a few small things: - Update imports to reference root babel-plugin-react-compiler rather than from `[...]/src/...` - Remove unused cosmiconfig options parsing for now - Update type exports in babel-plugin-react-compiler accordingly
26 lines
695 B
JSON
26 lines
695 B
JSON
{
|
|
"private": "true",
|
|
"name": "react-forgive-server",
|
|
"version": "0.0.0",
|
|
"description": "Experimental LSP server",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git",
|
|
"directory": "compiler/packages/react-forgive"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/parser": "^7.26.0",
|
|
"@babel/plugin-syntax-typescript": "^7.25.9",
|
|
"@babel/types": "^7.26.0",
|
|
"prettier": "^3.3.3",
|
|
"vscode-languageserver": "^9.0.1",
|
|
"vscode-languageserver-textdocument": "^1.0.12"
|
|
}
|
|
}
|