-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
comment out sherlock stuff to get ci green
- Loading branch information
1 parent
b662763
commit 5ee2c79
Showing
2 changed files
with
41 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
72 changes: 36 additions & 36 deletions
72
inlang/packages/sherlock/src/utilities/editor/editor-app/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"name": "editor-app", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "tsc -b && vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@inlang/editor-component": "workspace:*", | ||
"@lit/react": "^1.0.5", | ||
"@shoelace-style/shoelace": "^2.19.1", | ||
"@types/vscode-webview": "^1.57.5", | ||
"clsx": "^2.1.1", | ||
"jotai": "^2.11.1", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"uuid": "^11.0.5", | ||
"vscode": "^1.1.37" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.19.0", | ||
"@types/react": "^19.0.8", | ||
"@types/react-dom": "^19.0.3", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"eslint": "^9.19.0", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"eslint-plugin-react-refresh": "^0.4.18", | ||
"globals": "^15.14.0", | ||
"typescript": "~5.7.3", | ||
"typescript-eslint": "^8.22.0", | ||
"vite": "^6.0.11" | ||
} | ||
} | ||
"name": "editor-app", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"_build": "tsc -b && vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@inlang/editor-component": "workspace:*", | ||
"@lit/react": "^1.0.5", | ||
"@shoelace-style/shoelace": "^2.19.1", | ||
"@types/vscode-webview": "^1.57.5", | ||
"clsx": "^2.1.1", | ||
"jotai": "^2.11.1", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"uuid": "^11.0.5", | ||
"vscode": "^1.1.37" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.19.0", | ||
"@types/react": "^19.0.8", | ||
"@types/react-dom": "^19.0.3", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"eslint": "^9.19.0", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"eslint-plugin-react-refresh": "^0.4.18", | ||
"globals": "^15.14.0", | ||
"typescript": "~5.7.3", | ||
"typescript-eslint": "^8.22.0", | ||
"vite": "^6.0.11" | ||
} | ||
} |