-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.25 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
{
"name": "bookmarklet-sync-from-github",
"description": "Converts a GitHub repository of JavaScript files to bookmarklets (favlets) and syncs them to your browser favorites",
"version": "2.0.0",
"homepage": "https://github.com/brycewc/bookmarklet-sync-from-github",
"author": "Bryce Cindrich",
"license": "MIT",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/brycewc/bookmarklet-sync-from-github"
},
"packageManager": "yarn@4.16.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"release": "vite build && node scripts/release.js",
"preview": "vite preview",
"lint": "eslint --fix"
},
"dependencies": {
"@heroui/react": "^3.1.0",
"@heroui/styles": "^3.1.0",
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/vite": "^4.3.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.3.0",
"terser": "^5.43.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.5.0",
"@eslint/js": "^10.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"@vitejs/plugin-react": "^6.0.2",
"archiver": "^8.0.0",
"eslint": "^10.4.1",
"eslint-plugin-perfectionist": "^5.9.0",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"vite": "^8.0.16"
}
}