-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
39 lines (39 loc) · 951 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "code",
"homepage": "https://grida.co/code/",
"repository": "https://github.com/gridaco/code",
"license": "Apache 2.0",
"private": true,
"scripts": {
"checkout:all": "git submodule update --init --recursive",
"clean": "yarn lerna clean -y && yarn lerna bootstrap && yarn lerna exec 'rm -rf ./dist'",
"editor": "turbo run editor#dev",
"build": "turbo run build",
"lerna": "lerna"
},
"workspaces": [
"code",
"www",
"packages/*",
"testing/*",
"ui/editor-ui/packages/*"
],
"engines": {
"node": ">=18.0.0"
},
"resolutions": {
"@design-sdk/figma-node": "0.0.25",
"@reflect-ui/core": "0.0.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "18.0.24",
"@types/react-dom": "^18.0.8",
"csstype": "3.1.0"
},
"devDependencies": {
"@types/node": "^18.6.3",
"lerna": "^4.0.0",
"turbo": "^1.4.2",
"typescript": "^4.7.4"
}
}