UNPKG

1.69 kBJSONView Raw
1{
2 "name": "@storybook/addons",
3 "version": "7.6.17",
4 "description": "Storybook addons store",
5 "keywords": [
6 "storybook"
7 ],
8 "homepage": "https://github.com/storybookjs/storybook/tree/next/code/deprecated/addons",
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": "code/deprecated/addons"
16 },
17 "funding": {
18 "type": "opencollective",
19 "url": "https://opencollective.com/storybook"
20 },
21 "license": "MIT",
22 "sideEffects": false,
23 "exports": {
24 ".": {
25 "types": "./dist/index.d.ts",
26 "node": "./dist/index.js",
27 "require": "./dist/index.js",
28 "import": "./dist/index.mjs"
29 },
30 "./package.json": "./package.json"
31 },
32 "main": "./dist/index.js",
33 "module": "./dist/index.mjs",
34 "types": "./dist/index.d.ts",
35 "files": [
36 "dist/**/*",
37 "README.md",
38 "*.js",
39 "*.d.ts",
40 "!src/**/*"
41 ],
42 "scripts": {
43 "check": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/check.ts",
44 "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45 },
46 "dependencies": {
47 "@storybook/manager-api": "7.6.17",
48 "@storybook/preview-api": "7.6.17",
49 "@storybook/types": "7.6.17"
50 },
51 "publishConfig": {
52 "access": "public"
53 },
54 "bundler": {
55 "entries": [
56 "./src/index.ts"
57 ]
58 },
59 "gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae17"
60}
\No newline at end of file