UNPKG

react-my-react-library-btn

Version:

My first react library

34 lines (33 loc) 792 B
{ "name": "react-my-react-library-btn", "version": "1.0.9", "main": "lib/bundle.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "My first react library", "keywords": [ "react", "react library", "react button", "btn" ], "devDependencies": { "@babel/core": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/preset-react": "^7.18.6", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "cssnano": "^5.1.12", "postcss": "^8.4.16", "rollup": "^2.77.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-postcss": "^4.0.2" }, "dependencies": { "antd": "^4.22.3" } }