UNPKG

@lowdefy/blocks-antd

Version:

Lowdefy Ant Design Blocks

81 lines 2.11 kB
{ "name": "@lowdefy/blocks-antd", "version": "4.4.0", "license": "Apache-2.0", "description": "Lowdefy Ant Design Blocks", "homepage": "https://lowdefy.com", "keywords": [ "lowdefy", "lowdefy blocks", "antd", "ant design", "lowdefy plugin" ], "bugs": { "url": "https://github.com/lowdefy/lowdefy/issues" }, "contributors": [ { "name": "Sam Tolmay", "url": "https://github.com/SamTolmay" }, { "name": "Gerrie van Wyk", "url": "https://github.com/Gervwyk" }, { "name": "Sandile Memela", "url": "https://github.com/sah-memela" } ], "repository": { "type": "git", "url": "https://github.com/lowdefy/lowdefy.git" }, "type": "module", "exports": { "./*": "./dist/*", "./blocks": "./dist/blocks.js", "./types": "./dist/types.js" }, "files": [ "dist/*" ], "dependencies": { "@ant-design/icons": "4.8.0", "@lowdefy/block-utils": "4.4.0", "@lowdefy/helpers": "4.4.0", "antd": "4.24.14", "classnames": "2.3.2", "moment": "2.29.4", "rc-motion": "2.9.0", "react": "18.2.0", "react-dom": "18.2.0", "tinycolor2": "1.6.0" }, "devDependencies": { "@emotion/jest": "11.10.5", "@lowdefy/block-dev": "4.4.0", "@lowdefy/jest-yaml-transform": "4.4.0", "@lowdefy/node-utils": "4.4.0", "@swc/cli": "0.1.63", "@swc/core": "1.3.99", "@swc/jest": "0.2.29", "@testing-library/dom": "8.19.1", "@testing-library/react": "13.4.0", "@testing-library/user-event": "14.4.3", "copyfiles": "2.4.1", "jest": "28.1.3", "jest-environment-jsdom": "28.1.3", "jest-serializer-html": "7.1.0" }, "publishConfig": { "access": "public" }, "scripts": { "build": "swc src --out-dir dist --config-file ../../../../.swcrc --delete-dir-on-start && pnpm copyfiles", "clean": "rm -rf dist", "copyfiles": "copyfiles -u 1 \"./src/**/*\" dist -e \"./src/**/*.js\" -e \"./src/**/*.yaml\" -e \"./src/**/*.snap\"", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" } }