mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:31:19 +08:00
85 lines
1.9 KiB
JSON
85 lines
1.9 KiB
JSON
{
|
|
"name": "@storybook/sveltekit",
|
|
"version": "7.0.0-beta.9",
|
|
"description": "Storybook for SvelteKit",
|
|
"keywords": [
|
|
"storybook",
|
|
"svelte",
|
|
"sveltekit",
|
|
"svelte-kit"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/sveltekit",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/frameworks/sveltekit"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
},
|
|
"./preset": {
|
|
"require": "./dist/preset.js",
|
|
"import": "./dist/preset.mjs",
|
|
"types": "./dist/preset.d.ts"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"template/**/*",
|
|
"types/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/builder-vite": "7.0.0-beta.9",
|
|
"@storybook/svelte": "7.0.0-beta.9",
|
|
"@storybook/svelte-vite": "7.0.0-beta.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.0.0",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@storybook/addon-svelte-csf": "^2.0.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@storybook/addon-svelte-csf": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^14.18 || >=16"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/preset.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "c466d4f77c3e8b99f28aaf508acdb9fd863550fd"
|
|
}
|