-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 887 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
{
"license": "MIT",
"author": "Michael Yagudaev<[email protected]>",
"dependencies": {
"@create-figma-plugin/ui": "^2.1.3",
"@create-figma-plugin/utilities": "^2.1.3",
"colord": "^2.9.3",
"postcss-value-parser": "^4.2.0",
"preact": "^10",
"transformation-matrix": "^2.13.0"
},
"devDependencies": {
"@create-figma-plugin/build": "^2.1.3",
"@create-figma-plugin/tsconfig": "^2.1.3",
"@figma/plugin-typings": "1.50.0",
"mathjs": "^11.2.1",
"typescript": "^4.8.4",
"vitest": "^0.24.3"
},
"scripts": {
"build": "build-figma-plugin --typecheck --minify",
"watch": "build-figma-plugin --typecheck --watch",
"test": "vitest"
},
"figma-plugin": {
"editorType": [
"figma"
],
"id": "1157089605295322526",
"name": "Css Gradient to Figma",
"main": "src/main.ts",
"ui": "src/ui.tsx"
}
}