-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.29 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
{
"name": "tab-volume",
"version": "1.0.6",
"private": true,
"homepage": "https://github.com/wokalek/tab-volume",
"repository": {
"type": "git",
"url": "https://github.com/wokalek/tab-volume.git"
},
"author": "Alexandr Wokalek <[email protected]> (https://wokalek.ru)",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"fix": "eslint . --fix",
"lint": "eslint ."
},
"dependencies": {
"lodash": "4.17.21",
"perfect-debounce": "1.0.0",
"vue": "3.4.27"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@types/lodash": "4.17.4",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@vitejs/plugin-vue": "5.0.5",
"autoprefixer": "10.4.19",
"chrome-types": "0.1.286",
"eslint": "9.4.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-vue": "9.26.0",
"lightningcss": "1.25.1",
"postcss": "8.4.38",
"postcss-load-config": "5.1.0",
"sass": "1.77.4",
"tailwindcss": "3.4.3",
"terser": "5.31.0",
"unplugin-vue-components": "0.27.0",
"vite": "5.2.12",
"vite-plugin-minify": "1.5.2",
"vite-svg-loader": "5.1.0"
},
"packageManager": "[email protected]+sha256.4b4efa12490e5055d59b9b9fc9438b7d581a6b7af3b5675eb5c5f447cee1a589"
}