-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.73 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.73 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "brisk-tab",
"author": "SummersDay",
"version": "0.6.0",
"description": "An alt blank page for your browser",
"private": true,
"type": "module",
"packageManager": "pnpm@10.13.1",
"engines": {
"node": ">=20.19.0"
},
"scripts": {
"dev": "vite",
"build:app": "vite build",
"build:crx": "CRX_BUILD=1 vite build",
"preview": "vite preview",
"lint": "eslint .",
"postinstall": "simple-git-hooks"
},
"simple-git-hooks": {
"pre-commit": "pnpx lint-staged"
},
"dependencies": {
"clsx": "catalog:frontend",
"foxact": "catalog:frontend",
"jotai": "catalog:frontend",
"react": "catalog:frontend",
"react-dom": "catalog:frontend",
"remeda": "catalog:frontend",
"zod": "catalog:frontend"
},
"devDependencies": {
"@crxjs/vite-plugin": "catalog:infra",
"@eslint-react/eslint-plugin": "catalog:lint",
"@iconify-json/fluent": "catalog:frontend",
"@types/chrome": "catalog:type",
"@types/node": "catalog:type",
"@types/react": "catalog:type",
"@types/react-dom": "catalog:type",
"@typescript-eslint/eslint-plugin": "catalog:lint",
"@typescript-eslint/parser": "catalog:lint",
"@unocss/reset": "catalog:frontend",
"@vitejs/plugin-react": "catalog:infra",
"@zjutjh/eslint-config": "catalog:lint",
"eslint": "catalog:lint",
"eslint-config-prettier": "catalog:lint",
"eslint-plugin-format": "catalog:lint",
"eslint-plugin-prettier": "catalog:lint",
"eslint-plugin-react-hooks": "catalog:lint",
"eslint-plugin-react-refresh": "catalog:lint",
"prettier": "catalog:lint",
"simple-git-hooks": "catalog:infra",
"typescript": "catalog:infra",
"unocss": "catalog:frontend",
"vite": "catalog:infra"
}
}