UNPKG

1.44 kBJSONView Raw
1{
2 "name": "@storybook/core",
3 "version": "6.3.6",
4 "description": "Storybook framework-agnostic API",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core",
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/core"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "main": "dist/cjs/index.js",
23 "module": "dist/esm/index.js",
24 "types": "dist/ts3.9/index.d.ts",
25 "typesVersions": {
26 "<3.8": {
27 "*": [
28 "dist/ts3.4/*"
29 ]
30 }
31 },
32 "files": [
33 "dist/**/*",
34 "dll/**/*",
35 "types/**/*",
36 "*.js",
37 "*.d.ts"
38 ],
39 "scripts": {
40 "prepare": "node ../../scripts/prepare.js"
41 },
42 "dependencies": {
43 "@storybook/core-client": "6.3.6",
44 "@storybook/core-server": "6.3.6"
45 },
46 "peerDependencies": {
47 "@storybook/builder-webpack5": "6.3.6",
48 "react": "^16.8.0 || ^17.0.0",
49 "react-dom": "^16.8.0 || ^17.0.0"
50 },
51 "peerDependenciesMeta": {
52 "@storybook/builder-webpack5": {
53 "optional": true
54 },
55 "typescript": {
56 "optional": true
57 }
58 },
59 "publishConfig": {
60 "access": "public"
61 },
62 "gitHead": "8c14e96e8ab21e6008e7c8458d7515539d448e06",
63 "sbmodern": "dist/modern/index.js"
64}