UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@storybook/addon-knobs",
3 "version": "6.1.7",
4 "description": "Storybook Addon Prop Editor Component",
5 "keywords": [
6 "addon",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/master/addons/knobs",
10 "bugs": {
11 "url": "https://github.com/storybookjs/storybook/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/storybookjs/storybook.git",
16 "directory": "addons/knobs"
17 },
18 "license": "MIT",
19 "main": "dist/index.js",
20 "types": "dist/index.d.ts",
21 "typesVersions": {
22 "<3.8": {
23 "*": [
24 "ts3.4/*"
25 ]
26 }
27 },
28 "files": [
29 "dist/**/*",
30 "README.md",
31 "*.js",
32 "*.d.ts",
33 "ts3.4/**/*"
34 ],
35 "scripts": {
36 "prepare": "node ../../scripts/prepare.js"
37 },
38 "dependencies": {
39 "@storybook/addons": "6.1.7",
40 "@storybook/api": "6.1.7",
41 "@storybook/channels": "6.1.7",
42 "@storybook/client-api": "6.1.7",
43 "@storybook/components": "6.1.7",
44 "@storybook/core-events": "6.1.7",
45 "@storybook/theming": "6.1.7",
46 "copy-to-clipboard": "^3.0.8",
47 "core-js": "^3.0.1",
48 "escape-html": "^1.0.3",
49 "fast-deep-equal": "^3.1.1",
50 "global": "^4.3.2",
51 "lodash": "^4.17.15",
52 "prop-types": "^15.7.2",
53 "qs": "^6.6.0",
54 "react-color": "^2.17.0",
55 "react-lifecycles-compat": "^3.0.4",
56 "react-select": "^3.0.8",
57 "regenerator-runtime": "^0.13.7"
58 },
59 "devDependencies": {
60 "@types/enzyme": "^3.10.5",
61 "@types/escape-html": "0.0.20",
62 "@types/react-color": "^3.0.1",
63 "@types/react-lifecycles-compat": "^3.0.1",
64 "@types/react-select": "^3.0.12",
65 "@types/webpack-env": "^1.15.3",
66 "enzyme": "^3.11.0"
67 },
68 "peerDependencies": {
69 "react": "^16.8.0 || ^17.0.0",
70 "react-dom": "^16.8.0 || ^17.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": "303d951f9ae4aa2241c9823e1cb6edbfd50fb093"
84}