yeonpm-react
Version:
A library that collects frequently used components and custom hooks in react projects
73 lines (72 loc) • 1.73 kB
JSON
{
"name": "yeonpm-react",
"version": "1.0.0",
"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"
},
"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",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"tslib": "2.8.1"
},
"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/.git"
},
"homepage": "https://github.com/yeonpm/yeonpm-modules",
"bugs": {
"url": "https://github.com/yeonpm/yeonpm-modules/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"@emotion/styled": ">=11.0.0"
},
"dependencies": {
"react-style-props": "1.0.23"
}
}