Skip to content

Commit

Permalink
fix: package.json scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Sep 8, 2023
1 parent f10cc3f commit 1aa0b8d
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 118 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"gen:docs": "svelte-lib-helpers docs",
"gen:compo-data": "svelte-lib-helpers compo-data",
"copy:package": "svelte-lib-helpers package",
"lib-helpers": "npm run format && npm run gen:docs && npm run build && npm run gen:exports && npm run copy:package",
"package:publish": "npm run lib-helpers && npm run format && standard-version && git push --follow-tags origin main && npm publish"
"lib-helpers": "npm run gen:docs && npm run build && npm run gen:exports && npm run copy:package && npm run format",
"package:publish": "npm run lib-helpers && standard-version && git push --follow-tags origin main && npm publish"
},
"devDependencies": {
"@floating-ui/dom": "^1.5.1",
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.24.1",
"@sveltejs/package": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
Expand All @@ -52,22 +52,22 @@
"publint": "^0.2.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-lib-helpers": "^0.3.10",
"svelte-lib-helpers": "^0.3.15",
"svelte-meta-tags": "^3.0.3",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"peerDependencies": {
"svelte": "^4.0.0"
},
"dependencies": {
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.44.7",
"flowbite-svelte-icons": "^0.4.2",
"flowbite-svelte": "^0.44.14",
"flowbite-svelte-icons": "^0.4.3",
"tailwind-merge": "^1.14.0"
},
"type": "module",
Expand Down Expand Up @@ -320,4 +320,4 @@
"svelte": "./dist/utils/Twitter.svelte"
}
}
}
}
Loading

0 comments on commit 1aa0b8d

Please sign in to comment.