@andersundsehr/storybook-typo3
Version:
The one and only Storybook Renderer for TYPO3 Fluid Components
57 lines (56 loc) • 1.47 kB
JSON
{
"name": "@andersundsehr/storybook-typo3",
"description": "The one and only Storybook Renderer for TYPO3 Fluid Components",
"keywords": [
"storybook",
"TYPO3",
"Fluid"
],
"homepage": "https://github.com/andersundsehr/storybook",
"license": "GPL-2.0-or-later",
"bugs": "https://github.com/andersundsehr/storybook/issues",
"repository": {
"type": "git",
"url": "https://github.com/andersundsehr/storybook.git",
"directory": "the-npm-package"
},
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./preset": {
"require": "./dist/preset.js",
"types": "./dist/preset.d.ts"
}
},
"dependencies": {
"@storybook/addon-a11y": "^9.0.0",
"@storybook/addon-docs": "^9.0.0",
"@storybook/builder-vite": "^9.0.0",
"@storybook/server": "^9.0.0",
"http-proxy-3": "^1.20.10",
"shimmer": "^1.2.1",
"storybook": "^9.0.0"
},
"devDependencies": {
"@types/node": "^22.13.14",
"@types/shimmer": "^1.2.0",
"typescript": "^5.8.3"
},
"scripts": {
"test": "node --test --experimental-strip-types **/*.test.{cts,mts,ts}",
"test:watch": "npm run test -- --watch",
"build": "tsc",
"prepublishOnly": "cp ../README.md . && npm run build"
},
"files": [
"dist",
"README.md"
],
"version": "0.1.36"
}