@stianlarsen/react-ui-kit
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@stianlarsen/react-ui-kit", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A versatile React UI kit focused on delivering ready-to-use, customizable buttons for every use case. Designed to save developers time and streamline UI development, this kit offers a range of button styles and loaders, ensuring immediate integration and thematic coherence across projects.", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc && shx mkdir -p dist/components/button/css/ && shx mkdir -p dist/components/loader/css/ && shx cp src/components/button/css/button.css dist/components/button/css/ && shx cp src/components/loader/css/loader.css dist/components/loader/css/", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
@@ -19,6 +19,10 @@ }, | ||
"react ui kit", | ||
"Stian Larsen" | ||
"Stian Larsen", | ||
"react ui", | ||
"react kit" | ||
], | ||
"author": "Stian Larsen", | ||
"license": "ISC", | ||
"repository": "https://github.com/Stianlars1/react-ui-kit", | ||
"homepage": "https://react-ui-kit.app", | ||
"peerDependencies": { | ||
@@ -25,0 +29,0 @@ "react": "^18.2.0", |
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
13345
200