cjd-parkball
Version:
> 中后台业务组件库,中后台就像公园,进入需要买门票(登录),所以以 Parkball(公园球) 命名,公园内必定捕获!作为一个组件库,提供使用方法文档,方便开发者的调用
112 lines (111 loc) • 3.6 kB
JSON
{
"name": "cjd-parkball",
"version": "0.7.33",
"description": "> 中后台业务组件库,中后台就像公园,进入需要买门票(登录),所以以 Parkball(公园球) 命名,公园内必定捕获!作为一个组件库,提供使用方法文档,方便开发者的调用",
"main": "src/index.js",
"pre-commit": "lint",
"scripts": {
"pub:major": "npm version major && npm publish",
"pub:minor": "npm version minor && npm publish",
"pub:patch": "npm version patch && npm publish",
"pub": "npx babel src --out-dir dist && npm version patch && npm publish",
"lint": "eslint ./app --cache --ext es6 --ext jsx --ext js --ignore-pattern .gitignore",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bisheng start",
"start": "bisheng start",
"build": "bisheng build",
"package": "npx babel src --out-dir dist"
},
"files": [
"src/components",
"src/styles"
],
"author": "terminus",
"license": "ISC",
"devDependencies": {
"@ant-design/icons-react": "^1.1.2",
"@svgr/webpack": "^2.4.1",
"@terminus/antd-scss-theme-plugin": "^1.0.15",
"autoprefixer": "^8.3.0",
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-import": "^1.6.3",
"babel-plugin-lodash": "^3.3.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"bisheng": "^0.28.3",
"bisheng-plugin-antd": "^0.16.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.6.0",
"bisheng-plugin-toc": "^0.4.0",
"bisheng-theme-one": "^0.2.34",
"css-loader": "^0.28.8",
"css-split-webpack-plugin": "^0.2.5",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"fetch-jsonp": "^1.1.3",
"file-loader": "^1.1.11",
"fs-extra": "^7.0.0",
"happypack": "^4.0.1",
"html-webpack-plugin": "^2.30.1",
"intersection-observer": "^0.5.0",
"isomorphic-fetch": "^2.2.1",
"less": "^2.3.1",
"less-loader": "^4.0.6",
"node-sass": "^4.9.4",
"normalize.css": "^8.0.0",
"postcss-loader": "^2.0.10",
"pre-commit": "^1.2.2",
"react": "^16.5.2",
"react-document-title": "^2.0.3",
"react-dom": "16.3.2",
"react-hot-loader": "^4.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux-logger": "^3.0.6",
"sass-loader": "^7.0.1",
"scrollama": "^1.4.1",
"style-loader": "^0.20.3",
"svg-sprite-loader": "^3.6.2",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"antd": "3.8.4",
"immutability-helper": "2.8.0",
"prop-types": "15.6.1",
"react-infinite-scroller": "1.2.1",
"react-resizable": "^1.7.5",
"react-sticky": "6.0.3",
"reqwest": "2.0.5",
"store2": "2.7.0",
"table-dragger": "1.0.2"
},
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git@git.terminus.io:pokeball/Parkball.git"
},
"keywords": [
"componentsLib",
"react",
"antDesign",
"more-situation-coverage"
]
}