-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 983 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
35
36
37
38
{
"name": "tailexamine",
"description": "manifest.json description",
"private": true,
"version": "0.0.1",
"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": {
"antd": "^5.20.5",
"radash": "^12.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@ant-design/icons": "^5.4.0",
"@iconify-json/system-uicons": "^1.1.13",
"@types/chrome": "^0.0.270",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unocss/preset-icons": "^0.62.3",
"@wxt-dev/module-react": "^1.1.0",
"globals": "^15.9.0",
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"unocss-preset-scrollbar": "^0.3.1",
"wxt": "^0.19.1"
}
}