-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "hikka-features",
"description": "Універсальне розширення для hikka.io",
"private": true,
"version": "2.1.4",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@corvu/disclosure": "^0.2.0",
"@corvu/drawer": "^0.2.2",
"@corvu/tailwind": "^0.1.5",
"@kobalte/core": "^0.13.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"solid-js": "^1.9.1",
"solid-transition-group": "^0.2.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.1",
"@iconify-json/mdi": "^1.2.0",
"@types/node": "^22.7.3",
"@wxt-dev/module-solid": "1.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unplugin-icons": "^0.19.3",
"vite-plugin-solid": "^2.10.2",
"wxt": "^0.19.10"
}
}