use chemical with wisp, cleanup

This commit is contained in:
Nebelung
2024-10-13 19:14:49 +00:00
parent fcd6718d0c
commit 408fa074bb
25 changed files with 2362 additions and 5177 deletions
+4 -4
View File
@@ -1,12 +1,11 @@
{
"name": "radius",
"description": "Simple, Super & Squeaky clean.",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "node server.mjs",
"build": "next build",
"start": "next start",
"lint": "next lint"
"start": "NODE_ENV=production node server.mjs"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
@@ -20,6 +19,7 @@
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@tomphttp/bare-server-node": "^2.0.4",
"chemicaljs": "^2.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.8",