taro-manage-layout
Version:
42 lines (41 loc) • 891 B
JSON
{
"name": "taro-manage-layout",
"version": "0.0.4",
"description": "简洁移动办公框架",
"keywords": [
"Taro",
"后台管理框架",
"后台管理",
"后台",
"数据表格"
],
"author": "贾静豪",
"homepage": "https://gitee.com/niu-xiaonai/taro-manage-layout.git",
"license": "MIT",
"main": "./dist/index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"index.js",
"types"
],
"repository": {
"type": "gitee",
"url": "https://gitee.com/niu-xiaonai/taro-manage-layout.git"
},
"scripts": {
"build": "tsc && node ./build.js"
},
"dependencies": {
"zustand": "^5.0.3"
},
"devDependencies": {
"@tarojs/components": "4.0.10",
"@tarojs/taro": "4.0.10",
"@types/node": "^18",
"@types/react": "^18.0.0",
"react": "^18.0.0",
"typescript": "^5.4.5",
"sass": "^1.87.0"
}
}