button-library-internal-demo
Version:
this is my demo project.\
35 lines (34 loc) • 849 B
JSON
{
"name": "button-library-internal-demo",
"version": "1.0.1",
"description": "this is my demo project.\\",
"main": "dist/index.cjs.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"button",
"button-library"
],
"author": "Ashish Arora",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.20",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"rollup": "^3.29.2",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-styles": "^4.0.0"
},
"dependencies": {
"@babel/runtime": "^7.22.15"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}