UNPKG

2.25 kBJSONView Raw
1{
2 "name": "@storybook/components",
3 "version": "6.5.12",
4 "description": "Core Storybook Components",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/components",
9 "bugs": {
10 "url": "https://github.com/storybookjs/storybook/issues"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/storybookjs/storybook.git",
15 "directory": "lib/components"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "main": "dist/cjs/index.js",
24 "module": "dist/esm/index.js",
25 "types": "dist/ts3.9/index.d.ts",
26 "typesVersions": {
27 "<3.8": {
28 "dist/ts3.9/*": [
29 "dist/ts3.4/*"
30 ]
31 }
32 },
33 "files": [
34 "dist/**/*",
35 "README.md",
36 "*.js",
37 "*.d.ts"
38 ],
39 "scripts": {
40 "prepare": "ts-node ../../scripts/prebundle.ts"
41 },
42 "dependencies": {
43 "@storybook/client-logger": "6.5.12",
44 "@storybook/csf": "0.0.2--canary.4566f4d.1",
45 "@storybook/theming": "6.5.12",
46 "core-js": "^3.8.2",
47 "memoizerific": "^1.11.3",
48 "qs": "^6.10.0",
49 "regenerator-runtime": "^0.13.7",
50 "util-deprecate": "^1.0.2"
51 },
52 "devDependencies": {
53 "@popperjs/core": "^2.6.0",
54 "@types/color-convert": "^2.0.0",
55 "@types/overlayscrollbars": "^1.12.0",
56 "@types/react-syntax-highlighter": "11.0.5",
57 "color-convert": "^2.0.1",
58 "css": "^3.0.0",
59 "fast-deep-equal": "^3.1.3",
60 "global": "^4.4.0",
61 "jest": "^26.6.3",
62 "lodash": "^4.17.21",
63 "markdown-to-jsx": "^7.1.3",
64 "overlayscrollbars": "^1.13.1",
65 "polished": "^4.2.2",
66 "prettier": ">=2.2.1 <=2.3.0",
67 "prop-types": "^15.7.2",
68 "react-colorful": "^5.1.2",
69 "react-popper-tooltip": "^3.1.1",
70 "react-syntax-highlighter": "^15.4.5",
71 "react-textarea-autosize": "^8.3.0",
72 "ts-dedent": "^2.0.0",
73 "ts-node": "^10.4.0"
74 },
75 "peerDependencies": {
76 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
77 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
78 },
79 "publishConfig": {
80 "access": "public"
81 },
82 "bundlerEntrypoint": "./src/index.ts",
83 "gitHead": "e3991cb4dac45c964e29f82da6be5912464c5a4f",
84 "sbmodern": "dist/modern/index.js"
85}