diff --git a/README.md b/README.md index 1baadec..738852c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ ##### BUN +- [classnames](https://github.com/JedWatson/classnames) - [barrelsby](https://github.com/bencoveney/barrelsby) - [eden](https://elysiajs.com/plugins/eden/overview.html) - [elysia](https://elysiajs.com/introduction.html) @@ -65,6 +66,9 @@ - [typefest](https://github.com/sindresorhus/type-fest) - [react waypoint](https://github.com/civiccc/react-waypoint) - [react ideal image](https://github.com/stereobooster/react-ideal-image/tree/master) +- [react aria](https://react-spectrum.adobe.com/react-aria/) +- [axe core npm](https://github.com/dequelabs/axe-core-npm) +- [axe core](https://github.com/dequelabs/axe-core) ##### NIM diff --git a/apps/apps.backend.tsconfig.json b/apps/apps.backend.tsconfig.json index 37366b8..fa50d42 100644 --- a/apps/apps.backend.tsconfig.json +++ b/apps/apps.backend.tsconfig.json @@ -1,6 +1,4 @@ { "extends": "./apps.tsconfig.json", - "compilerOptions": { - "emitDeclarationOnly": false - } + "compilerOptions": {} } diff --git a/apps/apps.frontend.tsconfig.json b/apps/apps.frontend.tsconfig.json index 84712dc..fa50d42 100644 --- a/apps/apps.frontend.tsconfig.json +++ b/apps/apps.frontend.tsconfig.json @@ -1,6 +1,4 @@ { "extends": "./apps.tsconfig.json", - "compilerOptions": { - "emitDeclarationOnly": true - } + "compilerOptions": {} } diff --git a/apps/nirvlife/dev.tsx b/apps/nirvlife/dev.tsx index 6aeecb7..6f43f2c 100644 --- a/apps/nirvlife/dev.tsx +++ b/apps/nirvlife/dev.tsx @@ -6,7 +6,6 @@ const PROJECT_ROOT = import.meta.dir; const PUBLIC_DIR = path.resolve(PROJECT_ROOT, "public"); const BUILD_DIR = path.resolve(PROJECT_ROOT, "build"); -// TODO(noah): doesnt clean dir await Bun.build({ entrypoints: ["./src/main.tsx"], outdir: "./build", diff --git a/apps/nirvlife/package.json b/apps/nirvlife/package.json index e711676..b752e89 100644 --- a/apps/nirvlife/package.json +++ b/apps/nirvlife/package.json @@ -26,8 +26,10 @@ "@tanstack/react-query-devtools": "4.29.7", "@tanstack/react-query-persist-client": "4.29.7", "@tanstack/react-table": "8.9.1", + "classnames": "^2.3.2", "ky": "0.33.3", "react": "18.2.0", + "react-aria": "^3.24.0", "react-dom": "18.2.0", "react-ideal-image": "git@github.com:noahehall/react-ideal-image.git#72d7328", "react-query-kit": "^1.4.4", @@ -38,6 +40,7 @@ "web-vitals": "3.3.1" }, "devDependencies": { + "@axe-core/react": "^4.7.1", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "@types/react-router-dom": "5.3.3", @@ -48,13 +51,16 @@ "postcss-flexbugs-fixes": "5.0.2", "prettier": "^2.8.8", "react-refresh": "0.14.0", + "turbo": "^1.9.8", "type-fest": "^3.10.0", "typescript": "beta" }, "scripts": { "barrels": "barrelsby --config ./barrels.json", - "rm:cache": "bun pm cache rm", "dev": "rm -rf build/* && bun run --watch dev.tsx", + "postdev": "bun --hot src/main.tsx", + "rm:cache": "bun pm cache rm", + "test:types": "bunx tsc", "upgrade:bun": "bun upgrade --canary", "upgrade:deps": "bunx ncu -u && bun install" } diff --git a/apps/nirvlife/public/index.html b/apps/nirvlife/public/index.html index 0b79633..365a0e6 100644 --- a/apps/nirvlife/public/index.html +++ b/apps/nirvlife/public/index.html @@ -27,17 +27,7 @@
- - +