mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
60 lines
1.3 KiB
JSON
60 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/source-loader",
|
|
"version": "6.1.0-rc.0",
|
|
"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.4/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "6.1.0-rc.0",
|
|
"@storybook/client-logger": "6.1.0-rc.0",
|
|
"@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",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"source-map": "^0.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "90977d37f4f988766fb5dcbaa309e3d9298c9fd4",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"*": [
|
|
"ts3.4/*"
|
|
]
|
|
}
|
|
}
|
|
}
|