2 Star 0 Fork 0

react-component/m-align

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
牟勒个强 提交于 2017-09-21 11:25 +08:00 . bump 1.0.0
{
"name": "rmc-align",
"version": "1.0.0",
"description": "react align ui component for mobile",
"keywords": [
"react",
"react-component",
"react-align",
"align",
"mobile align"
],
"files": [
"lib",
"es",
"dist"
],
"homepage": "http://github.com/react-component/m-align",
"author": "",
"repository": {
"type": "git",
"url": "git@github.com:react-component/m-align.git"
},
"bugs": {
"url": "http://github.com/react-component/m-align/issues"
},
"licenses": "MIT",
"main": "./lib/index",
"module": "./es/index",
"config": {
"port": 8100
},
"scripts": {
"dist": "rc-tools run dist",
"watch-tsc": "rc-tools run watch-tsc",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint",
"compile": "rc-tools run compile --babel-runtime",
"karma": "rc-test run karma",
"saucelabs": "rc-test run saucelabs",
"test": "rc-test run test",
"chrome-test": "rc-test run chrome-test",
"coverage": "rc-test run coverage"
},
"devDependencies": {
"@types/react": "~16.0.2",
"@types/react-dom": "15.5.1",
"expect.js": "0.3.x",
"pre-commit": "1.x",
"rc-tools": "6.x",
"rc-test": "6.x",
"react": "15.x",
"react-dom": "15.x"
},
"pre-commit": [
"lint"
],
"typings": "./lib/index.d.ts",
"dependencies": {
"babel-runtime": "6.x",
"dom-align": "1.x",
"rc-util": "4.x"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_react-component/m-align.git
git@gitee.com:mirrors_react-component/m-align.git
mirrors_react-component
m-align
m-align
master

搜索帮助