@memberjunction/react-runtime
Version:
Platform-agnostic React component runtime for MemberJunction. Provides core compilation, registry, and execution capabilities for React components in any JavaScript environment.
55 lines (54 loc) • 1.63 kB
JSON
{
"name": "@memberjunction/react-runtime",
"version": "2.129.0",
"description": "Platform-agnostic React component runtime for MemberJunction. Provides core compilation, registry, and execution capabilities for React components in any JavaScript environment.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npm run build:node && npm run build:umd",
"build:node": "tsc",
"build:umd": "webpack --config webpack.umd.config.js",
"build:clean": "rimraf ./dist && npm run build",
"watch": "tsc -w",
"patchVersion": "npm version patch",
"test": "jest"
},
"keywords": [
"memberjunction",
"react",
"runtime",
"component",
"compiler"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MemberJunction/MJ/issues"
},
"homepage": "https://github.com/MemberJunction/MJ#readme",
"dependencies": {
"@memberjunction/core": "2.129.0",
"@memberjunction/global": "2.129.0",
"@memberjunction/interactive-component-types": "2.129.0",
"@memberjunction/core-entities": "2.129.0",
"@memberjunction/graphql-dataprovider": "2.129.0",
"@babel/standalone": "^7.23.5",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@types/node": "20.10.0",
"jest": "^27.5.1",
"rimraf": "^3.0.2",
"typescript": "~5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"babel-loader": "^9.1.3",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"path-browserify": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/MemberJunction/MJ"
}
}