-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 911 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
{
"dependencies": {
"@apollo/client": "^3.8.10",
"@create-figma-plugin/ui": "^3.1.0",
"@create-figma-plugin/utilities": "^3.1.0",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^5.17.19",
"graphql": "^16.8.1",
"preact": ">=10",
"react-icons": "^5.0.1"
},
"devDependencies": {
"@create-figma-plugin/build": "^3.1.0",
"@create-figma-plugin/tsconfig": "^3.1.0",
"@figma/plugin-typings": "1.82.0",
"@tanstack/eslint-plugin-query": "^5.17.20",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"typescript": ">=4"
},
"scripts": {
"build": "build-figma-plugin --typecheck --minify",
"watch": "build-figma-plugin --typecheck --watch"
},
"figma-plugin": {
"editorType": [
"figma"
],
"id": "preact-rectangles",
"name": "Preact Rectangles",
"main": "src/main.ts",
"ui": "src/ui.tsx"
}
}