UNPKG

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