UNPKG

kara-reactutil-mobileweb

Version:

kara项目移动端react公共模块功能

80 lines (79 loc) 2.49 kB
{ "name": "kara-reactutil-mobileweb", "version": "0.0.17", "description": "kara项目移动端react公共模块功能", "main": "lib/index.js", "scripts": { "dev": "babel-node ./dev/app.js --presets env stage-0", "start": "babel-node ./dev/app.js --presets env stage-0", "test": "--", "build": "webpack --config webpack.production.config.js -p", "doc": "jsdoc -r src -d doc -c conf.json --readme README.md" }, "repository": { "type": "git", "url": "ssh://git@gitlab-console.asiainfo.com:10022/kara-apps/kara-reactutil-mobileweb.git" }, "keywords": [ "kara", "react", "components", "mobileweb" ], "author": "Asiainfo.CIT", "license": "MIT", "devDependencies": { "autoprefixer": "^7.1.2", "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.23.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", "clean-webpack-plugin": "^0.1.16", "cross-spawn": "^5.1.0", "css-loader": "^0.28.4", "eslint": "^3.19.0", "eslint-config-airbnb": "^15.0.2", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.9.0", "eslint-plugin-flowtype": "^2.34.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^5.1.1", "eslint-plugin-react": "^7.1.0", "eventsource-polyfill": "^0.9.6", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "html-webpack-plugin": "^2.29.0", "jsdoc": "^3.4.3", "jsdoc-babel": "^0.3.0", "node-sass": "^4.5.3", "postcss-flexbugs-fixes": "^3.0.0", "postcss-loader": "^2.0.6", "postcss-pxtorem": "^4.0.1", "postcss-utilities": "^0.7.0", "resolve-url-loader": "^2.1.0", "sass-loader": "^6.0.6", "style-loader": "^0.18.2", "stylelint-config-standard": "^16.0.0", "stylelint-webpack-plugin": "^0.8.0", "url-loader": "^0.5.9", "webpack": "^3.2.0", "webpack-dev-middleware": "^1.11.0", "webpack-dev-server": "^2.5.1", "webpack-hot-middleware": "^2.18.2" }, "dependencies": { "babel-polyfill": "^6.23.0", "lodash": "^4.17.4", "prop-types": "^15.5.10", "react": "^15.6.1", "react-dom": "^15.6.1", "whatwg-fetch": "^2.0.3" } }