@brightleaf/elements
Version:
React UI elements styled with Bulma CSS
99 lines (98 loc) • 2.75 kB
JSON
{
"name": "@brightleaf/elements",
"version": "1.9.1",
"description": "React UI elements styled with Bulma CSS",
"main": "lib/index.js",
"files": [
"/lib"
],
"scripts": {
"ci": "isom ci",
"test": "isom test",
"dev": "isom dev",
"preversion": "npx isom transpile",
"postversion": "npm publish --access=public",
"postpublish": "git push origin --all --follow-tags && npx isom build:examples && node ./scripts/publish.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brightleaf/elements.git"
},
"author": "Brightleaf JS <kevin.isom@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brightleaf/elements/issues"
},
"homepage": "https://brightleaf.dev/elements/#",
"keywords": [
"ui",
"react",
"css",
"bulma",
"bulma css",
"bulma.io",
"ui elements",
"design",
"reactjs",
"ui components",
"ui framework"
],
"peerDependencies": {
"react": "16.x || 17.x || 18.x",
"react-dom": "16.x || 17.x || 18.x"
},
"dependencies": {
"@brightleaf/react-hooks": "^4.1.1",
"classnames": "^2.2.6",
"prop-types": "^15.7.2",
"react-form-elements": "^4.14.0"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@kev_nz/eslint-config": "^5.1.0",
"@reach/router": "^1.2.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"acorn": "^7.1.0",
"babel-loader": "^8.0.6",
"bulma": "^0.8.0",
"copy-webpack-plugin": "^5.0.5",
"core-js": "^3.4.7",
"css-loader": "^3.2.1",
"eslint": "^6.7.2",
"gh-pages": "^2.1.1",
"hash-source": "^1.0.4",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"isom": "^1.0.0",
"jest": "^24.9.0",
"jest-junit": "^10.0.0",
"mini-css-extract-plugin": "^0.8.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-syntax-highlighter": "^11.0.2",
"regenerator-runtime": "^0.13.3",
"style-loader": "^1.0.1",
"terser-webpack-plugin": "^2.2.2",
"web-cli": "^1.0.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"jest-junit": {
"suiteName": "jest tests",
"outputDirectory": "./reports",
"outputName": "junit.xml",
"uniqueOutputName": "false",
"classNameTemplate": "{classname}-{title}",
"titleTemplate": "{classname}-{title}",
"ancestorSeparator": " › ",
"usePathForSuiteName": "true"
}
}