|
8 | 8 | "build": "tsc && vite build",
|
9 | 9 | "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
10 | 10 | "preview": "vite preview",
|
11 |
| - "kiwic": "node_modules/kiwi-schema/cli.js" |
| 11 | + "kiwic": "node_modules/kiwi-schema/cli.js", |
| 12 | + "ncu": "ncu" |
12 | 13 | },
|
13 | 14 | "dependencies": {
|
14 |
| - "@ariakit/react": "^0.3.5", |
15 |
| - "@types/pako": "^2.0.3", |
| 15 | + "@radix-ui/react-popover": "^1.0.7", |
16 | 16 | "@uiw/color-convert": "^2.0.2",
|
17 | 17 | "@uiw/react-color": "^2.0.2",
|
18 | 18 | "buffer": "^6.0.3",
|
|
29 | 29 | "react-dom": "^18.2.0",
|
30 | 30 | "react-hotkeys-hook": "^4.4.1",
|
31 | 31 | "reactflow": "^11.10.1",
|
32 |
| - "tailwind-children": "^0.5.0", |
33 | 32 | "tailwind-merge": "^2.0.0",
|
34 | 33 | "usehooks-ts": "^2.9.1",
|
35 | 34 | "uuid-int": "^3.1.0"
|
36 | 35 | },
|
37 | 36 | "devDependencies": {
|
38 | 37 | "@types/color": "^3.0.6",
|
39 | 38 | "@types/lodash": "^4.14.201",
|
| 39 | + "@types/pako": "^2.0.3", |
40 | 40 | "@types/python-struct": "^1.0.4",
|
41 | 41 | "@types/react": "^18.2.37",
|
42 | 42 | "@types/react-dom": "^18.2.15",
|
|
47 | 47 | "eslint": "^8.53.0",
|
48 | 48 | "eslint-plugin-react-hooks": "^4.6.0",
|
49 | 49 | "eslint-plugin-react-refresh": "^0.4.4",
|
| 50 | + "npm-check-updates": "^16.14.6", |
50 | 51 | "postcss": "^8.4.31",
|
51 | 52 | "tailwindcss": "^3.3.5",
|
52 | 53 | "typescript": "^5.2.2",
|
|
0 commit comments