@themineway/smart-storage-react
Version:
A React (TS) library that provides a smart and easy way to store data
48 lines (47 loc) • 1.31 kB
JSON
{
"name": "@themineway/smart-storage-react",
"version": "1.0.0-alpha.15",
"description": "A React (TS) library that provides a smart and easy way to store data",
"homepage": "https://themineway.github.io/smart-storage/docs/react/",
"main": "dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"dev": "tsc --project tsconfig.build.json --watch",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/TheMineWay/smart-storage",
"directory": "packages/smart-storage-react"
},
"keywords": [
"smart-storage",
"storage",
"web",
"react"
],
"author": "TheMineWay",
"license": "MIT",
"packageManager": "pnpm@10.6.2",
"devDependencies": {
"@eslint/js": "^9.28.0",
"@eslint/json": "^0.12.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^22.15.30",
"@types/react": "^19.1.6",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"jsdom": "^26.1.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.1",
"vitest": "^3.2.2",
"yup": "^1.6.1",
"zod": "^4.0.5"
},
"dependencies": {
"@themineway/smart-storage-js": "1.0.0-alpha.19",
"react": "^19.1.0"
}
}