-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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": "^1.2.2",
"@create-figma-plugin/utilities": "^1.2.2",
"@types/css-modules": "^1.0.2",
"@types/faker": "^5.5.7",
"@types/react": "^17.0.14",
"faker": "^5.5.3",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"phosphor-react": "^1.3.1",
"preact": "^10.5.14",
"preact-compat": "^3.19.0",
"react-day-picker": "^8.0.0-beta.29",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@create-figma-plugin/build": "^1.2.2",
"@create-figma-plugin/tsconfig": "^1.2.2",
"@figma/plugin-typings": "^1",
"@types/lodash": "^4.14.171",
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"typescript": "^4.3.5",
"typescript-plugin-css-modules": "^3.4.0"
},
"scripts": {
"build": "build-figma-plugin --typecheck --minify",
"watch": "build-figma-plugin --typecheck --watch"
},
"figma-plugin": {
"id": "997248459995094057",
"name": "Schema - Smart Placeholders",
"main": "src/main.ts",
"ui": "src/ui.tsx"
},
"alias": {
"react": "preact/compat",
"react-dom": "preact/compat"
}
}