UNPKG

ost-ui

Version:
122 lines (121 loc) 3.78 kB
{ "name": "ost-ui", "version": "0.0.23", "description": "ost ui for react", "main": "dist/npm/index.js", "scripts": { "dev-desktop": "cd build && node server.js ./site/webpack.desktop.config.js", "dev-mobile": "cd build && node server.js ./site/webpack.mobile.config.js", "start": "node scripts/start.js", "build-desktop": "webpack --config=build/webpack.config.js --progress --mode production --configPath=site/webpack.desktop.config.js", "build-mobile": "webpack --config=build/webpack.config.js --progress --mode production --configPath=site/webpack.mobile.config.js", "build": "node scripts/build.js", "test": "rimraf tests/coverage && cross-env BABEL_ENV=test karma start karma.conf.js --single-run", "test:watch": "rimraf tests/coverage && cross-env BABEL_ENV=test karma start karma.conf.js --auto-watch", "babel-cli": "rimraf dist/npm && babel components/ --out-dir dist/npm --copy-files", "release": "npm run babel-cli && node scripts/publish.js" }, "keywords": [ "ost", "ost-ui", "design", "react", "react-component", "component", "components", "ui", "framework", "frontend", "mobile" ], "homepage": "https://ost-ui.github.io/ost-ui/", "repository": { "type": "git", "url": "https://github.com/ost-ui/ost-ui.git" }, "bugs": { "url": "https://github.com/ost-ui/ost-ui/issues" }, "author": "OST", "contributors": [ { "name": "guibw", "email": "228474838@qq.com" }, { "name": "leotw", "email": "1123978215@qq.com" } ], "license": "MIT", "devDependencies": { "autoprefixer": "^8.6.5", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.6", "babel-loader": "^7.1.5", "babel-plugin-istanbul": "^5.0.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "babel-runtime": "^6.26.0", "babel-standalone": "^6.26.0", "chai": "^4.1.2", "core-js": "^2.5.7", "cross-env": "^5.2.0", "css-loader": "^1.0.0", "enzyme": "^3.5.0", "enzyme-adapter-react-16": "^1.3.1", "eslint": "^4.19.1", "eslint-config-airbnb": "^17.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-jsx-a11y": "^6.1.1", "eslint-plugin-react": "^7.10.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "fs-extra": "^8.1.0", "html-webpack-plugin": "^3.2.0", "istanbul": "^0.4.5", "istanbul-instrumenter-loader": "^3.0.1", "karma": "^3.0.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-coverage-istanbul-reporter": "^2.0.2", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.32", "karma-webpack": "3.0.0", "less": "^3.7.1", "less-loader": "^4.1.0", "mocha": "^5.2.0", "open-browser-webpack-plugin": "^0.0.5", "postcss-loader": "^2.1.6", "precss": "^3.1.2", "progress-bar-webpack-plugin": "^1.11.0", "prop-types": "^15.6.2", "raw-loader": "^0.5.1", "react": "^16.4.1", "react-dom": "^16.4.1", "react-route": "^1.0.3", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "rimraf": "^3.0.2", "sinon": "^7.0.0", "style-loader": "^0.21.0", "url-loader": "^1.0.1", "webpack": "^4.16.0", "webpack-cli": "^3.0.8", "webpack-dev-server": "^3.1.4" }, "dependencies": { "classnames": "^2.2.5", "cls-prefix": "^1.0.3", "highlight.js": "^9.12.0", "marked": "^0.5.0", "rmc-picker": "5.0.10" } }