@storybook/addon-styling-webpack
Version:
A base addon for configuring popular styling tools in Webpack
80 lines (79 loc) • 1.98 kB
JSON
{
"name": "@storybook/addon-styling-webpack",
"version": "2.0.0",
"description": "A base addon for configuring popular styling tools in Webpack",
"keywords": [
"style",
"design",
"webpack",
"configuration",
"storybook-addons"
],
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/addon-styling-webpack"
},
"license": "MIT",
"author": {
"name": "Shaun Evening",
"email": "goodeveningshaun@gmail.com"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./preset": {
"types": "./dist/preset.d.ts",
"require": "./dist/preset.js",
"import": "./dist/preset.mjs"
},
"./package.json": "./package.json",
"./postinstall": "./postinstall.js"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"bin/**/*",
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"build": "tsup",
"build:watch": "pnpm build --watch",
"release": "auto shipit"
},
"devDependencies": {
"@types/node": "^22.15.29",
"auto": "^11.3.0",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"storybook": "^9.0.4",
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"webpack": "^5.99.9"
},
"peerDependencies": {
"storybook": "^9.0.0",
"webpack": "^5.0.0"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6",
"publishConfig": {
"access": "public"
},
"storybook": {
"displayName": "Styling-Webpack",
"supportedFrameworks": [
"react",
"vue",
"web-components",
"html",
"preact"
],
"icon": "https://raw.githubusercontent.com/storybookjs/addon-styling/1e17a71614dde4337f402dd5f00d761991d1a9d8/.github/media/styling.svg"
}
}