@hbuesing/ui-library 5.0.0-beta.7 → 5.0.0-beta.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -11
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@hbuesing/ui-library",
4
- "version": "5.0.0-beta.7",
4
+ "version": "5.0.0-beta.8",
5
5
  "description": "Collection of reusable ui components for react based applications",
6
6
  "source": "src/index.ts",
7
7
  "type": "module",
@@ -14,12 +14,10 @@
14
14
  "lint": "eslint src",
15
15
  "lint:nw": "eslint src --max-warnings 0",
16
16
  "build": "node ./esbuild.js",
17
- "postbuild": "tsc --emitDeclarationOnly --project tsconfig.build.json",
18
- "build:uil": "microbundle build --output ../website/src/uil-bundle/bundle.js --generateTypes true --format modern --jsx react --globals react/jsx-runtime=jsxRuntime --css inline",
19
- "dev": "microbundle -w --output ./dist/bundle.js --generateTypes true --format modern --jsx react --globals react/jsx-runtime=jsxRuntime --css inline"
17
+ "postbuild": "tsc --emitDeclarationOnly --project tsconfig.build.json"
20
18
  },
21
19
  "license": "MIT",
22
- "homepage": "https://hb-ui-library-docs.vercel.app",
20
+ "homepage": "https://www.ui-library.hbsng.com",
23
21
  "bugs": "https://github.com/HenrikBuesing/ui-library/issues",
24
22
  "repository": {
25
23
  "type": "git",
@@ -28,11 +26,5 @@
28
26
  },
29
27
  "peerDependencies": {
30
28
  "react": "^18.0.0"
31
- },
32
- "devDependencies": {
33
- "cssnano": "^7.0.6",
34
- "esbuild": "0.24.0",
35
- "esbuild-sass-plugin": "^3.3.1",
36
- "postcss": "^8.4.47"
37
29
  }
38
30
  }