hm-react-cli
Version:
Create a Huimei React project by module
62 lines (61 loc) • 1.42 kB
JSON
{
"name": "rc-trigger",
"version": "1.9.1",
"description": "base abstract trigger component for react",
"keywords": [
"react",
"react-component",
"react-trigger",
"trigger"
],
"homepage": "https://github.com/react-component/trigger",
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/react-component/trigger.git"
},
"bugs": {
"url": "https://github.com/react-component/trigger/issues"
},
"files": [
"lib",
"assets/*.css"
],
"licenses": "MIT",
"main": "./lib/index",
"config": {
"port": 8200
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"test": "rc-tools run test",
"chrome-test": "rc-tools run chrome-test",
"coverage": "rc-tools run coverage"
},
"devDependencies": {
"async": "~1.5.0",
"expect.js": "0.3.x",
"jquery": "~1.11.3",
"object-assign": "~4.0.1",
"pre-commit": "1.x",
"rc-tools": "5.x",
"react": "15.x",
"react-addons-test-utils": "15.x",
"react-dom": "15.x"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-runtime": "6.x",
"rc-align": "2.x",
"rc-util": "4.x",
"rc-animate": "2.x"
}
}