|
12 | 12 | "scripts": {
|
13 | 13 | "dev": "sst bind 'vite'",
|
14 | 14 | "build": "sst bind 'vite build'",
|
| 15 | + "type-check": "tsc --noEmit", |
15 | 16 | "fix": "biome check . --apply",
|
16 |
| - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", |
17 | 17 | "preview": "sst bind 'vite preview'",
|
18 |
| - "set-node-v": "pnpm env use --global 20" |
| 18 | + "set-node-v": "pnpm env use --global 20", |
| 19 | + "knip": "knip" |
19 | 20 | },
|
20 | 21 | "dependencies": {
|
21 | 22 | "@apache-arrow/esnext-esm": "^15.0.0",
|
22 | 23 | "@duckdb/duckdb-wasm": "1.28.1-dev127.0",
|
23 | 24 | "@hookform/resolvers": "^3.3.4",
|
24 | 25 | "@monaco-editor/react": "^4.6.0",
|
25 | 26 | "@observablehq/plot": "^0.6.13",
|
26 |
| - "@paralleldrive/cuid2": "^2.2.2", |
27 | 27 | "@radix-ui/react-accordion": "^1.1.2",
|
28 | 28 | "@radix-ui/react-alert-dialog": "^1.0.5",
|
29 | 29 | "@radix-ui/react-aspect-ratio": "^1.0.3",
|
|
58 | 58 | "@tailwindcss/typography": "^0.5.10",
|
59 | 59 | "@tanstack/react-router": "^1.16.6",
|
60 | 60 | "@tanstack/react-table": "^8.12.0",
|
61 |
| - "@tanstack/react-virtual": "^3.1.1", |
| 61 | + "@tanstack/react-virtual": "^3.1.2", |
62 | 62 | "@tanstack/router-devtools": "^1.16.6",
|
63 | 63 | "@uidotdev/usehooks": "^2.4.1",
|
64 | 64 | "@xenova/transformers": "^2.15.0",
|
|
77 | 77 | "match-sorter": "^6.3.4",
|
78 | 78 | "monaco-editor": "0.46.0",
|
79 | 79 | "nprogress": "^0.2.0",
|
80 |
| - "radix-icons": "^1.0.0", |
81 | 80 | "react": "18.3.0-canary-f0e808e5b-20240214",
|
82 | 81 | "react-day-picker": "^8.10.0",
|
83 | 82 | "react-dom": "18.3.0-canary-f0e808e5b-20240214",
|
84 | 83 | "react-hook-form": "^7.50.1",
|
85 | 84 | "react-hotkeys-hook": "^4.5.0",
|
86 | 85 | "react-resizable-panels": "^2.0.9",
|
87 |
| - "react-syntax-highlighter": "^15.5.0", |
| 86 | + "shiki": "^1.1.6", |
88 | 87 | "sonner": "^1.4.0",
|
89 | 88 | "spin-delay": "^1.2.0",
|
90 | 89 | "tailwind-merge": "^2.2.1",
|
91 | 90 | "tailwindcss-animate": "^1.0.7",
|
92 |
| - "tiny-invariant": "^1.3.1", |
93 | 91 | "vaul": "^0.9.0",
|
94 | 92 | "zod": "^3.22.4",
|
95 | 93 | "zustand": "^4.5.1"
|
|
100 | 98 | "@types/eslint": "^8.56.2",
|
101 | 99 | "@types/node": "^20.11.19",
|
102 | 100 | "@types/nprogress": "^0.2.3",
|
103 |
| - "@types/react": "^18.2.56", |
| 101 | + "@types/react": "^18.2.57", |
104 | 102 | "@types/react-dom": "^18.2.19",
|
105 | 103 | "@types/react-syntax-highlighter": "^15.5.11",
|
106 | 104 | "@types/wicg-file-system-access": "^2023.10.4",
|
107 |
| - "@typescript-eslint/eslint-plugin": "^7.0.1", |
108 |
| - "@typescript-eslint/parser": "^7.0.1", |
| 105 | + "@typescript-eslint/eslint-plugin": "^7.0.2", |
| 106 | + "@typescript-eslint/parser": "^7.0.2", |
109 | 107 | "@vitejs/plugin-react": "^4.2.1",
|
110 | 108 | "autoprefixer": "^10.4.17",
|
111 | 109 | "cssnano": "^6.0.3",
|
112 | 110 | "eslint": "^8.56.0",
|
113 |
| - "eslint-plugin-import": "^2.29.1", |
114 |
| - "eslint-plugin-react": "^7.33.2", |
115 | 111 | "eslint-plugin-react-hooks": "^4.6.0",
|
116 | 112 | "eslint-plugin-react-jsx": "^1.0.0",
|
117 | 113 | "eslint-plugin-react-refresh": "^0.4.5",
|
118 | 114 | "eslint-plugin-simple-import-sort": "^12.0.0",
|
119 | 115 | "eslint-plugin-tailwindcss": "^3.14.2",
|
120 | 116 | "eslint-plugin-unused-imports": "^3.1.0",
|
| 117 | + "knip": "^5.0.1", |
121 | 118 | "postcss": "^8.4.35",
|
122 | 119 | "prettier": "^3.2.5",
|
123 | 120 | "prettier-plugin-tailwindcss": "^0.5.11",
|
|
0 commit comments