1 Star 0 Fork 8

admins/ant-motion

forked from ant-motion/ant-motion 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "ant-motion",
"version": "1.7.0",
"title": "Ant Motion",
"description": "react animation component",
"homepage": "http://motion.ant.design/",
"repository": {
"type": "git",
"url": "https://github.com/ant-design/ant-motion"
},
"license": "MIT",
"dependencies": {
"rc-animate": "^2.6.0",
"rc-banner-anim": "^2.2.3",
"rc-drawer": "^3.0.2",
"rc-queue-anim": "^1.7.0",
"rc-scroll-anim": "^2.6.1",
"rc-texty": "^0.2.0",
"rc-tween-one": "^2.4.0"
},
"devDependencies": {
"antd": "^3.13.2",
"antd-tools": "^7.0.0",
"babel-eslint": "^10.0.1",
"bisheng": "^1.1.0",
"bisheng-plugin-antd": "^1.0.0",
"bisheng-plugin-description": "^0.1.4",
"bisheng-plugin-react": "^1.0.0",
"bisheng-plugin-toc": "^0.4.4",
"core-js": "^3.0.1",
"cross-env": "^6.0.0",
"enquire-js": "^0.2.1",
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-compat": "^3.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"eslint-plugin-react": "^7.11.1",
"eslint-tinker": "^0.5.0",
"jsonml.js": "^0.1.0",
"pre-commit": "1.x",
"prop-types": "15.x",
"react": "^16.4.0",
"react-document-title": "^2.0.1",
"react-dom": "^16.4.0",
"react-github-button": "^0.1.11",
"react-intl": "^3.2.0",
"react-router": "~5.1.2",
"react-sublime-video": "^0.2.0",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.2.0"
},
"pre-commit": [
"lint"
],
"scripts": {
"start": "rm -rf _site && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
"build": "rm -rf _site && cross-env NODE_ENV=production bisheng build -c ./site/bisheng.config.js",
"site": "npm run build",
"deploy": "npm run site && cp CNAME _site && bisheng gh-pages --push-only",
"lint": "npm run lint:es && npm run lint:style",
"lint:es": "eslint --fix --ext '.js,.jsx' site",
"lint:style": "stylelint --fix \"site/**/*.less\" --syntax less",
"lint:demo": "cross-env RUN_ENV=DEMO eslint ./ --ext '.md' -c ./.eslintrc.js",
"test": "npm run lint"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/rmv/ant-motion.git
[email protected]:rmv/ant-motion.git
rmv
ant-motion
ant-motion
master

搜索帮助