@leankylin-sheet/core
Version:
LeankylinSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets
46 lines (45 loc) • 927 B
JSON
{
"name": "@leankylin-sheet/core",
"version": "3.1.4",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "http://114.55.85.79:19999/leankylin-front/leankylin-sheet",
"license": "MIT",
"scripts": {
"build": "father-build"
},
"dependencies": {
"@leankylin-sheet/formula-parser": "^3.1.4",
"dayjs": "^1.11.0",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/lodash": "^4.14.179",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.79",
"@types/uuid": "^8.3.4"
},
"keywords": [
"spreadsheet",
"sheet",
"excel",
"data table",
"table",
"data grid",
"react",
"reactjs",
"react component",
"collabration",
"collabrative"
],
"publishConfig": {
"access": "public"
}
}