@tntd/reference
Version:
<!-- * @Author: 周泽飞 zefei.zhou@tongdun.net * @Date: 2024-12-03 10:07:54 * @LastEditors: 周泽飞 zefei.zhou@tongdun.net * @LastEditTime: 2024-12-03 10:11:41 * @FilePath: /tntd3/packages/reference/README.md * @Description: 这是默认设置,请设置`customMade`, 打开koroFi
77 lines (76 loc) • 2.46 kB
JSON
{
"name": "@tntd/reference",
"version": "1.0.13",
"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 reference",
"test": "heft test",
"test:watch": "heft test --watch --clean"
},
"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",
"@babel/preset-react": "~7.0.0"
},
"peerDependencies": {
"antd": "^3.0.0 || ^4.0.0",
"react": "^16.0.0 || ^17.0.0",
"react-dom": "^16.0.0 || ^17.0.0",
"otp-intl": "^0.0.2",
"kiwi-intl": "^1.2.6-beta.0",
"universal-cookie": "~4.0.4",
"tntd": "^2.0.0 || ^3.0.0"
},
"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",
"LICENSE",
"README.md",
".octopus"
],
"main": "es/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts"
}