UNPKG

zustand-big

Version:

State management for vue based on zustand

62 lines (61 loc) 1.7 kB
{ "name": "zustand-big", "version": "1.0.0-beta.24", "description": "State management for vue based on zustand", "main": "build/index.js", "module": "build/index.es.js", "types": "build/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx rollup -c --bundleConfigAsCjs", "dev": "npx rollup -c -w --development --bundleConfigAsCjs", "pub": "npx vergo run -b -m main && npm publish", "pub-pro": "npx vergo run -m main" }, "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/AwesomeDevin/zustand-vue.git" }, "files": [ "build/" ], "keywords": [ "zustand", "state-management", "external store", "zustand-vue", "vue", "store" ], "author": "AwesomeDevin", "license": "MIT", "bugs": { "url": "https://github.com/AwesomeDevin/zustand-vue/issues" }, "homepage": "https://github.com/AwesomeDevin/zustand-vue#readme", "dependencies": { "zustand": "5.0.2" }, "peerDependencies": { "vue": ">=2.6.0", "zustand": ">=5.0.2" }, "devDependencies": { "vergo": "0.0.1-beta.46", "@rollup/plugin-babel": "^6.0.2", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-typescript": "^9.0.2", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "eslint": "^8.29.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-polyfill": "^4.0.0", "rollup-plugin-serve": "^2.0.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "typescript": "^4.9.3", "vue": "3.2.45" } }