Skip to content

Commit

Permalink
feat: update (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack authored Apr 16, 2024
1 parent 8c0c807 commit 80cea34
Show file tree
Hide file tree
Showing 2 changed files with 2,758 additions and 1,387 deletions.
83 changes: 44 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "react-starter",
"version": "1.0.0",
"packageManager": "pnpm@8.6.0",
"packageManager": "pnpm@8.15.7",
"description": "My React template",
"author": "Talljack",
"license": "ISC",
"author": "Talljack <yugang.cao12@gmail.com> (https://github.com/talljack)",
"license": "MIT",
"homepage": "https://github.com/talljack/react-starter",
"funding": "https://github.com/sponsors/talljack",
"bugs": {
"url": "https://github.com/talljack/react-starter/issues"
},
"keywords": [
"React",
"React Template"
Expand All @@ -24,51 +29,51 @@
"test:cov": "vitest run --coverage"
},
"dependencies": {
"@antfu/eslint-config-react": "^0.38.2",
"@headlessui/react": "^1.7.13",
"@headlessui/tailwindcss": "^0.1.2",
"@antfu/eslint-config-react": "^0.43.1",
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.0",
"@tanstack/react-router": "0.0.1-beta.83",
"@tanstack/router": "0.0.1-beta.83",
"classnames": "^2.3.2",
"i18next": "^22.4.13",
"i18next-browser-languagedetector": "^7.0.1",
"immer": "^9.0.21",
"jotai": "^2.0.3",
"jotai-devtools": "^0.4.0",
"jotai-immer": "^0.2.0",
"next-i18next": "^13.2.2",
"classnames": "^2.5.1",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"immer": "^10.0.4",
"jotai": "^2.8.0",
"jotai-devtools": "^0.8.0",
"jotai-immer": "^0.3.0",
"next-i18next": "^15.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-use": "^17.4.0",
"react-i18next": "^14.1.0",
"react-use": "^17.5.0",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"autoprefixer": "^10.4.14",
"@testing-library/react": "^15.0.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-c8": "^0.33.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"esno": "^0.16.3",
"happy-dom": "^9.1.0",
"lint-staged": "^13.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"esno": "^4.7.0",
"happy-dom": "^14.7.1",
"lint-staged": "^15.2.2",
"picocolors": "^1.0.0",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.2",
"prettier": "^2.8.7",
"simple-git-hooks": "^2.8.1",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.2",
"vite": "^4.2.1",
"vite-tsconfig-paths": "^4.0.7",
"vitest": "^0.29.8"
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.1",
"prettier": "^3.2.5",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
Expand Down
Loading

0 comments on commit 80cea34

Please sign in to comment.