-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 938 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
{
"name": "rangi",
"version": "1.1.1",
"description": "A Figma plugin to help generate hues, tints, and/or shades",
"author": "Flexcode Labs",
"license": "Figma Community Resource License",
"scripts": {
"build": "build-figma-plugin --typecheck --minify",
"watch": "build-figma-plugin --typecheck --watch"
},
"dependencies": {
"@create-figma-plugin/ui": "^2.1.3",
"@create-figma-plugin/utilities": "^2.1.3",
"preact": "^10"
},
"devDependencies": {
"@create-figma-plugin/build": "^2.1.3",
"@create-figma-plugin/tsconfig": "^2.1.3",
"@figma/plugin-typings": "1.50.0",
"typescript": "^4"
},
"figma-plugin": {
"editorType": [
"figma"
],
"id": "1153959136228678599",
"name": "rangi",
"api": "1.0.0",
"main": "src/main.ts",
"ui": "src/ui.tsx",
"networkAccess": {
"allowedDomains": [
"none"
],
"reasoning": ""
}
}
}