@vuesion/addon-theme-switcher
Version:
vuesion Storybook addon for switching themes
55 lines (54 loc) • 1.3 kB
JSON
{
"name": "@vuesion/addon-theme-switcher",
"version": "4.0.0-alpha.1",
"description": "vuesion Storybook addon for switching themes",
"keywords": [
"vue.js",
"storybook",
"addon",
"storybook addon",
"theming",
"themes",
"vuesion",
"vue-starter"
],
"author": "Johannes Werner <johannes.werner86@gmail.com>",
"homepage": "https://github.com/vuesion/packages#readme",
"license": "MIT",
"files": [
"dist"
],
"main": "register.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuesion/packages.git"
},
"scripts": {
"compile": "tsc",
"prebuild": "npm run clean",
"build": "npm run compile",
"clean": "rimraf ./dist ./build",
"dev": "tsc --watch"
},
"bugs": {
"url": "https://github.com/vuesion/packages/issues"
},
"devDependencies": {
"@storybook/addons": "^5.0.11",
"@storybook/components": "^5.2.8",
"@storybook/theming": "^5.2.8",
"@storybook/vue": "^5.0.11",
"@types/react": "^16.9.17",
"rimraf": "^3.0.0",
"typescript": "^3.7.4"
},
"peerDependencies": {
"@storybook/addons": ">=5",
"@storybook/vue": ">=5",
"react": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "cb431e97e60f51ebf9be306c97aaf44762a32e87"
}