forked from creazy231/tools-for-autodarts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.13 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
{
"name": "autodarts-tools",
"description": "Autodarts Tools enhances the gaming experience on autodarts.io",
"version": "1.5.2",
"type": "module",
"author": {
"name": "Tobias Thiele",
"email": "[email protected]",
"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": {
"@floating-ui/dom": "^1.6.7",
"@headlessui/vue": "^1.7.22",
"@sentry/browser": "^8.15.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"radix-vue": "^1.8.5",
"vue": "^3.4.31",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@creazy231/eslint-config": "^1.0.14",
"@iconify/json": "^2.2.224",
"@iconify/tailwind": "^1.1.1",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/eslint": "^8.56.10",
"@types/lodash": "^4.17.6",
"@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",
"json-stringify-pretty-compact": "^4.0.0",
"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",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.0.24",
"wxt": "^0.18.10",
"zx": "^7.2.3"
},
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}