UNPKG

1.52 kBJSONView Raw
1{
2 "name": "@storybook/core",
3 "version": "6.5.16",
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 "dist/ts3.9/*": [
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.5.16",
44 "@storybook/core-server": "6.5.16"
45 },
46 "peerDependencies": {
47 "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
48 "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
49 "webpack": "*"
50 },
51 "peerDependenciesMeta": {
52 "@storybook/builder-webpack5": {
53 "optional": true
54 },
55 "@storybook/manager-webpack5": {
56 "optional": true
57 },
58 "typescript": {
59 "optional": true
60 }
61 },
62 "publishConfig": {
63 "access": "public"
64 },
65 "gitHead": "7db13fface8f05b870a16b90694a840785830f7e",
66 "sbmodern": "dist/modern/index.js"
67}