Skip to content

Commit

Permalink
clean garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Oct 11, 2024
1 parent 4a46777 commit 1599028
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
15 changes: 0 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 2 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"before-dev": "pnpm sync-types && vite",
"before-build": "pnpm sync-types && pnpm build",
"update-deps": "pnpm dlx npm-check-updates --configFileName .ncurc.json",
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix",
"format:js": "prettier --write \"**/*.{json,js,jsx,ts,tsx}\" --log-level warn",
"format": "pnpm format:js && cargo fmt",
"sync-types": "cargo test && pnpm format",
"preinstall": "pnpm dlx only-allow pnpm",
"test": "vitest --run",
"test:ui": "vitest --ui"
"format": "prettier --write \"**/*.{json,js,jsx,ts,tsx}\" --log-level warn"
},
"dependencies": {
"@ark-ui/react": "^1.1.0",
Expand All @@ -27,13 +19,7 @@
"eventemitter3": "^5.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"simli-client": "^1.0.7",
"socket.io-client": "^4.8.0",
"usehooks-ts": "^2.9.1",
"wouter": "^2.12.1",
"zod": "^3.22.4",
"zustand": "^4.4.7"
"simli-client": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
Expand Down

0 comments on commit 1599028

Please sign in to comment.