UNPKG

react-notion-avatar

Version:

react library for generating notion-style avatar

97 lines (96 loc) 2.46 kB
{ "name": "react-notion-avatar", "version": "1.1.12", "description": "react library for generating notion-style avatar", "homepage": "/", "exports": { ".": { "require": "./notion-dist/index.cjs", "import": "./notion-dist/index.mjs", "types": "./notion-dist/index.d.ts" } }, "main": "./notion-dist/index.cjs", "module": "./notion-dist/index.mjs", "types": "./notion-dist/index.d.ts", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "build:notion": "unbuild && cp src/package/types.ts notion-dist/index.d.ts", "prepublishOnly": "pnpm build:notion", "release": "bumpp --commit --push --tag" }, "repository": { "type": "git", "url": "git+https://github.com/zonemeen/react-notion-avatar.git" }, "files": [ "notion-dist" ], "keywords": [ "react", "avatar", "notion", "react-avatar", "notion-style avatar" ], "author": "zonemeen", "license": "MIT", "bugs": { "url": "https://github.com/zonemeen/react-notion-avatar/issues" }, "dependencies": { "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", "@types/canvas-confetti": "^1.4.2", "@types/dom-to-image": "^2.6.4", "@types/file-saver": "^2.0.3", "@types/jest": "^27.4.1", "@types/node": "^16.11.26", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.13", "canvas-confetti": "^1.5.1", "classnames": "^2.3.1", "dom-to-image": "^2.6.0", "file-saver": "^2.0.5", "i18next": "^21.6.14", "react": "^17.0.2", "react-colorful": "^5.5.1", "react-dom": "^17.0.2", "react-i18next": "^11.15.6", "react-notion-avatar": "^1.1.11", "react-scripts": "^5.0.0", "typescript": "^4.6.2" }, "devDependencies": { "autoprefixer": "^10.3.1", "bumpp": "^7.1.1", "postcss": "^8.3.6", "postcss-loader": "^4.3.0", "prettier": "^2.5.1", "sass": "^1.49.9", "tailwindcss": "^3.0.2", "unbuild": "^0.6.9" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }