UNPKG

kara-rc-web

Version:

kara项目react组件库

82 lines (81 loc) 2.51 kB
{ "name": "kara-rc-web", "version": "0.0.28", "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" }, "repository": { "type": "git", "url": "ssh://git@gitlab-console.asiainfo.com:10022/kara-apps/kara-rc-web.git" }, "keywords": [ "react", "components", "mobileweb" ], "author": "Asiainfo.CIT", "license": "MIT", "devDependencies": { "autoprefixer": "^7.1.2", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.2", "babel-plugin-import": "^1.4.0", "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.26.0", "case-sensitive-paths-webpack-plugin": "^2.1.1", "clean-webpack-plugin": "^0.1.16", "cross-spawn": "^5.1.0", "css-loader": "^0.28.5", "eslint": "^4.5.0", "eslint-config-airbnb": "^15.1.0", "eslint-config-react-app": "^2.0.0", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^1.9.0", "eslint-plugin-flowtype": "^2.35.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.3.0", "eventsource-polyfill": "^0.9.6", "extract-text-webpack-plugin": "^3.0.0", "html-webpack-plugin": "^2.30.1", "node-sass": "^4.5.3", "postcss-flexbugs-fixes": "^3.2.0", "postcss-loader": "^2.0.6", "postcss-pxtorem": "^4.0.1", "postcss-utilities": "^0.7.0", "promise": "^8.0.1", "react-dev-utils": "^3.1.1", "react-error-overlay": "^1.0.10", "react-router": "^4.1.2", "resolve-url-loader": "^2.1.0", "sass-loader": "^6.0.6", "style-loader": "^0.18.2", "stylelint": "^8.0.0", "stylelint-config-standard": "^17.0.0", "stylelint-webpack-plugin": "^0.9.0", "url-loader": "^0.5.9", "webpack": "^3.5.5", "webpack-dev-middleware": "^1.12.0", "webpack-dev-server": "^2.7.1", "webpack-hot-middleware": "^2.18.2" }, "dependencies": { "antd": "^2.12.7", "classnames": "^2.2.5", "moment": "^2.18.1", "prop-types": "^15.5.10", "react": "^15.6.1", "react-dom": "^15.6.1" } }