@talend/react-cmf-cqrs
Version:
@talend/react-cmf plugin for CQRS backend architecture
65 lines (64 loc) • 1.86 kB
JSON
{
"name": "@talend/react-cmf-cqrs",
"description": "@talend/react-cmf plugin for CQRS backend architecture",
"main": "lib/index.js",
"mainSrc": "src/index.ts",
"types": "lib/index.d.ts",
"scripts": {
"build:dev": "talend-scripts build --umd --dev",
"build:prod": "talend-scripts build --umd --prod",
"pre-release": "yarn build:dev && yarn build:prod",
"build:lib": "talend-scripts build",
"start": "echo nothing to start",
"test": "talend-scripts test",
"test:watch": "talend-scripts test --watch",
"test:cov": "talend-scripts test --coverage",
"lint": "talend-scripts lint"
},
"repository": {
"type": "git",
"url": "https://github.com/Talend/ui.git"
},
"keywords": [
"react",
"cmf",
"cqrs",
"framework"
],
"author": "Talend Frontend <frontend@talend.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^11.0.0",
"@talend/utils": "^3.2.3",
"immutable": "^3.8.2",
"redux-saga": "^1.3.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-typescript": "^11.3.0",
"@testing-library/react": "^14.3.1",
"@testing-library/react-hooks": "^8.0.1",
"mock-socket": "^9.3.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux-mock-store": "^1.5.5"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"publishConfig": {
"access": "public"
},
"version": "11.0.1"
}