UNPKG

undraw-react

Version:
48 lines (47 loc) 1.1 kB
{ "name": "undraw-react", "version": "0.0.4", "description": "Undraw Illustrations for react!", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc && tsup src/index.ts --format cjs,esm --dts && npm publish", "lint": "tsc" }, "repository": { "type": "git", "url": "https://github.com/ultilize/undraw-react.git" }, "keywords": [ "types", "undraw", "illustrations" ], "author": "Fiuipko", "license": "MIT", "dependencies": { "@types/react-dom": "^18.2.19", "lodash": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", "tsup": "^7.2.0" }, "devDependencies": { "@swc/core": "^1.3.95", "@types/node": "^20.11.20", "@types/react": "^18.2.58", "@types/react-dom": "^18.2.19", "react": "^18.2.0", "react-dom": "^18.2.0", "ts-loader": "^9.5.0", "typescript": "^5.3.3" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }