mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
|
"name": "@storybook/svelte-vite",
|
|
"version": "7.0.0-beta.58",
|
|
"description": "Storybook for Svelte and Vite: Develop Svelte components in isolation with Hot Reloading.",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/svelte-vite",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "frameworks/svelte-vite"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"node": "./dist/index.js",
|
|
"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/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"check": "../../../scripts/node_modules/.bin/tsc --noEmit",
|
|
"prep": "../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"@storybook/builder-vite": "7.0.0-beta.58",
|
|
"@storybook/node-logger": "7.0.0-beta.58",
|
|
"@storybook/svelte": "7.0.0-beta.58",
|
|
"@sveltejs/vite-plugin-svelte": "^2.0.0",
|
|
"magic-string": "^0.27.0",
|
|
"svelte": "^3.0.0",
|
|
"sveltedoc-parser": "^4.2.1",
|
|
"ts-dedent": "^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.0.0",
|
|
"typescript": "~4.9.3",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0",
|
|
"vite": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18 || >=16"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/preset.ts"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "a447c4d622b3c1010459047df9c8b7022e76a10d"
|
|
}
|