{
    "name": "@tntd/reference",
    "version": "1.2.4",
    "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": "rm -rf ./es && npx babel src --out-dir es --copy-files",
        "build:cjs": "babel es --presets @babel/preset-env --out-dir lib",
        "build:umd": "webpack --config webpack.umd.config.js",
        "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",
        "css-loader": "^6.11.0",
        "less": "^3.8.1",
        "less-loader": "^11.1.4",
        "style-loader": "^3.3.4",
        "babel-loader": "^8.0.6",
        "url-loader": "^4.1.0",
        "eslint-plugin-react-hooks": "~4.3.0",
        "eslint": "~8.11.0",
        "babel-plugin-import": "^1.12.0",
        "eslint-plugin-import": "~2.25.4",
        "babel-plugin-syntax-dynamic-import": "^6.18.0",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/plugin-syntax-import-meta": "^7.10.4",
        "@babel/plugin-proposal-decorators": "^7.25.9",
        "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",
        "mini-css-extract-plugin": "^2.6.0",
        "webpack": "^5.98.0",
        "webpack-cli": "^4.10.0",
        "universal-cookie": "~4.0.4"
    },
    "peerDependencies": {
        "antd": "^3.0.0 || ^4.0.0",
        "react": "^16.0.0 || ^17.0.0",
        "react-dom": "^16.0.0 || ^17.0.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": [
        "src",
        "lib",
        "es",
        "LICENSE",
        "README.md",
        ".octopus",
        "umd"
    ],
    "main": "es/index.js",
    "module": "es/index.js",
    "typings": "lib/index.d.ts"
}