-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.84 KB
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
{
"name": "react-floating-button",
"version": "2.1.3",
"description": "Hover over the floating button to see menu buttons",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"storybook": "start-storybook -p 6006",
"commit": "git add . && cz && standard-version",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-custom-projects/floating-button-npm-package.git"
},
"keywords": [
"react",
"floating",
"button"
],
"author": "Adam Morsi",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-custom-projects/floating-button-npm-package/issues"
},
"homepage": "https://github.com/react-custom-projects/floating-button-npm-package#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.3.12",
"babel-loader": "^8.2.3",
"commitizen": "^4.2.4",
"css-loader": "^5.2.7",
"cz-conventional-changelog": "3.3.0",
"postcss": "^8.3.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.59.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.43.4",
"sass-loader": "^10.1.1",
"standard-version": "^9.3.2",
"style-loader": "^2.0.0"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}