mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:21:14 +08:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "@storybook/angular",
|
|
"version": "4.0.0-alpha.15",
|
|
"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.15",
|
|
"@storybook/node-logger": "4.0.0-alpha.15",
|
|
"angular2-template-loader": "^0.6.2",
|
|
"babel-runtime": "^6.23.0",
|
|
"core-js": "^2.5.7",
|
|
"global": "^4.3.2",
|
|
"react": "^16.4.2",
|
|
"react-dom": "^16.4.2",
|
|
"sass-loader": "^7.1.0",
|
|
"ts-loader": "^4.4.2",
|
|
"zone.js": "^0.8.26"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular-devkit/core": "^0.6.1",
|
|
"@angular/common": ">=6.0.0",
|
|
"@angular/compiler": ">=6.0.0",
|
|
"@angular/core": ">=6.0.0",
|
|
"@angular/forms": ">=6.0.0",
|
|
"@angular/platform-browser": ">=6.0.0",
|
|
"@angular/platform-browser-dynamic": ">=6.0.0"
|
|
}
|
|
}
|