-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.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
{
"name": "replyqueue",
"version": "1.1.3",
"type": "module",
"homepage": "https://chromewebstore.google.com/detail/replyqueue/lkdecdgjijicaehjngnehdhoahjipnpg",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint src tests --max-warnings 0",
"lint:fix": "eslint src tests --fix",
"format": "prettier --write .",
"format:check": "prettier --check .",
"audit:check": "pnpm audit --audit-level=moderate"
},
"dependencies": {
"rss-parser": "^3.13.0",
"vue": "^3.4.21"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.25",
"@eslint/js": "^9.39.2",
"@tailwindcss/forms": "^0.5.7",
"@types/chrome": "^0.0.268",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"@vitejs/plugin-vue": "^6.0.3",
"autoprefixer": "^10.4.19",
"canvas": "^3.2.1",
"eslint": "^9.39.2",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-vue": "^10.7.0",
"globals": "^17.0.0",
"happy-dom": "^20.0.0",
"postcss": "^8.4.38",
"prettier": "^3.8.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"vite": "^7.3.1",
"vitest": "^4.0.17",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^2.0.7"
}
}