lehjah-react
Version:
Lehjah is a no-code embedded accounting platform for financial platforms and vertical SaaS. The lehjah js can be used to embedded the accounting view on web pages.
38 lines (37 loc) • 946 B
JSON
{
"name": "lehjah-react",
"version": "1.0.9",
"description": "Lehjah is a no-code embedded accounting platform for financial platforms and vertical SaaS. The lehjah js can be used to embedded the accounting view on web pages.",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --copy-files",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lehjah",
"accounting",
"embedded",
"finance",
"embedded accounting",
"embedded finance",
"ledger",
"react",
"ecommerce",
"fintech",
"bookkeeping"
],
"author": "Tyms Inc.",
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.1.3"
}
}