Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 16, 2024
1 parent 5fdece8 commit 9d9a16e
Show file tree
Hide file tree
Showing 2 changed files with 1,261 additions and 1,356 deletions.
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"packageManager": "pnpm@9.1.1",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand All @@ -26,25 +23,27 @@
},
"./package.json": "./package.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"clean": "rimraf ./dist",
"build": "svelte-package --input ./src --types",
"prepublish": "pnpm run clean && pnpm run build",
"test": "vitest run",
"build-storybook": "storybook build",
"check": "svelte-check",
"chromatic": "chromatic --exit-zero-on-changes",
"clean": "rimraf ./dist",
"coverage": "vitest run --coverage",
"check": "svelte-check",
"lint": "eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.json,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"storybook": "storybook dev --port 6006",
"prepublish": "pnpm run clean && pnpm run build",
"release": "pnpm run build && auto shipit",
"start": "concurrently \"pnpm run storybook --quiet\" \"pnpm run build --watch\"",
"build-storybook": "storybook build",
"release": "pnpm run build && auto shipit"
"storybook": "storybook dev --port 6006",
"test": "vitest run"
},
"dependencies": {
"@babel/runtime": "^7.22.6",
Expand All @@ -61,7 +60,6 @@
"@storybook/components": "^8.0.0-rc.2",
"@storybook/csf": "^0.1.1",
"@storybook/eslint-config-storybook": "^3.1.2",
"@storybook/node-logger": "^8.0.0-rc.2",
"@storybook/preview-api": "^8.0.0-rc.2",
"@storybook/svelte": "^8.0.0-rc.2",
"@storybook/svelte-vite": "^8.0.0-rc.2",
Expand All @@ -74,10 +72,10 @@
"@tsconfig/svelte": "^5.0.0",
"@types/estree": "^1.0.1",
"auto": "^11.1.1",
"chromatic": "^6.19.9",
"chromatic": "^11.3.5",
"concurrently": "^8.2.0",
"eslint": "^7.17.0",
"eslint-plugin-storybook": "^0.6.12",
"eslint-plugin-storybook": "^0.8.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
Expand All @@ -91,7 +89,7 @@
"svelte-package": "^0.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.3",
"vitest": "^0.33.0"
"vitest": "^1.6.0"
},
"peerDependencies": {
"@storybook/svelte": "^7.0.0 || ^8.0.0 || ^8.0.0-beta.0",
Expand All @@ -111,20 +109,21 @@
"optional": true
}
},
"packageManager": "pnpm@9.1.1",
"publishConfig": {
"access": "public"
},
"auto": {
"plugins": [
"npm",
"released"
]
},
"publishConfig": {
"access": "public"
},
"storybook": {
"displayName": "Svelte CSF",
"supportedFrameworks": [
"svelte"
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
}
}
}
Loading

0 comments on commit 9d9a16e

Please sign in to comment.