UNPKG

rat-button

Version:

button component for Rax.

72 lines (71 loc) 1.88 kB
{ "name": "rat-button", "description": "button component for Rax.", "version": "0.1.28", "main": "lib/index.js", "license": "BSD-3-Clause", "keywords": [ "rat", "react", "rat-button" ], "repository": { "type": "git", "url": "git+https://github.com/alibaba/rat.git" }, "shopConfig": { "type": "component", "bizCode": "official", "whitelist": {} }, "files": [ "lib", "build" ], "scripts": { "eslint": "./node_modules/eslint/bin/eslint.js --fix ./ --ext .jsx --ext .js", "start": "gulp start", "build": "gulp build", "watch": "babel src --out-dir lib --watch" }, "readmeFilename": "README.md", "dependencies": { "rat-frame": "^0.1.18", "rat-provider": "^0.1.28", "rat-view": "^0.1.28" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "*", "babel-loader": "^7.1.1", "babel-plugin-module-alias": "^1.6.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-object-assign": "^6.22.0", "babel-polyfill": "^6.8.0", "babel-preset-es2015": "^6.24.1", "babel-preset-rax": "^0.6.4-3", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "del": "^2.2.0", "eslint": "^4.1.1", "eslint-config-ali": "^2.0.0", "eslint-plugin-import": "^2.6.0", "eslint-plugin-react": "^7.1.0", "fallback-port": "^0.1.7", "gulp": "~3.9.1", "gulp-babel": "~6.1.2", "gulp-util": "~3.0.7", "lodash": "^4.12.0", "open": "~0.0.5", "postcss-loader": "^0.9.1", "raw-loader": "^0.5.1", "rax-webpack-plugin": "^0.6.5", "reqwest": "~2.0.5", "style-loader": "~0.13.1", "stylesheet-loader": "^0.6.4-1", "webpack": "^3.4.1", "webpack-dev-server": "^2.6.1" }, "gitHead": "98ee76decddec95af3fbff8198ffd87fd08fb5d4" }