Skip to content

Commit

Permalink
feat: themes (#47)
Browse files Browse the repository at this point in the history
* feat: theme

* update: packages
  • Loading branch information
0plan committed Mar 27, 2024
1 parent 81e6684 commit bbe42d6
Show file tree
Hide file tree
Showing 5 changed files with 798 additions and 624 deletions.
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"i18next": "^23.10.1",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-http-backend": "^2.5.0",
"input-otp": "^1.2.2",
"input-otp": "^1.2.3",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lucide-react": "^0.363.0",
Expand All @@ -70,7 +70,7 @@
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.51.1",
"react-hook-form": "^7.51.2",
"react-i18next": "^14.1.0",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.0.16",
Expand All @@ -84,7 +84,7 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@iconify/json": "^2.2.195",
"@iconify/json": "^2.2.196",
"@storybook/addon-essentials": "^8.0.4",
"@storybook/addon-interactions": "^8.0.4",
"@storybook/addon-links": "^8.0.4",
Expand All @@ -96,10 +96,10 @@
"@storybook/test": "^8.0.4",
"@tailwindcss/forms": "^0.5.7",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.69",
"@types/react": "^18.2.72",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
Expand All @@ -110,6 +110,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"lint-staged": "^15.2.2",
"nprogress": "^0.2.0",
"postcss": "^8.4.38",
"sass": "^1.72.0",
Expand All @@ -120,5 +121,11 @@
"vite-plugin-markdown": "^2.2.0",
"vite-plugin-pwa": "^0.19.7",
"vite-tsconfig-paths": "^4.3.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}
Loading

0 comments on commit bbe42d6

Please sign in to comment.