-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"dependencies": {
"@create-figma-plugin/ui": "^2.2.0",
"@create-figma-plugin/utilities": "^2.2.0",
"@figma-plugin/helpers": "^0.15.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"preact": ">=10"
},
"devDependencies": {
"@create-figma-plugin/build": "^2.2.0",
"@create-figma-plugin/tsconfig": "^2.2.0",
"@figma/plugin-typings": "1.57.1",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.15.3",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.2.4",
"figma-ui-components": "^0.0.8",
"react": "^18.2.0",
"typescript": ">=4"
},
"scripts": {
"build": "build-figma-plugin --typecheck --minify",
"watch": "build-figma-plugin --typecheck --watch"
},
"rules": {
"ban-ts-comment": 0
},
"figma-plugin": {
"editorType": [
"figma"
],
"id": "1252522807872379729",
"name": "Figma To World - v0.1",
"main": "src/main.ts",
"ui": "src/ui.tsx",
"author": "Elisabeth Cabioch",
"license": "MIT",
"description": "This plugin helps you download your Figma design images and json"
}
}