xfunds-public-components
Version:
XFUNDS5.0产品公共组件库
51 lines (50 loc) • 1.34 kB
JSON
{
"name": "xfunds-public-components",
"version": "0.0.2",
"description": "XFUNDS5.0产品公共组件库",
"main": "libs/index.js",
"types": "libs/index.d.ts",
"scripts": {
"lint": "tslint -p tsconfig.json",
"lint-staged": "lint-staged",
"stylelint": "stylelint ./src",
"eslint": "eslint --ext .js,jsx,ts,tsx --quiet ./src",
"build": "tsc",
"test": "jest",
"publish": "npm publish"
},
"keywords": [
"XFUNDS",
"XFUNDS5.0",
"公共组件",
"React",
"React组件"
],
"author": "wanghao@erayt.com",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime-corejs2": "^7.11.0",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"jest": "^27.4.7",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.1.3",
"typescript": "^4.5.4"
},
"peerDependencies": {
"less": "^4.1.2",
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"dependencies": {
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"identity-obj-proxy": "^3.0.0"
}
}