@enjoys/react-api
Version:
106 lines • 2.64 kB
JSON
{
"name": "@enjoys/react-api",
"version": "0.0.2",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"sideEffects": false,
"types": "dist/index.d.ts",
"homepage": "https://github.com/enjoys-in/react-api",
"repository": {
"type": "git",
"url": "https://github.com/enjoys-in/react-api.git"
},
"exports": {
"./idb": {
"types": "./dist/idb/index.d.ts",
"import": "./dist/idb/index.mjs",
"require": "./dist/idb/index.js"
},
"./ofs": {
"types": "./dist/ofs/index.d.ts",
"import": "./dist/ofs/index.mjs",
"require": "./dist/ofs/index.js"
},
"./react-event": {
"types": "./dist/react-event/index.d.ts",
"import": "./dist/react-event/index.mjs",
"require": "./dist/react-event/index.js"
},
"./cache-storage": {
"types": "./dist/cache-storage/index.d.ts",
"import": "./dist/cache-storage/index.mjs",
"require": "./dist/cache-storage/index.js"
}
},
"files": [
"dist"
],
"keywords": [
"react",
"react-hooks",
"typescript",
"browser",
"indexeddb",
"idb",
"ofs",
"file system access",
"filesystem api",
"file system",
"event hooks",
"custom event",
"react event",
"storage",
"data sync",
"client-side storage",
"offline storage",
"browser api",
"react api utils",
"react-api",
"enjoys",
"npm package",
"frontend utilities",
"file access react",
"web app storage",
"react file system",
"modern web api"
],
"author": "ENJOYS",
"license": "MIT",
"scripts": {
"build": "tsup",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@rollup/rollup-darwin-x64": "^4.42.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tsup": "^8.3.6"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/dot-object": "^2.1.6",
"@types/node": "^22.15.30",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"dexie": "^4.0.11",
"dexie-observable": "^4.0.1-beta.13",
"dexie-react-hooks": "^1.1.7",
"dot-object": "^2.1.5",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
},
"peerDependenciesMeta": {
"react": {
"optional": false
}
}
}