alveron
Version:
Elm-inspired state management for React
61 lines (60 loc) • 1.29 kB
JSON
{
"name": "alveron",
"version": "8.0.3",
"description": "Elm-inspired state management for React",
"author": "Robin Weser <contact@weser.io>",
"license": "MIT",
"homepage": "https://alveron.js.org",
"repository": "https://github.com/robinweser/alveron.git",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"files": [
"LICENSE",
"README.md",
"dist/**"
],
"browserslist": [
"IE >= 11",
"Firefox >= 60",
"Safari >= 11.1",
"Chrome >= 66",
"ChromeAndroid >= 66",
"iOS >= 11.3",
"Edge >= 15"
],
"scripts": {
"setup": "pnpm build",
"clean": "rimraf dist",
"build": "tsc -b",
"dev": "pnpm build -w",
"test": "ava",
"check": "pnpm build && pnpm test"
},
"keywords": [
"state management",
"state",
"react",
"react-hooks",
"react-state",
"optimstic-ui",
"optimistic-updates",
"elm"
],
"peerDependencies": {
"react": ">16.3.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"ava": "^6.1.3",
"react": "canary",
"rimraf": "^3.0.2",
"typescript": "^5.4.5"
},
"gitHead": "be382e887256e15beb7a520ed9677ab9b366b739"
}