react-tienda
Version:
React Tienda is a lightweight and intuitive global state management library for React, designed to easily share state across components with minimal setup.
91 lines (90 loc) • 2.15 kB
JSON
{
"version": "1.0.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"bugs": "https://github.com/AhmadHddad/react-tienda/issues",
"homepage": "https://github.com/AhmadHddad/react-tienda",
"icon": "https://github.com/AhmadHddad/react-tienda/blob/main/icon.jpg?raw=true",
"repository": "https://github.com/AhmadHddad/react-tienda",
"description": "React Tienda is a lightweight and intuitive global state management library for React, designed to easily share state across components with minimal setup.",
"engines": {
"node": ">=12.20.0"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build --format=esm",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "yarn run build",
"size": "size-limit",
"dev": "vite",
"analyze": "size-limit --why"
},
"sideEffects": false,
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "react-tienda",
"author": "AhmadHddad",
"module": "dist/react-tienda.esm.js",
"size-limit": [
{
"path": "dist/react-tienda.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/react-tienda.esm.js",
"limit": "10 KB"
}
],
"dependencies": {
"hd-utils": "^1.2.7"
},
"keywords": [
"react",
"state",
"manager",
"management",
"redux",
"store",
"hooks",
"AhmadHddad",
"use-h-hooks",
"useHooks",
"react",
"tienda",
"react-tienda",
"global store",
"global-store",
"createGlobalStre"
],
"devDependencies": {
"@size-limit/preset-small-lib": "^11.1.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.1",
"husky": "^9.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"size-limit": "^11.1.6",
"tsdx": "^0.14.1",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"vite": "^5.0.8"
}
}