-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.52 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": "bilibili-fullscreen-sc",
"version": "0.7.4",
"description": "在B站看直播全屏时展示SC",
"author": "elester",
"license": "ISC",
"keywords": [
"bilibili",
"sc",
"fullscreen",
"B站",
"直播",
"全屏SC"
],
"sideEffects": [
"*.css",
"*.scss",
"*.sass",
"*.less"
],
"scripts": {
"dev": "wxt",
"build": "wxt build",
"zip": "wxt zip",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint src/** --fix",
"test": "jest",
"prepare": "husky install",
"release": "release-it"
},
"dependencies": {
"bilibili-live-ws": "^6.3.1",
"rc-switch": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.3.3",
"@eslint/eslintrc": "^2.1.4",
"@jest/globals": "^29.7.0",
"@release-it/conventional-changelog": "^8.0.1",
"@testing-library/jest-dom": "5.16.4",
"@types/eslint__eslintrc": "^2.1.1",
"@types/jest": "^29.5.11",
"@types/rc-switch": "^1.9.5",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/testing-library__jest-dom": "5",
"@wxt-dev/module-react": "^1.1.0",
"husky": "^8.0.0",
"jest": "^29.7.0",
"lint-staged": "^15.2.0",
"puppeteer": "^21.6.0",
"release-it": "^17.2.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2",
"wxt": "^0.19.9"
},
"lint-staged": {
"src/*.{js,jsx,tsx,ts}": [
"pnpm lint"
]
}
}