-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "userscript-bilibili-comment-search",
"private": true,
"version": "0.2.0",
"description": "Add comment searching support in Bilibili.",
"type": "module",
"packageManager": "[email protected]",
"author": "pacexy <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/pacexy/userscript-bilibili-comment-search#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/pacexy/userscript-bilibili-comment-search.git"
},
"bugs": "https://github.com/pacexy/userscript-bilibili-comment-search/issues",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"release": "bumpp package.json"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0"
},
"devDependencies": {
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-highlight-words": "^0.16.4",
"@vitejs/plugin-react": "^4.0.0",
"bumpp": "9.1.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-monkey": "^3.2.2"
}
}