1 Star 0 Fork 15

/Taro-UI

forked from 凹凸实验室/Taro-UI 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 5.20 KB
一键复制 编辑 原始数据 按行查看 历史
koppthe 提交于 2018-11-27 21:49 +08:00 . chore(release): 发布 v1.5.0 版本
{
"name": "taro-ui",
"version": "1.5.0",
"description": "UI KIT for Taro",
"main": "dist/index.js",
"types": "./@types/index.d.ts",
"scripts": {
"dev:weapp": "npm run build:weapp -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:doc": "npm run build:h5-static && node ./build/dev-server",
"build:weapp": "taro build --type weapp",
"build:h5": "taro build --type h5",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:component": "cross-env TARO_BUILD_TYPE=component taro build --ui",
"build:h5-static": "npm run build:h5 && node ./build/build-static",
"build:doc": "npm run build:h5-static && node ./build/build-doc",
"prepublishOnly": "npm run build:component",
"lint": "eslint ./src --fix",
"lint:style": "stylelint \"src/**/*.scss\" --syntax scss",
"lint:style-fix": "stylelint \"src/**/*.scss\" --syntax scss --fix",
"test": "NODE_ENV=test && jest --coverage",
"test:ci": "npm run build:h5 && npm run test"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"eslint --quiet --cache --fix",
"git add"
],
"src/**/*.scss": [
"stylelint --syntax scss --fix",
"git add"
]
},
"keywords": [
"taro",
"taro-ui",
"ui"
],
"files": [
"dist",
"@types",
"src/**/interface.ts",
"src/**/*.d.ts"
],
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
"repository": {
"type": "git",
"url": "git@github.com:nervjs/taro-ui.git"
},
"license": "MIT",
"dependencies": {
"@types/react": "^16.7.3",
"bind-decorator": "^1.0.11",
"classnames": "^2.2.6",
"dayjs": "^1.7.7",
"lodash": "^4.17.10",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.55",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0-beta.55",
"@babel/preset-env": "^7.0.0-beta.55",
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@mapbox/jsxtreme-markdown-loader": "^0.8.3",
"@tarojs/cli": "1.2.0-beta.2",
"@tarojs/components": "1.2.0-beta.2",
"@tarojs/plugin-babel": "1.2.0-beta.2",
"@tarojs/plugin-csso": "1.2.0-beta.2",
"@tarojs/plugin-sass": "1.2.0-beta.2",
"@tarojs/plugin-uglifyjs": "1.2.0-beta.2",
"@tarojs/router": "1.2.0-beta.2",
"@tarojs/taro": "1.2.0-beta.2",
"@tarojs/taro-alipay": "1.2.0-beta.2",
"@tarojs/taro-h5": "1.2.0-beta.2",
"@tarojs/taro-swan": "1.2.0-beta.2",
"@tarojs/taro-weapp": "1.2.0-beta.2",
"@tarojs/webpack-runner": "1.2.0-beta.2",
"@types/react": "16.3.14",
"@types/webpack-env": "^1.13.6",
"at-ui-style": "^1.5.1",
"eslint-config-taro": "1.2.0-beta.2",
"autoprefixer": "^9.0.2",
"babel-core": "^7.0.0-0",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chalk": "^2.4.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^0.1.19",
"commitlint": "^7.2.1",
"copy-to-clipboard": "^3.0.8",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-o2team": "^0.1.6",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-typescript": "^0.12.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^1.1.11",
"front-matter": "^2.3.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^4.0.1",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^3.2.0",
"html-withimg-loader": "^0.1.16",
"husky": "^1.0.0-rc.13",
"jest": "^23.5.0",
"json-loader": "^0.5.7",
"lint-staged": "^7.2.0",
"loader-utils": "^1.1.0",
"markdown-it": "^8.4.2",
"markdown-it-container": "^2.0.0",
"markdown-it-react-loader": "0.0.9",
"mini-css-extract-plugin": "^0.4.2",
"nerv-server": "^1.3.2",
"nerv-test-utils": "^1.3.2",
"nervjs": "^1.3.0",
"node-fs-extra": "^0.8.2",
"ora": "^3.0.0",
"postcss": "^7.0.2",
"postcss-loader": "^2.1.6",
"qrcode.react": "^0.8.0",
"react-markdown-loader": "^1.1.14",
"react-router-dom": "^4.3.1",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^7.0.3",
"simulant": "^0.2.2",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.2.0",
"typescript": "^3.0.1",
"typescript-eslint-parser": "^20.0.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.5",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.3",
"yaml-loader": "^0.5.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ppiao/Taro-UI.git
git@gitee.com:ppiao/Taro-UI.git
ppiao
Taro-UI
Taro-UI
master

搜索帮助