@iimm/formily-taro-vantui
Version:
form field components based on @antmjs/vantui and @formily/react
68 lines • 1.81 kB
JSON
{
"name": "@iimm/formily-taro-vantui",
"version": "1.2.3",
"description": "form field components based on @antmjs/vantui and @formily/react",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"scripts": {
"dev": "father dev",
"build": "father build",
"build:deps": "father prebundle",
"prepublishOnly": "father doctor && npm run build"
},
"keywords": [
"formily",
"taro",
"vant UI",
"form"
],
"authors": [
"liudichen <liudichen@foxmail.com>"
],
"license": "MIT",
"files": [
"dist",
"compiled"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@tarojs/components": "^3.6.8",
"@tarojs/taro": "^3.6.8",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@tarojs/components": "^3.6.8",
"@tarojs/taro": "^3.6.8",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"father": "^4.2.3",
"less": "^4.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@antmjs/vantui": "^3.1.3",
"@formily/core": "^2.2.27",
"@formily/react": "^2.2.27",
"ahooks": "^3.7.8"
}
}