forked from arifszn/reactive-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.08 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "reactive-button",
"version": "1.3.12",
"description": "3D animated react button component with progress bar",
"private": false,
"homepage": "https://github.com/arifszn/reactive-button#readme",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"typings": "./types/index.d.ts",
"scripts": {
"build": "rollup -c",
"lint": "eslint --ext .js,.jsx .",
"lint:fix": "eslint --ext .js,.jsx --fix .",
"prettier": "prettier --check './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
"prettier:fix": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/react": "^17.0.40",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"rollup": "^2.27.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^4.1.1"
},
"author": "arifszn",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/arifszn/reactive-button.git"
},
"bugs": {
"url": "https://github.com/arifszn/reactive-button/issues"
},
"keywords": [
"react",
"button",
"react-button",
"react-animated-button",
"react-3d-button",
"react-button-progress-bar",
"react-component",
"button-component",
"button-progress",
"button-ui",
"simple-button",
"progressbar",
"animation",
"reactjs",
"reactive",
"3d-button",
"button-progress",
"progress-bar",
"component",
"beautiful-button"
]
}