@light-sheet/react
Version:
FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
52 lines • 1.04 kB
JSON
{
"name": "@light-sheet/react",
"version": "1.1.1",
"main": "dist/index.js",
"types": "esm/index.d.ts",
"module": "esm/index.js",
"files": [
"cjs",
"dist",
"esm"
],
"repository": "https://github.com/ruilisi/fortune-sheet",
"license": "MIT",
"dependencies": {
"@types/regenerator-runtime": "^0.13.6",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"react": ">= 18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.14.1",
"@light-sheet/core": "1.0.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"
},
"devDependencies": {
"@types/lodash": "^4.14.179",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2"
},
"scripts": {
"tsc": "tsc",
"build": "father build"
}
}