-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.95 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
{
"name": "tako",
"version": "1.3.0",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:browser": "vitest --config vitest.browser.config.ts",
"test:browser:run": "vitest run --config vitest.browser.config.ts",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"release": "npm version --tag-version-prefix=v",
"postrelease": "git push --follow-tags"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.2.1",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/array-sort": "^1.0.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/webextension-polyfill": "^0.12.4",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"@vitejs/plugin-react": "^5.1.1",
"@vitest/browser": "^4.0.15",
"@vitest/browser-playwright": "^4.0.15",
"@vitest/ui": "^4.0.15",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"happy-dom": "^20.0.11",
"msw": "^2.12.3",
"path-browserify": "^1.0.0",
"playwright": "^1.57.0",
"prettier": "^3.7.4",
"process": "^0.11.10",
"typescript": "^5.9.3",
"vite": "^7.2.6",
"vite-plugin-zip-pack": "^1.2.4",
"vitest": "^4.0.15"
},
"dependencies": {
"@octokit/rest": "^22.0.1",
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-query-devtools": "^5.91.1",
"array-sort": "^1.0.0",
"binary-extensions": "^3.1.0",
"clsx": "^2.1.1",
"github-url-detection": "^10.2.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"timeago.js": "^4.0.2",
"tiny-invariant": "^1.3.1",
"webextension-polyfill": "^0.12.0",
"zustand": "^5.0.9"
}
}