UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

216 lines (215 loc) β€’ 7.13 kB
{ "name": "linkmore-design", "version": "3.0.71", "author": { "name": "nowthen", "email": "rnlvwyx@gmail.com" }, "repository": { "type": "git", "url": "https://gitlab.scm321.com/web-group/UFX.SCM.linkDesign.git" }, "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/index.umd.min.js", "targets": { "main": false, "module": false }, "files": [ "es", "lib", "dist" ], "typings": "es/index.d.ts", "description": "🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€", "keywords": [ "react-web-pro", "react", "mobx", "webpack4", "react-template", "nowthen" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "license": "MIT", "scripts": { "prettier": "prettier --write src/**/*.{js,jsx,tsx,ts,less,md,json}", "lint:style": "stylelint src/**/*.less --syntax less", "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx ./src", "lint:fix": "yarn lint:js --fix", "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 node_modules/.bin/father build", "build1": "npm run compile && NODE_OPTIONS='--max-old-space-size=4096' npm run dist", "compile1": "npm run clean && antd-tools run compile", "compile": "npm run clean && npm run build && node ./config/compile.js", "clean": "antd-tools run clean && rm -rf es lib coverage dist report.html", "dist": "antd-tools run dist && node ./config/compileafter.js && npm run createsmcss", "prepare": "dumi setup", "varcss": "parcel build --no-optimize --no-source-maps --no-cache dist/linkmore.variable.less", "createsmcss": "lessc --js --modify-var='font-size-base=12px' dist/linkmore-design.variable.less dist/linkmore-sm-variable.css", "create": "node ./config/main.js", "dumi": "dumi dev", "dumi:build": "dumi build", "pub": "npm run build && npm version patch && npm publish", "rbc": "parcel build src/styles/main.less --no-source-maps", "cssrb": "node ./config/css.js", "rbuild": "npm run cssrb && npm run build && node ./config/copy.js", "changelog": "conventional-changelog -p react -i CHANGELOG.md -s -r 0" }, "lint-staged": { "gitDir": "../", "src/**/*.{less,md,json}": [ "prettier" ], "src/**/*.{js,jsx,ts,tsx}": [ "prettier", "yarn run lint:js" ] }, "dependencies": { "@ant-design/icons": "^4.3.0", "@ant-design/react-slick": "^0.29.2", "@babel/runtime": "^7.17.9", "@dnd-kit/core": "^5.0.3", "@dnd-kit/modifiers": "^5.0.0", "@dnd-kit/sortable": "^6.0.1", "@rc-component/mini-decimal": "^1.1.0", "@rc-component/tour": "^1.4.0", "@typescript-eslint/eslint-plugin": "^5.28.0", "@typescript-eslint/parser": "^5.28.0", "ahooks": "^3.6.2", "ali-oss": "^6.17.1", "antd-img-crop": "^4.2.5", "axios": "^0.21.0", "classnames": "^2.3.1", "conventional-changelog": "^3.1.25", "conventional-changelog-cli": "^2.2.2", "cron-builder-ts": "^1.0.5", "cron-parser": "^4.9.0", "cronstrue": "^2.31.0", "dayjs": "^1.9.7", "hex-to-rgba": "^2.0.1", "immer": "^9.0.15", "intersection-observer": "^0.12.2", "lightgallery": "^2.7.1", "lodash": "^4.17.21", "moment": "^2.29.4", "qrcode.react": "^3.1.0", "rc-cascader": "~3.7.0", "rc-checkbox": "~2.3.0", "rc-collapse": "~3.4.2", "rc-dialog": "~9.0.2", "rc-drawer": "~6.0.0", "rc-dropdown": "~4.0.0", "rc-field-form": "^1.27.1", "rc-image": "~5.12.0", "rc-input": "~0.1.4", "rc-input-number": "~7.3.9", "rc-mentions": "~1.11.0", "rc-menu": "~9.7.2", "rc-motion": "^2.6.1", "rc-notification": "~4.6.0", "rc-pagination": "~3.2.0", "rc-picker": "~2.7.0", "rc-progress": "~3.4.1", "rc-rate": "~2.9.0", "rc-resize-observer": "^1.2.0", "rc-segmented": "~2.1.0", "rc-select": "~14.1.13", "rc-slider": "~10.0.0", "rc-steps": "~5.0.0-alpha.2", "rc-switch": "~3.2.0", "rc-table": "~7.26.0", "rc-tabs": "~12.3.0", "rc-textarea": "~0.4.5", "rc-tooltip": "~5.2.0", "rc-tree": "~5.7.0", "rc-tree-select": "~5.5.0", "rc-trigger": "^5.2.10", "rc-upload": "~4.3.0", "rc-util": "^5.22.5", "react-color": "^2.19.3", "react-cookies": "^0.1.1", "react-easy-crop": "^4.5.1", "react-fast-marquee": "^1.3.5", "react-query": "^3.34.15", "react-resizable": "^3.0.4", "react-sortable-hoc": "^2.0.0", "react-virtual": "^2.10.4", "react-virtualized-auto-sizer": "^1.0.6", "react-window": "^1.8.6", "readline-sync": "^1.4.10", "scroll-into-view-if-needed": "^2.2.29", "scrollama": "^3.2.0" }, "peerDependencies": { "react": "17.0.1", "react-dom": "17.0.1" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 10" ], "engines": { "node": ">=10.0.0" }, "devDependencies": { "@ant-design/tools": "^15.1.2", "@babel/core": "^7.20.5", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.20.2", "@babel/plugin-proposal-private-methods": "^7.18.6", "@babel/plugin-proposal-private-property-in-object": "^7.18.6", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.17.12", "@commitlint/cli": "^11.0.0", "@linkmore/commitlint-config": "^1.0.2", "@parcel/transformer-less": "2.8.0", "@types/node": "^18.11.9", "@types/react": "^18.0.19", "@types/react-color": "^3.0.6", "@types/react-dom": "^18.0.6", "autoprefixer": "^9.0.0", "babel-eslint": "^10.1.0", "babel-plugin-import": "^1.13.3", "babel-plugin-transform-remove-console": "^6.9.4", "chalk": "^5.1.2", "cross-env": "^7.0.3", "dumi": "2.0.10", "duplicate-package-checker-webpack-plugin": "^3.0.0", "esbuild-loader": "^2.20.0", "eslint": "^7.15.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^7.0.0", "eslint-friendly-formatter": "^4.0.1", "eslint-import-resolver-webpack": "^0.13.2", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "^4.2.0", "father": "^4.1.0", "file-loader": "^6.2.0", "gulp-debug": "^4.0.0", "husky": "^7.0.4", "less-vars-to-js": "^1.3.0", "lint-staged": "^10.5.3", "parcel": "^2.8.0", "prettier": "^2.2.1", "react-copy-to-clipboard": "^5.1.0", "remove-files-webpack-plugin": "^1.5.0", "stylelint": "^13.8.0", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^20.0.0", "typescript": "4.7.4", "webpack-bundle-analyzer": "^4.1.0" }, "__npminstall_done": false }