mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/core",
|
|
"version": "3.4.0-alpha.5",
|
|
"description": "Storybook framework-agnostic API",
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/lib/core",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/client/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "DEV_BUILD=1 nodemon --watch ./src --exec 'yarn prepare'",
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/addons": "^3.4.0-alpha.5",
|
|
"@storybook/channel-postmessage": "^3.4.0-alpha.5",
|
|
"@storybook/client-logger": "^3.4.0-alpha.5",
|
|
"@storybook/ui": "^3.4.0-alpha.5",
|
|
"autoprefixer": "^7.2.5",
|
|
"babel-runtime": "^6.26.0",
|
|
"css-loader": "^0.28.9",
|
|
"dotenv": "^4.0.0",
|
|
"events": "^1.1.1",
|
|
"file-loader": "^1.1.6",
|
|
"global": "^4.3.2",
|
|
"json-loader": "^0.5.7",
|
|
"postcss-flexbugs-fixes": "^3.2.0",
|
|
"postcss-loader": "^2.0.10",
|
|
"prop-types": "^15.5.10",
|
|
"qs": "^6.5.1",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"style-loader": "^0.19.1",
|
|
"url-loader": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0"
|
|
}
|
|
}
|