1
This commit is contained in:
+107
@@ -0,0 +1,107 @@
|
||||
{
|
||||
"name": "@rc-component/table",
|
||||
"version": "1.9.1",
|
||||
"description": "table ui component for react",
|
||||
"engines": {
|
||||
"node": ">=8.x"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-table",
|
||||
"table",
|
||||
"component",
|
||||
"ui"
|
||||
],
|
||||
"files": [
|
||||
"assets/*.css",
|
||||
"es",
|
||||
"lib"
|
||||
],
|
||||
"main": "./lib/index",
|
||||
"module": "./es/index",
|
||||
"types": "./lib/index.d.ts",
|
||||
"homepage": "http://github.com/react-component/table",
|
||||
"maintainers": [
|
||||
"yiminghe@gmail.com",
|
||||
"afc163@gmail.com"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:react-component/table.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/react-component/table/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "dumi dev",
|
||||
"docs:build": "dumi build",
|
||||
"docs:deploy": "gh-pages -d .doc",
|
||||
"compile": "father build && lessc assets/index.less assets/index.css",
|
||||
"deploy": "npm run docs:build && npm run docs:deploy",
|
||||
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
|
||||
"test": "vitest --watch false",
|
||||
"coverage": "vitest run --coverage",
|
||||
"prepublishOnly": "npm run compile && rc-np",
|
||||
"lint": "eslint src",
|
||||
"tsc": "tsc -p tsconfig.json --noEmit",
|
||||
"now-build": "npm run docs:build",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rc-component/context": "^2.0.1",
|
||||
"@rc-component/resize-observer": "^1.0.0",
|
||||
"@rc-component/util": "^1.1.0",
|
||||
"@rc-component/virtual-list": "^1.0.1",
|
||||
"clsx": "^2.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rc-component/father-plugin": "^2.0.1",
|
||||
"@rc-component/np": "^1.0.3",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.4.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.4.0",
|
||||
"@types/react": "^19.1.13",
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/responselike": "^1.0.0",
|
||||
"@types/styled-components": "^5.1.32",
|
||||
"@umijs/fabric": "^4.0.1",
|
||||
"@vitest/coverage-v8": "^3.2.4",
|
||||
"dumi": "^2.1.3",
|
||||
"eslint": "^8.54.0",
|
||||
"father": "^4.0.0",
|
||||
"gh-pages": "^6.1.0",
|
||||
"glob": "^11.0.0",
|
||||
"husky": "^9.0.11",
|
||||
"immutability-helper": "^3.0.0",
|
||||
"jsdom": "^27.0.1",
|
||||
"less": "^4.1.3",
|
||||
"lint-staged": "^16.1.5",
|
||||
"prettier": "^3.1.0",
|
||||
"rc-animate": "^3.0.0",
|
||||
"rc-dropdown": "~4.0.1",
|
||||
"rc-menu": "~9.16.1",
|
||||
"rc-tooltip": "^6.2.0",
|
||||
"react": "^19.1.1",
|
||||
"react-dnd": "^2.5.4",
|
||||
"react-dnd-html5-backend": "^2.5.4",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-resizable": "^3.0.5",
|
||||
"react-window": "^1.8.5",
|
||||
"regenerator-runtime": "^0.14.0",
|
||||
"styled-components": "^6.1.1",
|
||||
"typescript": "~5.9.2",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=18.0.0",
|
||||
"react-dom": ">=18.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,tsx,ts,md,json}": [
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user