@fortune-sheet/react
Version:
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
43 lines (42 loc) • 822 B
JSON
{
"name": "@fortune-sheet/react",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"files": [
"dist"
],
"repository": "https://github.com/ruilisi/fortune-sheet",
"license": "MIT",
"scripts": {
"tsc": "tsc"
},
"dependencies": {
"@fortune-sheet/core": "^1.0.2",
"@types/regenerator-runtime": "^0.13.6",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"regenerator-runtime": "^0.14.1"
},
"peerDependencies": {
"react": ">= 18.2",
"react-dom": ">= 18.2"
},
"keywords": [
"spreadsheet",
"sheet",
"excel",
"data table",
"table",
"data grid",
"react",
"reactjs",
"react component",
"collabration",
"collabrative"
],
"publishConfig": {
"access": "public"
}
}