-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.77 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
{
"name": "klack",
"description": "Instant screen recording browser extension with floating camera view",
"version": "0.13.0",
"type": "module",
"scripts": {
"test": "vitest run --silent",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage --silent",
"build": "hereby build",
"build:release": "hereby build:release",
"clean": "hereby clean",
"dev": "hereby dev",
"lint": "eslint",
"fmt": "prettier --write .",
"fmt:check": "prettier --check ."
},
"repository": {
"type": "git",
"url": "https://github.com/pineplace/klack"
},
"author": {
"name": "Yury Getman",
"email": "imblowfish@duck.com",
"url": "https://github.com/imblowfish"
},
"bugs": {
"url": "https://github.com/pineplace/klack/issues"
},
"license": "MIT",
"dependencies": {
"@eslint/js": "^9.34.0",
"@tabler/icons-react": "^3.34.1",
"@tailwindcss/cli": "^4.1.12",
"@testing-library/react": "^16.3.0",
"@types/chrome": "^0.1.4",
"@types/node": "^24.3.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@types/shelljs": "^0.8.17",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"@vitest/coverage-v8": "3.2.4",
"dotenv": "^17.2.1",
"esbuild": "^0.25.9",
"eslint": "^9.34.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"execa": "^9.5.3",
"globals": "^16.3.0",
"happy-dom": "^18.0.1",
"hereby": "^1.11.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"shelljs": "^0.10.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"vitest": "^3.1.4"
}
}