-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 671 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@grida/vscode",
"description": "Grida VSCode & packages monorepo",
"version": "0.0.1",
"publisher": "grida",
"homepage": "https://grida.co/vscode",
"repository": "https://github.com/gridaco/vscode-extension",
"private": true,
"scripts": {
"checkout:all": "git submodule update --init --recursive",
"package": "yarn workspace grida-vscode run package",
"dev": "yarn workspace grida-vscode run watch"
},
"workspaces": [
"extension",
"packages/*",
"externals/code/packages/*"
],
"resolutions": {
"@reflect-ui/core": "0.0.10",
"@design-sdk/core": "0.0.43",
"coli": "0.0.32",
"csstype": "3.1.0"
}
}