Skip to content

Commit

Permalink
core: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vgseven committed Aug 16, 2024
1 parent 2465c06 commit 79a97c0
Show file tree
Hide file tree
Showing 14 changed files with 276 additions and 378 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ dist
*.local

# Logs
vite.config.js
tsconfig.node.tsbuildinfo
tsconfig.tsbuildinfo
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@
"lint": "biome lint --write .",
"format": "biome format --write .",
"type-check": "tsc --noEmit",
"clean": "pnpm rimraf node_modules && pnpm rimraf .next",
"clean": "pnpm rimraf node_modules && pnpm rimraf dist",
"prepare": "husky",
"build:prepare": "pnpm run type-check && pnpm run lint && pnpm run format && pnpm run build"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-router": "^1.45.14",
"@tanstack/react-router": "^1.48.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"unhead": "^1.9.16"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/cli": "^2.27.7",
"@tanstack/router-plugin": "^1.45.13",
"@tanstack/router-vite-plugin": "^1.45.13",
"@types/node": "^22.0.0",
"@tanstack/router-plugin": "^1.47.0",
"@tanstack/router-vite-plugin": "^1.47.0",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"husky": "^9.1.4",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"vite": "^5.3.5"
"vite": "^5.4.1"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.7.1"
}
Loading

0 comments on commit 79a97c0

Please sign in to comment.