use chemical with wisp, cleanup
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user