UNPKG

tntd

Version:

tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。

117 lines (116 loc) 3.74 kB
{ "name": "tntd", "version": "3.0.66", "license": "MIT", "scripts": { "start": "heft start --storybook", "build": "heft build --clean && npm run build:es && npm run build:cjs && npm run post:build", "build:es": "ES_MODULE=true babel es --presets @babel/preset-env --out-dir es", "build:cjs": "babel es --presets @babel/preset-env --out-dir lib", "post:build": "node ./scripts/postbuild.js", "build:watch": "heft build --clean --watch", "watch": "rush build:watch --changed-projects-only --to-except tntd", "svgr": "npx svgr ./svg --out-dir ./src/svg-components", "test": "heft test", "test:watch": "heft test --watch --clean" }, "dependencies": { "@dnd-kit/core": "~6.1.0", "@dnd-kit/modifiers": "~7.0.0", "@dnd-kit/sortable": "~8.0.0", "@dnd-kit/utilities": "~3.2.2", "@icon-park/react": "^1.3.5", "@stellaris/hooks": "~0.4.6", "classnames": "^2.2.6", "@tntx/logo-icon": "~1.0.4", "delete-all-cookies": "~0.3.0", "styled-components": "^5.3.0", "rc-util": "^5.25.2", "rc-motion": "^2.6.1", "array-tree-filter": "^2.1.0", "rc-select": "~14.2.0", "rc-tree": "~5.7.0", "rc-overflow": "^1.0.0", "rc-trigger": "^5.0.4", "rc-notification": "~3.3.1", "rc-virtual-list": "~3.16.1", "rc-align": "^4.0.0", "react-color": "^2.17.2", "lodash": "~4.17.21", "color-alpha": "~1.1.3", "rc-segmented": "~2.2.2", "rc-field-form": "~1.34.0", "scroll-into-view-if-needed": "^2.2.25", "@tntd/icons": "^1.0.10", "@ant-design/colors": "^3.1.0", "rc-resize-observer": "~1.4.0", "react-resizable": "~3.0.4", "@types/react-resizable": "~3.0.8" }, "devDependencies": { "@react-types/shared": "^3.10.1", "@types/react": "~16.14.23", "@types/react-dom": "~16.9.14", "@types/styled-components": "~5.1.26", "@rushstack/eslint-config": "~2.5.1", "@rushstack/heft": "~0.44.2", "@rushstack/heft-storybook-plugin": "~0.1.91", "@types/jest": "~28.1.6", "@tntd/heft-rig": "workspace:*", "@tntd/storybook-react-storykit": "workspace:*", "antd": "^3.26.19", "react": "~16.14.0", "react-dom": "~16.14.0", "jest": "~28.1.0", "eslint-plugin-react-hooks": "~4.3.0", "eslint": "~8.11.0", "eslint-plugin-import": "~2.25.4", "typescript": "~4.6.2", "@types/lodash-es": "~4.17.6", "@types/lodash": "~4.14.191", "babel-plugin-lodash": "~3.3.4", "@babel/cli": "~7.21.0", "@babel/core": "~7.21.0", "@babel/preset-env": "~7.20.2", "moment": "~2.29.4" }, "peerDependencies": { "antd": "^3.0.0 || ^4.0.0", "react": "^16.0.0 || ^17.0.0", "react-dom": "^16.0.0 || ^17.0.0" }, "svgr": { "typescript": true, "memo": true, "dimensions": false, "filenameCase": "kebab", "replaceAttrValues": { "#126bfb": "currentColor" }, "ref": true }, "repository": { "type": "git", "url": "git@gitlab.tongdun.cn:app/tntd.git" }, "keywords": [ "react", "component", "components", "framework", "frontend", "react-component", "react-ui", "tntd" ], "files": [ "lib", "es", "themes", "LICENSE", "README.md" ], "main": "lib/index.js", "module": "es/index.js", "typings": "lib/index.d.ts" }