-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "linki",
"version": "1.0.1",
"private": true,
"type": "module",
"description": "Bulk-copy links from your open tabs.",
"scripts": {
"dev": "vite",
"build:icons": "tsx scripts/build-icons.ts",
"prebuild": "npm run build:icons",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --max-warnings=0",
"typecheck": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"lucide-react": "^1.11.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.4.0",
"@tailwindcss/vite": "^4.2.4",
"@types/chrome": "^0.1.40",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.4",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"vite": "^8.0.10"
}
}