UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@storybook/source-loader",
3 "version": "6.1.11",
4 "description": "Source loader",
5 "keywords": [
6 "lib",
7 "storybook"
8 ],
9 "homepage": "https://github.com/storybookjs/storybook/tree/master/lib/source-loader",
10 "bugs": {
11 "url": "https://github.com/storybookjs/storybook/issues"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/storybookjs/storybook.git",
16 "directory": "lib/source-loader"
17 },
18 "license": "MIT",
19 "main": "dist/index.js",
20 "types": "dist/index.d.ts",
21 "files": [
22 "dist/**/*",
23 "README.md",
24 "*.js",
25 "*.d.ts",
26 "ts3.4/**/*"
27 ],
28 "scripts": {
29 "prepare": "node ../../scripts/prepare.js"
30 },
31 "dependencies": {
32 "@storybook/addons": "6.1.11",
33 "@storybook/client-logger": "6.1.11",
34 "@storybook/csf": "0.0.1",
35 "core-js": "^3.0.1",
36 "estraverse": "^4.2.0",
37 "global": "^4.3.2",
38 "loader-utils": "^2.0.0",
39 "lodash": "^4.17.15",
40 "prettier": "~2.0.5",
41 "regenerator-runtime": "^0.13.7",
42 "source-map": "^0.7.3"
43 },
44 "peerDependencies": {
45 "react": "^16.8.0 || ^17.0.0",
46 "react-dom": "^16.8.0 || ^17.0.0"
47 },
48 "publishConfig": {
49 "access": "public"
50 },
51 "gitHead": "5999b789d796414997c21d74517f7dfede6ddeff",
52 "typesVersions": {
53 "<3.8": {
54 "*": [
55 "ts3.4/*"
56 ]
57 }
58 }
59}