mirror of
https://github.com/facebook/react.git
synced 2026-02-22 20:01:52 +00:00
Init basic LSP. At the moment the extension doesn't do anything interesting, but it does compile successfully.
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"private": "true",
|
|
"name": "react-forgive-client",
|
|
"version": "0.0.0",
|
|
"description": "Experimental LSP client",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "echo 'no build'",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react.git",
|
|
"directory": "compiler/packages/react-forgive"
|
|
},
|
|
"dependencies": {
|
|
"vscode-languageclient": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/vscode": "^1.95.0"
|
|
}
|
|
}
|