forked from zouhangwithsweet/fubukicss-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.61 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
{
"name": "fubukicss-tool",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt --browser firefox",
"build": "wxt build",
"build:firefox": "wxt build --browser firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip --browser firefox",
"postinstall": "wxt prepare"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@figma/plugin-typings": "^1.86.0",
"@iconify-json/fe": "^1.1.10",
"@iconify-json/logos": "^1.1.42",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"unocss-preset-animations": "^1.0.1",
"unocss-preset-shadcn": "^0.2.3",
"wxt": "^0.16.11"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-switch": "^1.0.3",
"@unocss/reset": "^0.58.5",
"clsx": "^2.1.0",
"jotai": "^2.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"shiki": "^1.1.7",
"tailwind-merge": "^2.2.1",
"transform-to-tailwindcss-core": "^0.0.15",
"transform-to-unocss-core": "^0.0.15",
"unocss": "^0.58.5",
"usehooks-ts": "^2.15.0"
}
}