diff --git a/.gitignore b/.gitignore index 16e9ef8..21b921c 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,5 @@ dist # storybook-rsbuild dist/ -storybook-static/ \ No newline at end of file +storybook-static/ +.DS_Store diff --git a/packages/.DS_Store b/packages/.DS_Store deleted file mode 100644 index 6a44a73..0000000 Binary files a/packages/.DS_Store and /dev/null differ diff --git a/packages/builder-rsbuild/LICENSE b/packages/builder-rsbuild/LICENSE new file mode 100644 index 0000000..b0f2622 --- /dev/null +++ b/packages/builder-rsbuild/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rspack Contrib + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/builder-rsbuild/package.json b/packages/builder-rsbuild/package.json index 2c9d0d5..d6c3823 100644 --- a/packages/builder-rsbuild/package.json +++ b/packages/builder-rsbuild/package.json @@ -8,6 +8,14 @@ "rspack" ], "license": "MIT", + "bugs": { + "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/rspack-contrib/storybook-rsbuild", + "directory": "packages/builder-rsbuild" + }, "exports": { ".": { "types": "./dist/index.d.ts", diff --git a/packages/react-rsbuild/LICENSE b/packages/react-rsbuild/LICENSE new file mode 100644 index 0000000..b0f2622 --- /dev/null +++ b/packages/react-rsbuild/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rspack Contrib + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/react-rsbuild/package.json b/packages/react-rsbuild/package.json index 0f42b30..11470d0 100644 --- a/packages/react-rsbuild/package.json +++ b/packages/react-rsbuild/package.json @@ -3,9 +3,20 @@ "version": "0.0.1", "description": "Storybook for React and Rsbuild: Develop React components in isolation with Hot Reloading.", "keywords": [ - "storybook" + "storybook", + "rsbuild", + "rspack", + "react" ], "license": "MIT", + "bugs": { + "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/rspack-contrib/storybook-rsbuild", + "directory": "packages/builder-react" + }, "exports": { ".": { "types": "./dist/index.d.ts", diff --git a/packages/vue3-rsbuild/LICENSE b/packages/vue3-rsbuild/LICENSE new file mode 100644 index 0000000..b0f2622 --- /dev/null +++ b/packages/vue3-rsbuild/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Rspack Contrib + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/packages/vue3-rsbuild/package.json b/packages/vue3-rsbuild/package.json index 11c94d1..6555461 100644 --- a/packages/vue3-rsbuild/package.json +++ b/packages/vue3-rsbuild/package.json @@ -1,11 +1,22 @@ { "name": "storybook-vue3-rsbuild", "version": "0.0.1", - "description": "Storybook for Vue3: Develop React Component in isolation with Hot Reloading.", + "description": "Storybook for Vue3 and Rsbuild: Develop React Component in isolation with Hot Reloading.", "keywords": [ - "storybook" + "storybook", + "rsbuild", + "rspack", + "vue3" ], "license": "MIT", + "bugs": { + "url": "https://github.com/rspack-contrib/storybook-rsbuild/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/rspack-contrib/storybook-rsbuild", + "directory": "packages/vue3-rsbuild" + }, "exports": { ".": { "types": "./dist/index.d.ts",