frappe-react-sdk
Version:
React hooks for Frappe Framework
90 lines (89 loc) • 2.08 kB
JSON
{
"name": "frappe-react-sdk",
"description": "React hooks for Frappe Framework",
"version": "1.12.0",
"license": "MIT",
"author": {
"name": "The Commit Company",
"email": "nikhil.kothari@thecommit.company"
},
"bugs": {
"url": "https://github.com/The-Commit-Company/frappe-react-sdk/issues"
},
"homepage": "https://github.com/The-Commit-Company/frappe-react-sdk#readme",
"keywords": [
"Frappe",
"React",
"hooks"
],
"files": [
"dist",
"README.md"
],
"types": "./dist/index.d.ts",
"main": "./dist/frappe-react-sdk.umd.js",
"module": "./dist/frappe-react-sdk.es.js",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "npm run build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"react": ">=17.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Commit-Company/frappe-react-sdk.git"
},
"devDependencies": {
"@testing-library/dom": "^8.17.1",
"@testing-library/react": "^13.4.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.3.4",
"c8": "^7.13.0",
"eslint": "^8.41.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "^20.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"typescript": "^4.6.4",
"vite": "^6.2.1",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.8"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es2020": true
},
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"parserOptions": {
"sourceType": "module"
}
},
"dependencies": {
"frappe-js-sdk": "^1.10.0",
"socket.io-client": "4.7.1",
"swr": "^2.3.3"
}
}