-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 3.22 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 3.22 KB
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
95
{
"name": "youtube-enhancer",
"author": {
"name": "VampireChicken12"
},
"displayName": "YouTube Enhancer",
"version": "1.32.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\" \"node node_modules/ts-json-as-const/index.js public/locales/en-US.json\" \"eslint --fix public/locales/en-US.json.d.ts\" \"eslint --fix src/i18n/constants.ts\"",
"dev": "nodemon",
"format": "prettier --write .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"update:deepdark": "concurrently \"node scripts/updateDeepDarkMaterialCSS.js\" \"node scripts/updateDeepDarkPresets.js\"",
"update:deepdark-css": "node scripts/updateDeepDarkMaterialCSS.js",
"update:deepdark-presets": "node scripts/updateDeepDarkPresets.js"
},
"type": "module",
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.52.5"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-query": "^5.90.5",
"dotenv": "^17.2.3",
"globals": "^17.0.0",
"i18next": "^25.6.0",
"monaco-editor": "^0.55.1",
"react": "^19.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"safe-units": "^2.0.1",
"tailwindcss-multi": "^0.4.6",
"vite-plugin-css-injected-by-js": "^3.5.2",
"webextension-polyfill": "^0.12.0",
"youtubei.js": "github:LuanRT/YouTube.js#pull/1075/head"
},
"devDependencies": {
"@eslint/compat": "^2.0.0",
"@eslint/js": "^9.38.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/archiver": "^7.0.0",
"@types/chrome": "^0.1.36",
"@types/node": "^25.0.9",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/webextension-polyfill": "^0.12.4",
"@types/youtube-player": "^5.5.11",
"@vitejs/plugin-react-swc": "^4.1.0",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"concurrently": "^9.2.1",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-no-secrets": "^2.2.1",
"eslint-plugin-perfectionist": "^5.0.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-tailwindcss": "^3.18.2",
"fs-extra": "^11.3.2",
"get-installed-browsers": "^0.1.7",
"nodemon": "^3.1.10",
"npm": "^11.7.0",
"postcss": "^8.5.6",
"postcss-safe-parser": "^7.0.1",
"prettier": "^3.6.2",
"semantic-release": "^25.0.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.18",
"ts-json-as-const": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "5.9",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12",
"zod": "^4.1.12",
"zod-error": "^2.0.0"
}
}