@taro-hooks/sandpack
Version:
sandpack for taro-hooks
53 lines • 1.28 kB
JSON
{
"name": "@taro-hooks/sandpack",
"version": "2.2.0",
"description": "sandpack for taro-hooks",
"sideEffects": false,
"author": "innocces<jiangjiangjiangxi@gmail.com>(https://github.com/innocces)",
"homepage": "https://github.com/innocces/taro-hooks/blob/next/packages/sandpack/README.md",
"license": "MIT",
"typedocMain": "./src/index.ts",
"main": "./lib/index.js",
"module": "./es/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib",
"es",
"package.json",
"README.md"
],
"keywords": [
"taro-hooks",
"hooks",
"sandpack",
"taro"
],
"repository": {
"type": "git",
"url": "git+https://github.com/innocces/taro-hooks"
},
"peerDependencies": {
"react": ">=16.8",
"react-dom": ">=16.8"
},
"bugs": {
"url": "https://github.com/innocces/taro-hooks/issues"
},
"packageManager": "pnpm@8.3.1",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"gitHead": "628c69db9aed1a7c258f75dcf095449ec99023e0",
"dependencies": {
"@codesandbox/sandpack-client": "^1.20.9",
"@codesandbox/sandpack-react": "^1.20.9"
},
"devDependencies": {
"tslib": "^2.5.0"
},
"scripts": {
"dev": "gulp -f gulpfile.watch.js",
"build": "gulp"
}
}