-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "youtube-ads-skipper",
"short_name": "youtube ads skipper",
"description": "youtube-ads-skipper is an extension to auto click the skip button when you are watching youtube videos.",
"manifest_version": 3,
"author": "cwjjjjj",
"homepage_url": "https://github.com/cwjjjjj/youtube-ads-skipper",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"cz": "git add . && git cz",
"czp": "yarn cz && git push -u origin HEAD",
"purge": "rm -rf dist",
"release": "./bin/release.sh"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@types/lodash": "^4.14.194",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.9",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/webextension-polyfill": "^0.9.2",
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}