mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "@storybook/ember",
|
|
"version": "6.5.0-beta.4",
|
|
"description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/app/ember",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "app/ember"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/cjs/client/index.js",
|
|
"module": "dist/esm/client/index.js",
|
|
"types": "dist/ts3.9/client/index.d.ts",
|
|
"typesVersions": {
|
|
"<3.8": {
|
|
"dist/ts3.9/*": [
|
|
"dist/ts3.4/*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/core-client": "6.5.0-beta.4",
|
|
"@storybook/core-common": "6.5.0-beta.4",
|
|
"@storybook/core-server": "6.5.0-beta.4",
|
|
"@storybook/docs-tools": "6.5.0-beta.4",
|
|
"@storybook/store": "6.5.0-beta.4",
|
|
"core-js": "^3.8.2",
|
|
"global": "^4.4.0",
|
|
"react": "16.14.0",
|
|
"react-dom": "16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"ts-dedent": "^2.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "*",
|
|
"babel-plugin-ember-modules-api-polyfill": "^2.12.0",
|
|
"babel-plugin-htmlbars-inline-precompile": "2 || 3",
|
|
"ember-source": "^3.16.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "55247a8e36da7061bfced80c588a539d3fda3f04",
|
|
"sbmodern": "dist/modern/client/index.js"
|
|
}
|