antui-mobile
Version:
mobile ui for antd
130 lines (129 loc) • 4.79 kB
JSON
{
"name": "antui-mobile",
"version": "0.1.22",
"description": "mobile ui for antd",
"main": "./lib",
"scripts": {
"start": "webpack-dev-server --config webpack.config.doc.js --hot --inline --progress --colors --host 0.0.0.0 --port 8988",
"start:example": "webpack-dev-server --hot --inline --progress --colors --host 0.0.0.0 --port 8988",
"clean": "rimraf ./lib ./coverage",
"build:less": "babel ./bin --out-dir ./bin && node ./bin/lessc.js",
"build": "npm run clean & cross-env NODE_ENV=production babel ./src --out-dir ./lib --copy-files && npm run build:less",
"build:example": "rimraf ./dist && webpack --progress --colors -p",
"build:doc": "rimraf ./dist/docs && webpack --config webpack.config.doc.js --progress --colors -p",
"lint": "esw webpack.config.* src example doc --color",
"lint:fix": "npm run lint -- --fix",
"pretest": "npm run lint",
"test": "mocha --compilers js:babel-core/register --recursive -r ignore-styles -r jsdom-global/register",
"test:watch": "npm run test -- --watch",
"coverage": "npm run lint & nyc --require babel-core/register mocha -r ignore-styles -r jsdom-global/register && nyc report --reporter=lcov",
"c9start": "webpack-dev-server --config webpack.config.doc.js --hot --inline --progress --colors --host $IP --port $PORT",
"publish:lib": "npm run build && npm --registry https://registry.npmjs.org publish && npm run clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weiq/antui-mobile.git"
},
"keywords": [
"mobile",
"ui",
"framework",
"antd",
"antui",
"mobile",
"react"
],
"author": "antui team",
"license": "MIT",
"bugs": {
"url": "https://github.com/weiq/antui-mobile/issues"
},
"homepage": "https://github.com/weiq/antui-mobile",
"dependencies": {
"antd-mobile": "^1.1.4-beta.1",
"babel-runtime": "^6.23.0",
"blazy": "^1.8.2",
"classnames": "^2.2.0",
"create-react-class": "^15.5.3",
"mobile-detect": "^1.3.3",
"object-assign": "^4.1.1",
"react-addons-css-transition-group": "^15.5.2",
"warning": "^3.0.0",
"wolfy87-eventemitter": "^5.1.0",
"echarts": "~3.5.0"
},
"devDependencies": {
"autoprefixer": "^6.3.5",
"babel": "^6.0.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.0.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import-demand": "^0.1.5",
"babel-plugin-istanbul": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-require-ignore": "0.0.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-standalone": "^6.18.2",
"codemirror": "^5.20.2",
"cross-env": "^4.0.0",
"css-loader": "^0.23.0",
"enzyme": "^2.6.0",
"eslint": "^3.17.1",
"eslint-config-standard": "^6.0.0",
"eslint-config-standard-react": "^4.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-promise": "^3.0.0",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-standard": "^2.0.0",
"eslint-watch": "2.1.13",
"extract-text-webpack-plugin": "^1.0.1",
"fastclick": "^1.0.6",
"file-loader": "^0.8.5",
"github-markdown-css": "^2.4.1",
"highlight.js": "^9.8.0",
"history": "^1.17.0",
"html-webpack-plugin": "^2.14.0",
"ignore-styles": "^5.0.1",
"jsdom": "9.8.3",
"jsdom-global": "2.1.0",
"json-loader": "^0.5.4",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"mocha": "^2.3.4",
"nyc": "^9.0.1",
"open-browser-webpack-plugin": "0.0.1",
"postcss-loader": "^0.8.2",
"postcss-pxtorem": "^4.0.1",
"raw-loader": "^0.5.1",
"rc-menu": "^5.0.10",
"rc-tabs": "^7.5.0",
"react-addons-css-transition-group": "^0.14.7 || ^15.0.0-0 || 15.x",
"react-addons-test-utils": "^0.14.3 || ^15.0.0-0 || 15.x",
"react-codemirror": "^0.2.6",
"react-copy-to-clipboard": "^5.0.0",
"react-docgen": "^2.12.1",
"react-fontawesome": "^1.3.1",
"react-remarkable": "^1.1.1",
"react-router": "^2.6.0",
"react-split-pane": "^0.1.52",
"rimraf": "^2.4.3",
"sinon": "^1.17.2",
"style-loader": "^0.13.0",
"svg-sprite-loader": "^0.3.1",
"uglify-loader": "^1.2.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.12.1"
},
"peerDependencies": {
"react": "0.14.x || 15.x",
"react-dom": "^0.14.x || 15.x"
}
}