Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 56acc00

Browse files
committed
clean up
1 parent 6bcb2d9 commit 56acc00

File tree

3 files changed

+2389
-194
lines changed

3 files changed

+2389
-194
lines changed

package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"build": "tsc && vite build",
99
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
1010
"preview": "vite preview",
11-
"kiwic": "node_modules/kiwi-schema/cli.js"
11+
"kiwic": "node_modules/kiwi-schema/cli.js",
12+
"ncu": "ncu"
1213
},
1314
"dependencies": {
14-
"@ariakit/react": "^0.3.5",
15-
"@types/pako": "^2.0.3",
15+
"@radix-ui/react-popover": "^1.0.7",
1616
"@uiw/color-convert": "^2.0.2",
1717
"@uiw/react-color": "^2.0.2",
1818
"buffer": "^6.0.3",
@@ -29,14 +29,14 @@
2929
"react-dom": "^18.2.0",
3030
"react-hotkeys-hook": "^4.4.1",
3131
"reactflow": "^11.10.1",
32-
"tailwind-children": "^0.5.0",
3332
"tailwind-merge": "^2.0.0",
3433
"usehooks-ts": "^2.9.1",
3534
"uuid-int": "^3.1.0"
3635
},
3736
"devDependencies": {
3837
"@types/color": "^3.0.6",
3938
"@types/lodash": "^4.14.201",
39+
"@types/pako": "^2.0.3",
4040
"@types/python-struct": "^1.0.4",
4141
"@types/react": "^18.2.37",
4242
"@types/react-dom": "^18.2.15",
@@ -47,6 +47,7 @@
4747
"eslint": "^8.53.0",
4848
"eslint-plugin-react-hooks": "^4.6.0",
4949
"eslint-plugin-react-refresh": "^0.4.4",
50+
"npm-check-updates": "^16.14.6",
5051
"postcss": "^8.4.31",
5152
"tailwindcss": "^3.3.5",
5253
"typescript": "^5.2.2",

0 commit comments

Comments
 (0)