-
- Downloads
modify config to remove dependencies
... | @@ -6,8 +6,7 @@ | ... | @@ -6,8 +6,7 @@ |
"dev": "next dev", | "dev": "next dev", | ||
"build": "next build", | "build": "next build", | ||
"start": "next start", | "start": "next start", | ||
"lint": "next lint", | "lint": "next lint" | ||
"postinstall": "mkdir -p public && cp -r node_modules/xxdk-wasm public/xxdk-wasm" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@nextui-org/button": "^2.0.27", | "@nextui-org/button": "^2.0.27", | ||
... | @@ -16,9 +15,6 @@ | ... | @@ -16,9 +15,6 @@ |
"@nextui-org/system": "^2.0.15", | "@nextui-org/system": "^2.0.15", | ||
"@nextui-org/theme": "^2.1.18", | "@nextui-org/theme": "^2.1.18", | ||
"classnames": "^2.5.1", | "classnames": "^2.5.1", | ||
"console-feed": "^3.5.0", | |||
"dexie": "^3.2.6", | |||
"framer-motion": "^11.0.8", | |||
"next": "14.1.3", | "next": "14.1.3", | ||
"react": "^18", | "react": "^18", | ||
"react-dom": "^18", | "react-dom": "^18", | ||
... | @@ -27,14 +23,17 @@ | ... | @@ -27,14 +23,17 @@ |
"zod": "^3.23.8" | "zod": "^3.23.8" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@eslint/js": "^9.7.0", | |||
"@types/eslint__js": "^8.42.3", | |||
"@types/node": "^20", | "@types/node": "^20", | ||
"@types/react": "^18", | "@types/react": "^18", | ||
"@types/react-dom": "^18", | "@types/react-dom": "^18", | ||
"autoprefixer": "^10.0.1", | "autoprefixer": "^10.0.1", | ||
"eslint": "^8", | "eslint": "^8.57.0", | ||
"eslint-config-next": "14.1.3", | "eslint-config-next": "14.1.3", | ||
"postcss": "^8", | "postcss": "^8", | ||
"tailwindcss": "^3.4.5", | "tailwindcss": "^3.4.7", | ||
"typescript": "^5" | "typescript": "^5.5.4", | ||
"typescript-eslint": "^7.17.0" | |||
} | } | ||
} | } |
yarn.lock
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment