y-taro-ui
Version:
基于taro的表单解决方案 & 基础组件
77 lines (76 loc) • 2.34 kB
JSON
{
"name": "y-taro-ui",
"version": "2.1.0-rc.6-beta",
"private": false,
"description": "基于taro的表单解决方案 & 基础组件",
"main": "lib/index.min.js",
"module": "lib/index.es.min.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"tarojs",
"form",
"lib",
"weapp",
"h5"
],
"templateInfo": {
"name": "YZH",
"typescript": true,
"css": "less"
},
"scripts": {
"dev": "cd ./example && npm run build -- --watch",
"dev:h5": "cd ./example && npm run build:h5 -- --watch",
"start": "yarn run dev",
"start:h5": "yarn run dev:h5",
"build": "rm -rf ./lib && mkdir lib && cp ./src/components/Icon/iconfont.woff ./lib && bili && cp -r lib example/"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"author": "littcc",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.7.7",
"@rollup/plugin-image": "^2.0.6",
"@tarojs/cli": "3.4.11",
"@tarojs/components": "3.4.11",
"@tarojs/mini-runner": "3.4.11",
"@tarojs/plugin-framework-react": "3.4.11",
"@tarojs/react": "3.4.11",
"@tarojs/runtime": "3.4.11",
"@tarojs/taro": "3.4.11",
"@tarojs/webpack-runner": "3.4.11",
"@types/react": "^17.0.2",
"@types/react-transition-group": "^4.4.5",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"babel-preset-taro": "3.4.11",
"bili": "^5.0.5",
"eslint": "^8.12.0",
"eslint-config-taro": "3.4.11",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^4.2.0",
"less": "^4.1.1",
"mobx": "^4.8.0",
"mobx-react": "^6.1.4",
"queue-microtask": "^1.2.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"stylelint": "9.3.0"
},
"dependencies": {
"going-merry": "^0.2.0",
"react-transition-group": "^4.4.2"
}
}