mirror of
https://github.com/morten-olsen/plainidx.git
synced 2026-02-08 01:06:24 +01:00
feat: initial react support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user