@yeonpm/react
Version:
A library that collects frequently used components and custom hooks in react projects
82 lines (81 loc) • 1.99 kB
JSON
{
"name": "@yeonpm/react",
"version": "1.1.8",
"description": "A library that collects frequently used components and custom hooks in react projects",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"prepare": "npm run build",
"dev": "vite",
"preview": "vite preview"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"typescript",
"component",
"hook",
"custom hook",
"yeonpm",
"cssinjs",
"css in js",
"styled-components",
"emotion"
],
"author": {
"name": "yeonpm",
"email": "yeonpmdevelop@gmail.com"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "12.1.1",
"@types/react": "19.0.1",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"tslib": "2.8.1",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"types": "./dist/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeonpm/yeonpm-react.git"
},
"homepage": "https://github.com/yeonpm/yeonpm-react",
"bugs": {
"url": "https://github.com/yeonpm/yeonpm-react/issues"
},
"peerDependencies": {
"@emotion/react": ">=11.11.0",
"@emotion/styled": ">=11.11.0",
"react": ">=16.8.0"
},
"dependencies": {
"react-style-props": "1.1.2"
}
}