mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
18 lines
414 B
JSON
18 lines
414 B
JSON
{
|
|
"name": "vscode-css-peek",
|
|
"description": "CSS Peek Language Server",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pranaygp/vscode-css-peek"
|
|
},
|
|
"dependencies": {
|
|
"minimatch": "^3.0.4",
|
|
"vscode-css-languageservice": "^4.3.0",
|
|
"vscode-html-languageservice": "^3.1.0",
|
|
"vscode-languageserver": "^5.2.1"
|
|
},
|
|
"scripts": {}
|
|
}
|