-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
{
"name": "browser-insight",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
"description": "A browser extension to enhance insights into web page",
"scripts": {
"dev": "wxt",
"lint": "eslint",
"lint:fix": "eslint --fix",
"build": "wxt build",
"zip": "wxt zip",
"compile": "vue-tsc --noEmit",
"changelogen": "changelogen -r $npm_package_version --output",
"release": "bumpp",
"postinstall": "wxt prepare",
"prepare": "husky"
},
"dependencies": {
"@vueuse/core": "^13.5.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^4.16.2",
"@iconify/json": "^2.2.357",
"@iconify/tailwind4": "^1.0.6",
"@tailwindcss/vite": "^4.1.11",
"@wxt-dev/module-vue": "^1.0.2",
"bumpp": "^10.2.0",
"changelogen": "^0.6.2",
"eslint": "^9.30.1",
"eslint-plugin-format": "^1.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"tailwindcss": "^4.1.11",
"typescript": "5.6.3",
"vue-tsc": "^2.2.10",
"wxt": "^0.20.6"
},
"lint-staged": {
"*": "pnpm lint:fix"
}
}