-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"name": "awesome-toc",
"description": "manifest.json description",
"private": true,
"version": "0.0.17",
"type": "module",
"packageManager": "pnpm@8.6.3",
"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",
"test": "VITE_CJS_IGNORE_WARNING=true vitest",
"version": "node script/version.js"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"ahooks": "^3.7.11",
"antd": "^4.24.16",
"chalk": "^5.3.0",
"date-fns": "^4.1.0",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"vitest": "^1.5.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"happy-dom": "^15.11.6",
"typescript": "^5.3.3",
"wxt": "^0.17.12"
}
}