-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"dependencies": {
"@create-figma-plugin/ui": "3.1.0",
"@create-figma-plugin/utilities": "3.1.0",
"@material/material-color-utilities": "^0.2.7",
"@preact/signals": "^1.2.3",
"@radix-ui/react-icons": "^1.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"complex.js": "^2.1.1",
"figx": "^0.1.3",
"javascript-natural-sort": "^0.7.1",
"lodash": "^4.17.21",
"lucide-react": "^0.293.0",
"mathjs": "^12.4.1",
"nanoid": "^5.0.4",
"nanoid-dictionary": "^5.0.0-beta.1",
"npm": "^9.8.1",
"preact": "^10.19.2",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"react-dom": "^18.2.0",
"typed-function": "^4.1.1",
"uuid": "^9.0.0",
"validator": "^13.11.0",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0",
"zustand": "^4.4.4"
},
"devDependencies": {
"@create-figma-plugin/build": "^2.5.1",
"@create-figma-plugin/tsconfig": "^2.5.1",
"@figma/plugin-typings": "^1.88.0",
"@types/bun": "^1.0.5",
"@types/lodash": "^4.14.196",
"@types/react": ">=18",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.11.9",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"autoprefixer": "^10.4.14",
"css-loader": "^6.8.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.25",
"postcss-cli": "^10.1.0",
"react": "^18.2.0",
"style-loader": "^3.3.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
},
"scripts": {
"build": "build-figma-plugin --typecheck --minify",
"watch": "build-figma-plugin --typecheck --watch",
"tailwind": "postcss ./src/styles.css -o ./src/dist/tailwind.css --watch"
},
"figma-plugin": {
"editorType": [
"figma"
],
"id": "1351760630951154540",
"name": "Theme Engine",
"main": "src/main.ts",
"ui": "src/ui.tsx"
}
}