UNPKG

@mornya/react-social-libs

Version:

The project of React.js Social Share and Widget modules.

123 lines (122 loc) 3.14 kB
{ "name": "@mornya/react-social-libs", "version": "4.2.0", "description": "The project of React.js Social Share and Widget modules.", "keywords": [ "mornya", "vessel", "typescript", "ecmascript", "react", "nextjs", "front-end", "social", "share", "widget", "clipboard", "email", "facebook", "flipboard", "google", "kakao", "linkedin", "naver", "sms", "telegram", "tumblr", "twitter" ], "homepage": "https://github.com/mornya-libs/mornya-react-social-libs", "bugs": "https://github.com/mornya-libs/mornya-react-social-libs/issues", "license": "ISC", "author": "mornya <mornya78@gmail.com>", "private": false, "repository": { "type": "git", "url": "git+https://github.com/mornya-libs/mornya-react-social-libs.git" }, "main": "./dist/index.js", "module": "./esm/index.js", "types": "./dist", "scripts": { "setup": "husky && lintest install || exit 0", "prepublishOnly": "vessel prepublish && vessel build && vessel build --esm", "login": "vessel login", "build": "vessel build", "build:esm": "vessel build --esm", "watch": "vessel build --watch", "format": "prettier --write --ignore-path .prettierignore ./src ./types", "check": "vessel check", "clean": "vessel clean", "init": "lintest uninstall && lintest export", "lint": "lintest lint", "lint:fix": "lintest lint --fix", "test": "lintest test", "test:watch": "lintest test --watch", "test:coverage": "lintest test --coverage", "sonar": "sonar-scanner" }, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "files": [ "dist", "!dist/test", "!dist/**/@setup.d.ts", "!dist/**/@setup.js", "!dist/**/*.test.d.ts", "!dist/**/*.test.js", "esm", "!esm/test", "!esm/**/@setup.d.ts", "!esm/**/@setup.js", "!esm/**/*.test.d.ts", "!esm/**/*.test.js", "CHANGELOG.md", "LICENSE", "README.md", "README-IMAGE.png" ], "engines": { "node": ">=10", "npm": ">=6" }, "peerDependencies": { "@types/react": "^16.8 || ^17 || ^18 || ^19.2", "@types/react-dom": "^16.8 || ^17 || ^18 || ^19.2", "react": "^16.8 || ^17 || ^18 || ^19.2", "react-dom": "^16.8 || ^17 || ^18 || ^19.2" }, "dependencies": { "@mornya/dynamic-load-libs": "^0.3.5", "@mornya/platform-libs": "^2.1.2", "react-copy-to-clipboard": "^5.1.1" }, "devDependencies": { "@lintest/core": "^1.17.0", "@types/jest": "^30.0.0", "@types/node": "^25.6.0", "@types/react": "^19.2.14", "@types/react-copy-to-clipboard": "^5.0.7", "@types/react-dom": "^19.2.3", "eslint": "^8.57.1", "husky": "^9.1.7", "lint-staged": "^16.4.0", "prettier": "^3.8.3", "typescript": "^5.9.3" }, "lint-staged": { "*.{css,scss}": [ "prettier --write --ignore-path .prettierignore" ], "*.{ts,tsx}": [ "prettier --write --ignore-path .prettierignore", "lintest check", "lintest lint" ] }, "vessel": { "minVersion": "5.6.1" } }