Skip to content
Snippets Groups Projects
Commit 0340d7fa authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

modify config to remove dependencies

parent 24ed0a8c
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "mkdir -p public && cp -r node_modules/xxdk-wasm public/xxdk-wasm"
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "^2.0.27",
......@@ -16,9 +15,6 @@
"@nextui-org/system": "^2.0.15",
"@nextui-org/theme": "^2.1.18",
"classnames": "^2.5.1",
"console-feed": "^3.5.0",
"dexie": "^3.2.6",
"framer-motion": "^11.0.8",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
......@@ -27,14 +23,17 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.4.5",
"typescript": "^5"
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0"
}
}
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment