forked from creazy231/tools-for-autodarts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.36 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.36 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
{
"name": "autodarts-tools",
"description": "Autodarts Tools enhances the gaming experience on autodarts.io",
"version": "2.1.21",
"type": "module",
"author": {
"name": "Tobias Thiele",
"email": "info@tobias-thiele.de",
"url": "https://tobias-thiele.de"
},
"license": "MIT",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@iconify-json/pixelarticons": "^1.2.2",
"@types/socket.io-client": "^3.0.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"@wxt-dev/webextension-polyfill": "^1.0.0",
"idb": "^8.0.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"qr-code-styling": "^1.9.2",
"radix-vue": "^1.8.5",
"socket.io-client": "^4.8.1",
"sortablejs": "^1.15.6",
"vue": "^3.4.31",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@creazy231/eslint-config": "^1.0.15",
"@iconify-json/material-symbols": "^1.2.15",
"@iconify/tailwind": "^1.2.0",
"@types/eslint": "^8.56.10",
"@types/lodash": "^4.17.6",
"@types/sortablejs": "^1.15.8",
"@types/webextension-polyfill": "^0.12.3",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.4.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.26.0",
"eventsource-parser": "^1.1.2",
"postcss": "^8.4.39",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.0",
"typescript": "^5.5.3",
"undici": "^6.19.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite-plugin-mcp": "^0.1.2",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.24",
"wxt": "^0.20.0",
"zx": "^7.2.3"
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}