feat: initial react support

This commit is contained in:
Morten Olsen
2024-12-10 22:40:29 +01:00
parent 7bebe30bf7
commit d833dc5643
42 changed files with 557 additions and 15 deletions

View File

@@ -1,10 +1,12 @@
{
"name": "plainidx",
"version": "1.0.0",
"packageManager": "pnpm@9.15.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"build": "turbo build",
"test": "vitest --coverage",
"lint": "eslint packages/*/src",
"build:dev": "tsc --build --watch"
@@ -20,6 +22,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vitest": "^2.1.8"