-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "react-floating-balloons",
"version": "3.0.1",
"description": "Floating colorful balloons with custom names and popping feature",
"main": "dist/index.js",
"dependencies": {
"@mojs/core": "^1.3.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"css-loader": "^6.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^3.1.0",
"webpack": "^5.45.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0"
},
"scripts": {
"build": "rm -rf dist && mkdir dist && babel src/ -d dist --copy-files",
"demo": "webpack-dev-server --inline --hot --config demo/webpack.config.js --content-base demo/",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanishkr/react-floating-balloons.git"
},
"keywords": [
"react",
"balloons",
"floating",
"birthday",
"animation",
"colorful",
"pop",
"burst"
],
"author": "SNS",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanishkr/react-floating-balloons/issues"
},
"homepage": "https://codesandbox.io/s/react-floating-balloons-basic-example-4cx9kh"
}