UNPKG

@brizy/core

Version:

Brizy Core to register your own component into Brizy Builder

52 lines (51 loc) 1.41 kB
{ "name": "@brizy/core", "version": "1.0.11", "description": "Brizy Core to register your own component into Brizy Builder", "keywords": [ "brizy", "core", "third party", "register", "components" ], "homepage": "https://brizy.io", "files": [ "dist/" ], "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "npm run build -- --watch", "build": "npm run clean && npm run build:types && webpack --config ./bin/webpack.config.js", "build:prod": "npm run build -- --mode production", "build:types": "tsc --emitDeclarationOnly", "lint": "eslint --ext .ts ./src", "tsc": "tsc --noEmit", "test": "jest --passWithNoTests", "clean": "rimraf dist", "prepublishOnly": "npm run lint && npm run tsc && npm run test && npm run build:prod" }, "devDependencies": { "@brizy/eslint-config": "*", "@brizy/prettier-config": "*", "@brizy/tsconfig": "*", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^12.1.5", "@types/jest": "^29.5.3", "@types/react": "^18.3.18", "jest": "^29.6.2", "jest-environment-jsdom": "^29.6.2", "path": "^0.12.7", "rimraf": "^6.0.1", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" }, "peerDependencies": { "react": "^18.2.0" }, "dependencies": { "@brizy/readers": "^1.0.3", "fp-utilities": "^1.1.4" } }