/
ashipov
/
react
Обзор
Документация
Войти
/
ashipov
/
react
Код
Запросы
0
Задачи 2.0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
compiler/packages/react-forgive/server/package.json
25 строк
695 B
lauren
[forgive] Various fixes to prepare for internal sync (#34928)
21 окт 2025, 17:57
Не верифицирован
21 окт 2025, 17:57
71b3a03
Код
Авторство
О чём код?
{ "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" } }