-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "react-easy-button",
"version": "1.0.14",
"description": "Implement easily customize out of the box. Work with a vast number of pre-maid react button themes",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"author": "abura1han",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/astryi/react-easy-button"
},
"bugs": {
"url": "https://github.com/astryi/react-easy-button/issues"
},
"scripts": {
"rollup": "rm -rf dist && rollup -c --bundleConfigAsCjs"
},
"keywords": [
"react-button",
"customizable-button",
"button-customization"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/react": "^18.0.25",
"rollup": "^3.3.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": "^18.2.0",
"use-debounce": "^8.0.4"
}
}