Skip to content

Commit

Permalink
refactor: basic usage
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jul 12, 2024
1 parent 7ef9188 commit e057f95
Show file tree
Hide file tree
Showing 37 changed files with 1,142 additions and 26 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js

This file was deleted.

File renamed without changes.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "biome lint --apply src/**/*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json} --no-errors-on-unmatched"
},
"repository": {
"type": "git",
"url": "https://"
},
"dependencies": {
"clsx": "2.1.1",
"framer-motion": "11.3.2",
"jotai": "2.9.0",
"lodash-es": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "18.3.1",
"react-router-dom": "6.24.1",
"sonner": "1.5.0",
"tailwind-merge": "2.4.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged"
Expand All @@ -32,11 +43,13 @@
"@innei-util/prettier": "^0.8.2",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.13",
"@types/lodash-es": "4.17.12",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "10.4.19",
"click-to-react-component": "1.1.0",
"daisyui": "4.12.10",
"lint-staged": "15.2.7",
"postcss": "8.4.39",
Expand Down
Loading

0 comments on commit e057f95

Please sign in to comment.