mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:01:26 +08:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@storybook/angular",
|
|
"version": "4.0.0-alpha.8",
|
|
"description": "Storybook for Angular: Develop Angular Components in isolation with Hot Reloading.",
|
|
"homepage": "https://github.com/storybooks/storybook/tree/master/apps/angular",
|
|
"bugs": {
|
|
"url": "https://github.com/storybooks/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybooks/storybook.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/client/index.js",
|
|
"jsnext:main": "src/client/index.js",
|
|
"bin": {
|
|
"build-storybook": "./bin/build.js",
|
|
"start-storybook": "./bin/index.js",
|
|
"storybook-server": "./bin/index.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "node ../../scripts/prepare.js"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/core": "4.0.0-alpha.8",
|
|
"@storybook/node-logger": "4.0.0-alpha.8",
|
|
"angular2-template-loader": "^0.6.2",
|
|
"babel-runtime": "^6.23.0",
|
|
"core-js": "^2.5.7",
|
|
"global": "^4.3.2",
|
|
"react": "^16.4.0",
|
|
"react-dom": "^16.4.0",
|
|
"sass-loader": "^7.0.1",
|
|
"ts-loader": "^4.3.0",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/common": ">=4.0.0",
|
|
"@angular/compiler": ">=4.0.0",
|
|
"@angular/core": ">=4.0.0",
|
|
"@angular/forms": ">=4.0.0",
|
|
"@angular/platform-browser": ">=4.0.0",
|
|
"@angular/platform-browser-dynamic": ">=4.0.0"
|
|
}
|
|
}
|