feat (v1.0.0): initial refactor and redesign

This commit is contained in:
Aidan 2025-10-09 04:12:05 -04:00
parent 3058aa1ab4
commit fe9b50b30e
134 changed files with 17792 additions and 3670 deletions

View file

@ -1,45 +1,51 @@
{
"name": "aidxncc",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "bun run server.ts",
"scan": "bash -lc 'trap \"kill 0\" EXIT; bun run server.ts & bunx react-scan@latest localhost:3000'",
"docs:generate": "typedoc",
"docs:watch": "typedoc --watch",
"prebuild": "bun run docs:generate",
"build": "next build",
"start": "NODE_ENV=production bun run server.ts",
"lint": "next lint"
"lint": "next lint",
"test": "bun test",
"test:watch": "bun test --watch"
},
"dependencies": {
"@radix-ui/react-progress": "^1.1.7",
"class-variance-authority": "^0.7.1",
"@types/bun": "^1.2.23",
"clsx": "^2.1.1",
"geist": "^1.5.1",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.2.0",
"lucide-react": "^0.485.0",
"next": "^15.5.3",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.3",
"next": "^15.5.4",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"recharts": "^3.2.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.6",
"recharts": "^3.2.1",
"remark-gfm": "^4.0.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.8"
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^24.4.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"eslint": "^9.35.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.7.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.37.0",
"eslint-config-next": "15.1.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
"tailwindcss": "^4.1.14",
"typedoc": "^0.28.13",
"typescript": "^5.9.3"
},
"trustedDependencies": [
"sharp",