mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
3.8 KiB
125 lines
3.8 KiB
{
|
|
"name": "@storybook/angular",
|
|
"version": "10.1.10",
|
|
"description": "Storybook for Angular: Develop, document, and test UI components in isolation",
|
|
"keywords": [
|
|
"storybook",
|
|
"storybook-framework",
|
|
"angular",
|
|
"component",
|
|
"components"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/angular",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/frameworks/angular"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./builders/build-storybook": "./dist/builders/build-storybook/index.js",
|
|
"./builders/start-storybook": "./dist/builders/start-storybook/index.js",
|
|
"./client": "./dist/client/index.js",
|
|
"./client/config": "./dist/client/config.js",
|
|
"./client/docs/config": "./dist/client/docs/config.js",
|
|
"./client/preview-prod": "./dist/client/preview-prod.js",
|
|
"./node": {
|
|
"types": "./dist/node/index.d.ts",
|
|
"default": "./dist/node/index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./preset": "./dist/preset.js",
|
|
"./server/framework-preset-angular-cli": "./dist/server/framework-preset-angular-cli.js",
|
|
"./server/framework-preset-angular-ivy": "./dist/server/framework-preset-angular-ivy.js"
|
|
},
|
|
"files": [
|
|
"builders.json",
|
|
"build-schema.json",
|
|
"start-schema.json",
|
|
"dist/**/*",
|
|
"template/cli/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.mjs",
|
|
"*.d.ts",
|
|
"!src/**/*"
|
|
],
|
|
"scripts": {
|
|
"check": "jiti ../../../scripts/check/check-package.ts",
|
|
"prep": "jiti ../../../scripts/build/build-package.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/builder-webpack5": "10.1.10",
|
|
"@storybook/global": "^5.0.0",
|
|
"telejson": "8.0.0",
|
|
"ts-dedent": "^2.0.0",
|
|
"tsconfig-paths-webpack-plugin": "^4.0.1",
|
|
"webpack": "5"
|
|
},
|
|
"devDependencies": {
|
|
"@analogjs/vite-plugin-angular": "^1.12.1",
|
|
"@angular-devkit/architect": "^0.1901.1",
|
|
"@angular-devkit/build-angular": "^19.1.1",
|
|
"@angular-devkit/core": "^19.1.1",
|
|
"@angular/animations": "^19.1.1",
|
|
"@angular/common": "^19.1.1",
|
|
"@angular/compiler": "^19.1.1",
|
|
"@angular/compiler-cli": "^19.1.1",
|
|
"@angular/core": "^19.1.1",
|
|
"@angular/forms": "^19.1.1",
|
|
"@angular/platform-browser": "^19.1.1",
|
|
"@angular/platform-browser-dynamic": "^19.1.1",
|
|
"@storybook/core-webpack": "10.1.10",
|
|
"@types/node": "^22.0.0",
|
|
"empathic": "^2.0.0",
|
|
"rimraf": "^6.0.1",
|
|
"typescript": "^5.8.3",
|
|
"webpack": "5",
|
|
"zone.js": "^0.15.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular-devkit/architect": ">=0.1800.0 < 0.2200.0",
|
|
"@angular-devkit/build-angular": ">=18.0.0 < 22.0.0",
|
|
"@angular-devkit/core": ">=18.0.0 < 22.0.0",
|
|
"@angular/animations": ">=18.0.0 < 22.0.0",
|
|
"@angular/cli": ">=18.0.0 < 22.0.0",
|
|
"@angular/common": ">=18.0.0 < 22.0.0",
|
|
"@angular/compiler": ">=18.0.0 < 22.0.0",
|
|
"@angular/compiler-cli": ">=18.0.0 < 22.0.0",
|
|
"@angular/core": ">=18.0.0 < 22.0.0",
|
|
"@angular/platform-browser": ">=18.0.0 < 22.0.0",
|
|
"@angular/platform-browser-dynamic": ">=18.0.0 < 22.0.0",
|
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
"storybook": "^10.1.10",
|
|
"typescript": "^4.9.0 || ^5.0.0",
|
|
"zone.js": ">=0.14.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@angular/animations": {
|
|
"optional": true
|
|
},
|
|
"@angular/cli": {
|
|
"optional": true
|
|
},
|
|
"zone.js": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"builders": "builders.json",
|
|
"gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l"
|
|
}
|