UNPKG

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