-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
71 lines (71 loc) · 2.26 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@grida.co/assistant",
"version": "0.1.0",
"private": true,
"license": "https://github.com/bridgedxyz/contributing-and-license",
"description": "Grida assistant mono repository. for figma, sketch, zeplin.",
"workspaces": {
"packages": [
"app",
"figma",
"figma-core",
"figma-native",
"sketch",
"web",
"webdev",
"xd",
"packages/*",
"packages/base-sdk/*",
"packages/base-sdk/_firstparty/*",
"packages/design-to-code/packages/*",
"packages/design-to-code/editor-packages/*"
]
},
"repository": "https://github.com/gridaco/assistant",
"author": "Grida.co, bridged.xyz softmarshmallow <woojoo@softmarshmallow.com>",
"scripts": {
"pull:all": "git submodule update --init --recursive",
"figma-native": "yarn workspace figma-native run webpack:watch",
"figma": "yarn workspace figma run build:dev && yarn web",
"figma:onlyweb": "yarn workspace web run dev",
"figma:onlyplugin": "yarn workspace figma run dev",
"figma:build:prod": "yarn workspace figma run build && yarn workspace web build",
"figma:build:staging": "yarn workspace figma run build:staging && yarn workspace web build",
"sketch": "yarn workspace sketch run render",
"web": "yarn workspace web run dev",
"xd": "yarn workspace xd run build",
"test": "cd figma && yarn build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/grida",
"logo": "https://opencollective.com/grida/logo.txt"
},
"engines": {
"node": ">=12.0.0"
},
"resolutions": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/react": "18.0.24",
"@types/react-dom": "^18.0.8",
"@figma/plugin-typings": "^1.58.0",
"ts-loader": "8.4.0",
"typescript": "4.9.5",
"coli": "0.0.32",
"@design-sdk/figma-node": "0.0.43",
"@design-sdk/core": "0.0.43",
"@reflect-ui/core": "0.0.10"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/react": "^6.3.8",
"babel-loader": "^8.2.2"
},
"dependencies": {}
}