reflexy
Version:
Flexbox layout react components
69 lines (68 loc) • 2.39 kB
JSON
{
"name": "reflexy",
"version": "3.58.1",
"description": "Flexbox layout react components",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"author": "VZH",
"license": "MIT",
"homepage": "https://github.com/vlazh/reflexy",
"repository": {
"type": "git",
"url": "https://github.com/vlazh/reflexy"
},
"bugs": {
"url": "https://github.com/vlazh/reflexy/issues"
},
"keywords": [
"react",
"flexbox",
"flex",
"layout"
],
"scripts": {
"clean": "rimraf dist/*",
"copy:configs": "copyfiles package.json README.md LICENSE CHANGELOG.md .npmignore ./dist/",
"copy:css": "copyfiles ./src/**/*.css --up 1 ./dist/",
"build-ts": "tsc --build tsconfig.json",
"build": "npm run clean && npm run build-ts && npm run copy:css",
"patch-publish": "npm run build && npm version patch --no-workspaces-update -m 'v%s' && npm run copy:configs && cd ./dist && npm publish && git push --follow-tags",
"minor-publish": "npm run build && npm version minor --no-workspaces-update -m 'v%s' && npm run copy:configs && cd ./dist && npm publish && git push --follow-tags",
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md",
"changelog": "conventional-changelog --config ./changelog.config.js -i CHANGELOG.md -s"
},
"devDependencies": {
"@eslint/compat": "^1.2.8",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.25.1",
"@js-toolkit/configs": "^3.94.2",
"@js-toolkit/utils": "^1.59.2",
"@mui/system": "^7.0.2",
"@types/css-modules": "^1.0.5",
"@types/eslint": "^9.6.1",
"@types/react": "^19.1.2",
"conventional-changelog-cli": "^5.0.0",
"copyfiles": "^2.4.1",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-import-resolver-typescript": "^4.3.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"prettier": "^3.5.3",
"react": "^19.1.0",
"rimraf": "^6.0.1",
"stylelint": "^16.19.1",
"stylelint-config-css-modules": "^4.4.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-prettier": "^5.0.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.31.0",
"webpack": "^5.99.7"
},
"peerDependencies": {
"react": ">= 19"
}
}