Skip to content

Commit eac353b

Browse files
committed
feat: add options page with theme and general settings, and introduce new tab page.
1 parent 3f29e6d commit eac353b

File tree

16 files changed

+1534
-922
lines changed

16 files changed

+1534
-922
lines changed

package.json

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tiny-helmet",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "A modern Rspack-powered Chrome extension scaffold with React, Tailwind CSS, shadcn UI, Zustand, and React Query.",
55
"main": "index.js",
66
"scripts": {
@@ -22,39 +22,45 @@
2222
"shadcn",
2323
"tailwind"
2424
],
25-
"author": "zhanghe.dev",
25+
"author": "zh30",
2626
"license": "MIT",
27+
"repository": {
28+
"type": "git",
29+
"url": "https://github.com/zh30/tiny-helmet.git"
30+
},
31+
"homepage": "https://github.com/zh30/tiny-helmet#readme",
2732
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
2833
"dependencies": {
29-
"@radix-ui/react-slot": "^1.0.2",
30-
"@tanstack/react-query": "^5.59.0",
31-
"class-variance-authority": "^0.7.0",
34+
"@radix-ui/react-slot": "^1.1.2",
35+
"@tanstack/react-query": "^5.67.2",
36+
"class-variance-authority": "^0.7.1",
3237
"clsx": "^2.1.1",
33-
"lucide-react": "^0.474.0",
38+
"framer-motion": "^12.4.11",
39+
"lucide-react": "^0.562.0",
3440
"process": "^0.11.10",
35-
"react": "^19.1.1",
36-
"react-dom": "^19.1.1",
37-
"tailwind-merge": "^2.3.0",
38-
"zustand": "^4.5.2"
41+
"react": "^19.0.0",
42+
"react-dom": "^19.0.0",
43+
"tailwind-merge": "^3.4.0",
44+
"zustand": "^5.0.9"
3945
},
4046
"devDependencies": {
41-
"@rspack/cli": "^1.4.11",
42-
"@rspack/core": "^1.4.11",
43-
"@tailwindcss/postcss": "^4.1.11",
47+
"@rspack/cli": "^1.2.6",
48+
"@rspack/core": "^1.2.6",
49+
"@tailwindcss/postcss": "^4.1.18",
4450
"@testing-library/jest-dom": "^6.6.3",
45-
"@testing-library/react": "^16.1.0",
46-
"@testing-library/user-event": "^14.5.2",
47-
"@biomejs/biome": "^1.9.1",
48-
"@types/react": "^19.1.9",
49-
"@types/react-dom": "^19.1.7",
50-
"chrome-types": "^0.1.370",
51+
"@testing-library/react": "^16.2.0",
52+
"@testing-library/user-event": "^14.6.1",
53+
"@biomejs/biome": "^1.9.4",
54+
"@types/react": "^19.0.10",
55+
"@types/react-dom": "^19.0.4",
56+
"chrome-types": "^0.1.373",
5157
"css-loader": "^7.1.2",
52-
"jsdom": "^24.1.3",
58+
"jsdom": "^26.0.0",
5359
"postcss": "^8.5.6",
54-
"postcss-loader": "^8.1.1",
55-
"tailwindcss": "^4.1.11",
60+
"postcss-loader": "^8.2.0",
61+
"tailwindcss": "^4.1.18",
5662
"tailwindcss-animate": "^1.0.7",
57-
"typescript": "^5.9.2",
58-
"vitest": "^2.1.4"
63+
"typescript": "^5.9.3",
64+
"vitest": "^4.0.16"
5965
}
60-
}
66+
}

0 commit comments

Comments
 (0)