-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.74 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
{
"name": "teamlead-helper",
"displayName": "Team Lead Helper",
"description": "Помощник тимлида: подсчёты и аналитика по Jira прямо в браузере.",
"private": true,
"license": "MIT",
"version": "0.2.0",
"type": "module",
"engines": {
"node": ">=20"
},
"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",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest",
"e2e": "wxt build && node e2e/cap-widget.spec.mjs",
"postinstall": "wxt prepare"
},
"dependencies": {
"vue": "^3.5.39"
},
"devDependencies": {
"@eslint/js": "^9.30.0",
"@playwright/test": "^1.61.1",
"@tailwindcss/vite": "^4.1.11",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/module-vue": "^1.0.3",
"eslint": "^9.30.0",
"eslint-plugin-vue": "^10.2.0",
"playwright": "^1.61.1",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.3",
"typescript-eslint": "^8.35.0",
"vite": "^8.1.0",
"vitest": "^3.2.4",
"vue-eslint-parser": "^10.1.4",
"vue-tsc": "^3.3.5",
"wxt": "^0.20.27"
},
"resolutions": {
"vite": "^8.1.0"
},
"packageManager": "yarn@4.17.0+sha512.c2957de2f9025ab14d63b24d0d8be1f1655810e22c341042c27f7ecd017b180ec12db73d69ac366d71b304ef9f069349ce462de96f04f8f1da317f4f762c95ae"
}