UNPKG

@txdfe/at

Version:

一个设计体系组件库

135 lines (134 loc) 4.13 kB
{ "name": "@txdfe/at", "version": "1.6.31", "description": "一个设计体系组件库", "main": "lib/index.js", "module": "es/index.js", "typings": "types/index.d.ts", "files": [ "build", "lib", "es", "types" ], "scripts": { "pub": "./scripts/publish.sh", "site": "NODE_ENV=development bisheng start --config ./site/bisheng.config.js", "build": "gulp build", "prebuild": "./scripts/download-icon-font.sh", "lint": "npm run lint:es && npm run lint:style", "lint:es": "eslint stories components ./*.config.js ./webpack.config.js --fix --ext '.js,.jsx'", "lint:style": "stylelint components/**/*.scss --syntax scss --fix", "lint-staged": "lint-staged", "lint-staged:es": "eslint --fix --ext '.js,.jsx'", "lint-staged:style": "stylelint --syntax scss --fix", "prettier": "node ./scripts/prettier.js" }, "repository": { "type": "git", "url": "git@gitlab.alibaba-inc.com:aisc/at.git" }, "keywords": [ "aisc", "teambition" ], "author": "txd", "license": "MIT", "devDependencies": { "@babel/core": "^7.4.3", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/plugin-proposal-decorators": "^7.4.0", "@babel/plugin-proposal-object-rest-spread": "^7.4.3", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-destructuring": "^7.4.3", "@babel/plugin-transform-object-assign": "^7.2.0", "@babel/plugin-transform-typescript": "^7.5.2", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "@commitlint/cli": "^7.6.1", "@commitlint/config-conventional": "^7.6.0", "@txdfe/postcss-at-theme-cssvar": "^0.2.0", "@txdfe/sass-loader": "^1.0.0", "@types/classnames": "^2.2.9", "@types/react": "^16.9.2", "@types/react-dom": "^16.9.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "babel-plugin-import": "^1.13.0", "babel-plugin-lodash": "^3.3.4", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "bisheng": "^1.2.4", "bisheng-plugin-description": "^0.1.4", "bisheng-plugin-react": "^1.1.0", "chalk": "^2.4.2", "commander": "^2.20.0", "cropperjs": "^1.5.4", "cross-env": "^5.2.0", "css-loader": "^2.1.1", "cssnano": "^4.1.10", "eslint": "^5.16.0", "eslint-config-ali": "^6.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-react": "^7.12.4", "eslint-plugin-react-hooks": "^1.6.0", "fs-extra": "^8.0.1", "glob": "^7.1.3", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "husky": "^1.3.1", "jsonp-pro": "^0.0.1", "lint-staged": "^8.1.5", "lodash": "^4.17.11", "mini-css-extract-plugin": "^0.6.0", "moment": "^2.24.0", "node-sass": "^4.11.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "postcss-flexbugs-fixes": "^4.1.0", "postcss-loader": "^3.0.0", "postcss-preset-env": "^6.6.0", "prettier": "^1.17.0", "react-copy-to-clipboard": "^5.0.1", "react-redux": "^7.1.0", "redux": "^4.0.4", "resolve-url-loader": "^3.1.0", "rimraf": "^2.6.3", "sass-loader": "7.1.0", "solarlunar": "^2.0.7", "style-loader": "^0.23.1", "stylelint": "^10.0.1", "stylelint-config-ali": "^0.2.0", "stylelint-scss": "^3.6.0", "terser-webpack-plugin": "^1.2.3", "voca": "^1.4.0", "webpack-bundle-analyzer": "^3.7.0", "webpack-cli": "^3.3.0", "whatwg-fetch": "^3.4.1" }, "dependencies": { "@alifd/field": "^1.5.0", "@alifd/next": "^1.19.25", "@txdfe/at-theme": "^1.1.7", "classnames": "^2.2.6", "hoist-non-react-statics": "^3.3.0", "jsonml.js": "^0.1.0", "omit.js": "^1.0.2", "rc-drawer": "^3.1.3", "react": "^16.8.6", "react-copy-to-clipboard": "^5.0.1", "react-dom": "^16.8.6", "react-lifecycles-compat": "^3.0.4", "react-transition-group": "^4.2.1", "shallow-element-equals": "^1.0.1" }, "sideEffects": [ "build/*", "es/**/style.js", "lib/**/style.js", "*.scss" ], "overrideBrowserslist": [ "last 5 version", "> 0.2%", "not ie < 9" ] }