generated from JohnBra/vite-web-extension
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
94 lines (94 loc) · 2.94 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "youtube-enhancer",
"author": {
"name": "VampireChicken12"
},
"displayName": "YouTube Enhancer",
"version": "1.27.0",
"description": "YouTube Enhancer is a simple extension that adds some useful features to YouTube.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/YouTube-Enhancer/extension.git"
},
"scripts": {
"build": "concurrently \"vite build\" \"eslint --fix src/i18n/constants.ts\" \"prettier --write src/i18n/constants.ts\"",
"dev": "nodemon",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"type": "module",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.14.3",
"ts-json-as-const": "^1.0.7"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@monaco-editor/react": "^4.6.0",
"@tanstack/react-query": "^5.18.0",
"dotenv": "^16.3.1",
"globals": "^15.11.0",
"i18next": "^23.7.3",
"monaco-editor": "^0.51.0",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"safe-units": "^2.0.1",
"tailwindcss-multi": "^0.4.0",
"use-debouncy": "^5.0.1",
"vite-plugin-css-injected-by-js": "^3.3.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@eslint/js": "^9.12.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.6.0",
"@types/archiver": "^6.0.1",
"@types/chrome": "^0.0.273",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/webextension-polyfill": "^0.12.1",
"@types/youtube-player": "^5.5.10",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react-swc": "^3.4.1",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"concurrently": "^8.2.2",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-no-secrets": "^1.0.2",
"eslint-plugin-perfectionist": "^3.8.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"fs-extra": "^11.1.1",
"get-installed-browsers": "^0.1.7",
"nodemon": "^3.0.1",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"semantic-release": "^24.0.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.6",
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.1",
"typescript": "5.5",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8",
"zod": "^3.22.4",
"zod-error": "^1.5.0"
}
}