UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@storybook/addon-knobs",
3 "version": "6.1.10",
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 "files": [
22 "dist/**/*",
23 "README.md",
24 "*.js",
25 "*.d.ts",
26 "ts3.4/**/*"
27 ],
28 "scripts": {
29 "prepare": "node ../../scripts/prepare.js"
30 },
31 "dependencies": {
32 "@storybook/addons": "6.1.10",
33 "@storybook/api": "6.1.10",
34 "@storybook/channels": "6.1.10",
35 "@storybook/client-api": "6.1.10",
36 "@storybook/components": "6.1.10",
37 "@storybook/core-events": "6.1.10",
38 "@storybook/theming": "6.1.10",
39 "copy-to-clipboard": "^3.0.8",
40 "core-js": "^3.0.1",
41 "escape-html": "^1.0.3",
42 "fast-deep-equal": "^3.1.1",
43 "global": "^4.3.2",
44 "lodash": "^4.17.15",
45 "prop-types": "^15.7.2",
46 "qs": "^6.6.0",
47 "react-color": "^2.17.0",
48 "react-lifecycles-compat": "^3.0.4",
49 "react-select": "^3.0.8",
50 "regenerator-runtime": "^0.13.7"
51 },
52 "devDependencies": {
53 "@types/enzyme": "^3.10.5",
54 "@types/escape-html": "0.0.20",
55 "@types/react-color": "^3.0.1",
56 "@types/react-lifecycles-compat": "^3.0.1",
57 "@types/react-select": "^3.0.12",
58 "@types/webpack-env": "^1.15.3",
59 "enzyme": "^3.11.0"
60 },
61 "peerDependencies": {
62 "react": "^16.8.0 || ^17.0.0",
63 "react-dom": "^16.8.0 || ^17.0.0"
64 },
65 "peerDependenciesMeta": {
66 "react": {
67 "optional": true
68 },
69 "react-dom": {
70 "optional": true
71 }
72 },
73 "publishConfig": {
74 "access": "public"
75 },
76 "gitHead": "94ffc5dab339819c9f3cac71ddc509a59db16c05",
77 "typesVersions": {
78 "<3.8": {
79 "*": [
80 "ts3.4/*"
81 ]
82 }
83 }
84}