-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
47 lines (47 loc) · 1016 Bytes
/
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
{
"name": "react-floating-button",
"version": "1.1.1",
"description": "An Awesome floating button",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"publish:npm": "set NODE_ENV=production && rm -rf dist && mkdir dist && npx babel FloatingButton --out-dir dist --copy-files"
},
"files": [
"dist"
],
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-pose": "^4.0.10",
"react-scripts": "3.4.1",
"styled-components": "^5.1.0"
},
"babel": {
"presets": [
"@babel/react"
]
},
"devDependencies": {
"@babel/cli": "^7.8.4"
},
"repository": {
"type": "git",
"url": "https://github.com/na6im/react-floating-button"
},
"author": "Nassim AMOKRANE",
"keywords": [
"react",
"button",
"floating",
"float",
"Customizable",
"awesome",
"floating-button",
"material",
"animation",
"animaited",
"responsive"
],
"license": "MIT"
}