-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "weh",
"version": "0.0.1-alpha.0",
"description": "Web Extension Host for Indiebase",
"author": "Han <[email protected]>",
"private": true,
"license": "AGPL-3.0",
"engines": {
"yarn": ">2.0.0",
"node": ">=20.0.0",
"npm": "please-use-yarn",
"pnpm": "please-use-yarn"
},
"scripts": {
"lint": "eslint . --fix",
"release": "standard-version",
"prepare": "husky install",
"syncpack": "syncpack",
"mismatches": "syncpack list-mismatches",
"eslint-inspector": "eslint-config-inspector",
"prettier": "prettier --check ."
},
"devDependencies": {
"@eslint/compat": "1.1.1",
"@eslint/config-inspector": "0.5.2",
"@next/eslint-plugin-next": "14.2.5",
"@types/eslint-plugin-security": "^3",
"@typescript-eslint/parser": "^8.0.0-alpha.55",
"@vitest/ui": "2.0.4",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv-cli": "7.4.2",
"eslint": "9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.9",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"globals": "15.8.0",
"husky": "9.0.11",
"prettier": "3.3.3",
"shx": "0.3.4",
"standard-version": "9.5.0",
"syncpack": "12.3.2",
"typescript": "5.5.4",
"typescript-eslint": "8.0.1",
"vitest": "^2.0.5"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]",
"dependencies": {
"type-fest": "4.23.0"
}
}