@lspriv/plugin-taro
Version:
小程序日历组件Taro插件
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "@lspriv/plugin-taro",
"version": "1.0.2-alpha.2",
"description": "小程序日历组件Taro插件",
"keywords": [
"Taro",
"Plugin",
"Miniprogram",
"Calendar"
],
"author": "lspriv",
"homepage": "https://github.com/lspriv/plugin-taro#readme",
"license": "MIT",
"main": "index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"index.js",
"types"
],
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"package": "node ./scripts/publish.js"
},
"bugs": {
"url": "https://github.com/lspriv/plugin-taro/issues"
},
"dependencies": {
"@tarojs/runtime": "^4.0.8",
"@tarojs/service": "^4.0.8",
"colors": "^1.4.0",
"fs-extra": "^11.2.0",
"ora": "^5.4.1",
"webpack-chain": "^6.5.1"
},
"devDependencies": {
"@inquirer/prompts": "^3.3.2",
"@lspriv/wx-calendar": "1.8.3-alpha.1",
"@types/node": "^18.15.11",
"@types/react": "^18.3.18",
"commander": "^12.0.0",
"miniprogram-api-typings": "^3.12.3",
"typescript": "^5.7.3"
},
"peerDependencies": {
"@tarojs/runtime": "^4.0.8"
}
}