main
json 25 lines 692 Bytes
Raw
1 {
2 "private": "true",
3 "name": "react-forgive-server",
4 "version": "0.0.0",
5 "description": "Experimental LSP server",
6 "license": "MIT",
7 "scripts": {
8 "build": "rimraf dist && rollup --config --bundleConfigAsCjs",
9 "test": "echo 'no tests'"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/react/react.git",
14 "directory": "compiler/packages/react-forgive"
15 },
16 "dependencies": {
17 "@babel/core": "^7.26.0",
18 "@babel/parser": "^7.26.0",
19 "@babel/plugin-syntax-typescript": "^7.25.9",
20 "@babel/types": "^7.26.0",
21 "prettier": "^3.3.3",
22 "vscode-languageserver": "^9.0.1",
23 "vscode-languageserver-textdocument": "^1.0.12"
24 }
25 }