UNPKG

drip-table

Version:

A tiny and powerful enterprise-class solution for building tables.

99 lines (98 loc) 3.05 kB
{ "name": "drip-table", "version": "3.2.3-alpha.0", "description": "A tiny and powerful enterprise-class solution for building tables.", "main": "dist/index.min.js", "module": "lib/index.js", "unpkg": "dist/index.min.js", "types": "lib/index.d.ts", "typings": "lib/index.d.ts", "exports": { ".": { "require": "./lib/index.js", "import": "./es/index.js", "types": "./lib/index.d.ts" }, "./dist/index.css": "./dist/index.min.css", "./dist/index.min.css": "./dist/index.min.css" }, "scripts": { "build": "father build && node ./post-build.js", "dev": "father dev", "analyze": "ANALYZE=1 dumi dev", "prepare": "yarn build && yarn lint", "postpublish": "git push --tags", "lint": "yarn run eslint && yarn run tslint && yarn run stylelint", "lint:fix": "yarn run eslint:fix && yarn run stylelint:fix", "tslint": "sh ../../bin/tslint.sh **/*.ts", "tslint:commit": "sh ./bin/tslint.sh", "tslint:exec": "tsc --project .tsconfig-lint.json --skipLibCheck --noEmit", "eslint": "eslint \"src/**/*.{js,jsx,ts,tsx,json}\" --format pretty", "eslint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx,json}\" --format pretty --fix", "eslint:commit": "eslint --format pretty", "stylelint": "stylelint \"src/**/*.{less,sass,scss,css,vue}\" --custom-formatter=../../node_modules/stylelint-formatter-pretty", "stylelint:fix": "stylelint \"src/**/*.{less,sass,scss,css,vue}\" --custom-formatter=../../node_modules/stylelint-formatter-pretty --fix", "stylelint:commit": "stylelint --custom-formatter=../../node_modules/stylelint-formatter-pretty" }, "dependencies": { "ajv": "8.11.2", "ajv-keywords": "5.1.0", "cheerio": "1.0.0-rc.12", "classnames": "2.3.2", "domhandler": "5.0.3", "lodash": "4.17.21", "moment": "2.29.4", "rc-checkbox": "2.3.2", "rc-dialog": "9.0.2", "rc-dropdown": "4.0.1", "rc-image": "7.6.0", "rc-input": "0.2.2", "rc-input-number": "7.4.0", "rc-menu": "9.8.2", "rc-pagination": "3.2.0", "rc-picker": "3.1.4", "rc-resize-observer": "1.2.1", "rc-select": "14.2.0", "rc-switch": "4.1.0", "rc-table": "7.28.3", "rc-textarea": "0.4.7", "rc-tooltip": "5.2.2", "rc-util": "5.27.1", "react-clipboard.js": "2.0.16", "react-event-injector": "1.1.2", "react-window": "1.8.8", "uuid": "9.0.0", "viewerjs": "1.11.1" }, "devDependencies": { "@types/react-dom": ">=16.9.0", "@types/react-window": "^1.8.5", "@types/uuid": "^9.0.0", "father": "^4.1.2", "terser-webpack-plugin": "^5.3.7", "typescript": "^4.9.4" }, "peerDependencies": { "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "keywords": [ "DripTable", "Render", "TableRender", "Drip Design", "Json Schema", "React" ], "files": [ "*.md", "dist", "es", "lib" ], "homepage": "https://drip-table.jd.com", "license": "MIT", "bugs": { "url": "https://github.com/JDFED/drip-table/issues" } }