UNPKG

2.35 kBJSONView Raw
1{
2 "name": "@storybook/addon-actions",
3 "version": "6.5.12",
4 "description": "Get UI feedback when an action is performed on an interactive element",
5 "keywords": [
6 "storybook",
7 "essentials",
8 "data-state"
9 ],
10 "homepage": "https://github.com/storybookjs/storybook/tree/main/addons/actions",
11 "bugs": {
12 "url": "https://github.com/storybookjs/storybook/issues"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/storybookjs/storybook.git",
17 "directory": "addons/actions"
18 },
19 "funding": {
20 "type": "opencollective",
21 "url": "https://opencollective.com/storybook"
22 },
23 "license": "MIT",
24 "main": "dist/cjs/index.js",
25 "module": "dist/esm/index.js",
26 "types": "dist/ts3.9/index.d.ts",
27 "typesVersions": {
28 "<3.8": {
29 "dist/ts3.9/*": [
30 "dist/ts3.4/*"
31 ]
32 }
33 },
34 "files": [
35 "dist/**/*",
36 "README.md",
37 "*.js",
38 "*.d.ts"
39 ],
40 "scripts": {
41 "prepare": "node ../../scripts/prepare.js"
42 },
43 "dependencies": {
44 "@storybook/addons": "6.5.12",
45 "@storybook/api": "6.5.12",
46 "@storybook/client-logger": "6.5.12",
47 "@storybook/components": "6.5.12",
48 "@storybook/core-events": "6.5.12",
49 "@storybook/csf": "0.0.2--canary.4566f4d.1",
50 "@storybook/theming": "6.5.12",
51 "core-js": "^3.8.2",
52 "fast-deep-equal": "^3.1.3",
53 "global": "^4.4.0",
54 "lodash": "^4.17.21",
55 "polished": "^4.2.2",
56 "prop-types": "^15.7.2",
57 "react-inspector": "^5.1.0",
58 "regenerator-runtime": "^0.13.7",
59 "telejson": "^6.0.8",
60 "ts-dedent": "^2.0.0",
61 "util-deprecate": "^1.0.2",
62 "uuid-browser": "^3.1.0"
63 },
64 "devDependencies": {
65 "@types/lodash": "^4.14.167",
66 "@types/webpack-env": "^1.16.0"
67 },
68 "peerDependencies": {
69 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
70 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
71 },
72 "peerDependenciesMeta": {
73 "react": {
74 "optional": true
75 },
76 "react-dom": {
77 "optional": true
78 }
79 },
80 "publishConfig": {
81 "access": "public"
82 },
83 "gitHead": "e3991cb4dac45c964e29f82da6be5912464c5a4f",
84 "sbmodern": "dist/modern/index.js",
85 "storybook": {
86 "displayName": "Actions",
87 "unsupportedFrameworks": [
88 "react-native"
89 ],
90 "icon": "https://user-images.githubusercontent.com/263385/101991666-479cc600-3c7c-11eb-837b-be4e5ffa1bb8.png"
91 }
92}