mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@storybook/source-loader",
|
|
"version": "6.1.0-alpha.10",
|
|
"description": "Source loader",
|
|
"keywords": [
|
|
"lib",
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/master/lib/source-loader",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "lib/source-loader"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"ts3.5/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.1.0-alpha.10",
|
|
"@storybook/client-logger": "6.1.0-alpha.10",
|
|
"@storybook/csf": "0.0.1",
|
|
"core-js": "^3.0.1",
|
|
"estraverse": "^4.2.0",
|
|
"global": "^4.3.2",
|
|
"loader-utils": "^2.0.0",
|
|
"lodash": "^4.17.15",
|
|
"prettier": "~2.0.5",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"regenerator-runtime": "^0.13.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "91446c812d677e4aa2ff714d4c49015a7c8c9629"
|
|
}
|