UNPKG

useglobals

Version:

基于Jotai二次封装的轻量状态管理工具

38 lines (37 loc) 847 B
{ "name": "useglobals", "version": "1.1.17", "description": "基于Jotai二次封装的轻量状态管理工具", "author": "scottxia", "main": "dist/index.js", "scripts": { "build": "webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react", "jotai", "useHook" ], "files": [ "dist" ], "license": "ISC", "dependencies": { "@babel/core": "^7.18.0", "@babel/plugin-transform-runtime": "^7.18.0", "@babel/preset-env": "^7.18.0", "@rollup/plugin-babel": "^5.3.1", "acorn": "^8.7.1", "jotai": "^1.6.5", "magic-string": "^0.26.2", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-terser": "^7.0.2", "sander": "^0.6.0" }, "devDependencies": { "rollup": "^2.74.1", "webpack": "^5.72.1", "webpack-cli": "^4.9.2" } }