UNPKG

2.99 kBJSONView Raw
1{
2 "name": "@storybook/addon-actions",
3 "version": "7.6.4",
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/next/code/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": "code/addons/actions"
18 },
19 "funding": {
20 "type": "opencollective",
21 "url": "https://opencollective.com/storybook"
22 },
23 "license": "MIT",
24 "exports": {
25 ".": {
26 "types": "./dist/index.d.ts",
27 "node": "./dist/index.js",
28 "require": "./dist/index.js",
29 "import": "./dist/index.mjs"
30 },
31 "./decorator": {
32 "types": "./dist/decorator.d.ts",
33 "require": "./dist/decorator.js",
34 "import": "./dist/decorator.mjs"
35 },
36 "./manager": "./dist/manager.js",
37 "./preview": "./dist/preview.js",
38 "./register.js": "./dist/manager.js",
39 "./package.json": "./package.json"
40 },
41 "main": "dist/index.js",
42 "module": "dist/index.mjs",
43 "types": "dist/index.d.ts",
44 "typesVersions": {
45 "*": {
46 "*": [
47 "dist/index.d.ts"
48 ],
49 "decorator": [
50 "dist/decorator.d.ts"
51 ]
52 }
53 },
54 "files": [
55 "dist/**/*",
56 "README.md",
57 "*.js",
58 "*.d.ts",
59 "!src/**/*"
60 ],
61 "scripts": {
62 "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
63 "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/addon-bundle.ts"
64 },
65 "dependencies": {
66 "@storybook/core-events": "7.6.4",
67 "@storybook/global": "^5.0.0",
68 "@types/uuid": "^9.0.1",
69 "dequal": "^2.0.2",
70 "polished": "^4.2.2",
71 "uuid": "^9.0.0"
72 },
73 "devDependencies": {
74 "@storybook/client-logger": "7.6.4",
75 "@storybook/components": "7.6.4",
76 "@storybook/manager-api": "7.6.4",
77 "@storybook/preview-api": "7.6.4",
78 "@storybook/theming": "7.6.4",
79 "@storybook/types": "7.6.4",
80 "react": "^16.8.0",
81 "react-dom": "^16.8.0",
82 "react-inspector": "^6.0.0",
83 "telejson": "^7.2.0",
84 "typescript": "~4.9.3"
85 },
86 "publishConfig": {
87 "access": "public"
88 },
89 "bundler": {
90 "exportEntries": [
91 "./src/decorator.ts",
92 "./src/index.ts"
93 ],
94 "managerEntries": [
95 "./src/manager.tsx"
96 ],
97 "previewEntries": [
98 "./src/preview.ts"
99 ]
100 },
101 "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17",
102 "storybook": {
103 "displayName": "Actions",
104 "unsupportedFrameworks": [
105 "react-native"
106 ],
107 "icon": "https://user-images.githubusercontent.com/263385/101991666-479cc600-3c7c-11eb-837b-be4e5ffa1bb8.png"
108 }
109}
\No newline at end of file