cyl-hooks-tools
Version:
基于react上下文实现的权限管理
62 lines (61 loc) • 1.37 kB
JSON
{
"name": "cyl-hooks-tools",
"version": "0.0.9",
"description": "基于react上下文实现的权限管理",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"types": "index.d.ts",
"files": [
"dist/*",
"index.js",
"index.d.ts",
"components/*",
"useCo/*",
"useCollector/*",
"useWebsocket/*",
"useIndexedDB/*",
"modules/*",
"utils/*",
"README.md"
],
"keywords": [
"tools",
"前端",
"IT",
"hooks",
"react",
"api",
"状态管理",
"pullstate",
"axios"
],
"author": "chuyanlong",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@types/react": "^18.0.28",
"babel": "^6.23.0",
"babel-loader": "^8.2.5",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@types/js-cookie": "^3.0.3",
"@types/lodash": "^4.14.191",
"@types/qs": "^6.9.7",
"@types/webpack": "^5.28.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"pullstate": "^1.25.0",
"qs": "^6.11.1",
"react": "^18.2.0"
}
}