mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
127 lines
3.8 KiB
JSON
127 lines
3.8 KiB
JSON
{
|
|
"name": "@storybook/angular",
|
|
"version": "7.0.0-alpha.54",
|
|
"description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
|
|
"keywords": [
|
|
"storybook",
|
|
"angular"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/angular",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "frameworks/angular"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"template/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc",
|
|
"prep": "rimraf dist && ../../../scripts/node_modules/.bin/tsc --project tsconfig.build.json && echo \"Preventing passing flags to tsc\""
|
|
},
|
|
"dependencies": {
|
|
"@storybook/builder-webpack5": "7.0.0-alpha.54",
|
|
"@storybook/client-logger": "7.0.0-alpha.54",
|
|
"@storybook/core-client": "7.0.0-alpha.54",
|
|
"@storybook/core-common": "7.0.0-alpha.54",
|
|
"@storybook/core-events": "7.0.0-alpha.54",
|
|
"@storybook/core-server": "7.0.0-alpha.54",
|
|
"@storybook/core-webpack": "7.0.0-alpha.54",
|
|
"@storybook/docs-tools": "7.0.0-alpha.54",
|
|
"@storybook/manager-api": "7.0.0-alpha.54",
|
|
"@storybook/node-logger": "7.0.0-alpha.54",
|
|
"@storybook/preview-api": "7.0.0-alpha.54",
|
|
"@storybook/types": "7.0.0-alpha.54",
|
|
"@types/node": "^16.0.0",
|
|
"@types/react": "^16.14.34",
|
|
"@types/react-dom": "^16.9.14",
|
|
"@types/semver": "^7.3.4",
|
|
"@types/webpack-env": "^1.18.0",
|
|
"core-js": "^3.8.2",
|
|
"find-up": "^5.0.0",
|
|
"global": "^4.4.0",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"read-pkg-up": "^7.0.1",
|
|
"semver": "^7.3.7",
|
|
"telejson": "^7.0.3",
|
|
"ts-dedent": "^2.0.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
"util-deprecate": "^1.0.2",
|
|
"webpack": "5"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/architect": "^0.1303.5",
|
|
"@angular-devkit/build-angular": "^13.3.5",
|
|
"@angular-devkit/core": "^13.3.5",
|
|
"@angular/cli": "^13.3.5",
|
|
"@angular/common": "^13.3.6",
|
|
"@angular/compiler": "^13.3.6",
|
|
"@angular/compiler-cli": "^13.3.6",
|
|
"@angular/core": "^13.3.6",
|
|
"@angular/forms": "^13.3.6",
|
|
"@angular/platform-browser": "^13.3.6",
|
|
"@angular/platform-browser-dynamic": "^13.3.6",
|
|
"@nrwl/workspace": "14.6.1",
|
|
"@types/rimraf": "^3.0.2",
|
|
"@types/tmp": "^0.2.3",
|
|
"cross-spawn": "^7.0.3",
|
|
"jest": "^29.3.1",
|
|
"jest-preset-angular": "^12.0.0",
|
|
"jest-specific-snapshot": "^7.0.0",
|
|
"rimraf": "^3.0.2",
|
|
"tmp": "^0.2.1",
|
|
"typescript": "^4.9.3",
|
|
"webpack": "5",
|
|
"zone.js": "^0.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular-devkit/architect": ">=0.1300.0",
|
|
"@angular-devkit/build-angular": ">=13.0.0",
|
|
"@angular-devkit/core": ">=13.0.0",
|
|
"@angular/cli": ">=13.0.0",
|
|
"@angular/common": ">=13.0.0",
|
|
"@angular/compiler": ">=13.0.0",
|
|
"@angular/compiler-cli": ">=13.0.0",
|
|
"@angular/core": ">=13.0.0",
|
|
"@angular/forms": ">=13.0.0",
|
|
"@angular/platform-browser": ">=13.0.0",
|
|
"@angular/platform-browser-dynamic": ">=13.0.0",
|
|
"@babel/core": "*",
|
|
"@nrwl/workspace": "14.6.1",
|
|
"rxjs": "^6.0.0 || ^7.4.0",
|
|
"typescript": "^4.0.0",
|
|
"zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0 || ^0.11.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@angular/cli": {
|
|
"optional": true
|
|
},
|
|
"@nrwl/workspace": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"builders": "dist/builders/builders.json",
|
|
"gitHead": "91177d4e27daec556a24ae6223c3cbe17a998d9b"
|
|
}
|