-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.56 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
{
"name": "react-floating-mailbox",
"version": "1.0.14",
"description": "A React component that renders a floating mailbox action button on your page. When the button is clicked, it opens a modal that allows users to send a feedback/suggestion email using EmailJS.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"floating",
"suggestion",
"box",
"button",
"mail",
"email",
"suggestion",
"suggestion box",
"suggestion button",
"suggestion mail",
"suggestion email"
],
"repository": {
"type": "git",
"url": "git+https://github.com/t-montes/react-floating-mailbox.git"
},
"author": "Tony Montes",
"license": "MIT",
"bugs": {
"url": "https://github.com/t-montes/react-floating-mailbox/issues"
},
"homepage": "https://github.com/t-montes/react-floating-mailbox#readme",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-node-resolve": "^15.0.2",
"babel-loader": "^9.1.2",
"bootstrap": "^5.2.3",
"emailjs-com": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.0.0",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"emailjs-com": "^3.2.0"
}
}