@zuzjs/ui 0.10.0 → 0.10.2

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.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@zuzjs/ui",
3
- "version": "0.10.0",
3
+ "version": "0.10.2",
4
+ "description": "ZuzJS UI Library",
4
5
  "keywords": [
5
6
  "react",
6
7
  "zuz",
@@ -8,7 +9,6 @@
8
9
  "zuz ui",
9
10
  "zuzui"
10
11
  ],
11
- "description": "ZuzJS UI Library",
12
12
  "author": "Zuz.js Team <support@zuz.com.pk>",
13
13
  "license": "MIT",
14
14
  "type": "module",
@@ -30,13 +30,6 @@
30
30
  "files": [
31
31
  "dist"
32
32
  ],
33
- "scripts": {
34
- "dev:css": "sass --watch --no-source-map --silence-deprecation=legacy-js-api src/scss:dist/css --style compressed",
35
- "dev:cjs": "tsc -d -w -p tsconfig.json",
36
- "dev:esm": "tsc -d -w -p tsconfig.esm.json",
37
- "dev": "npm-run-all -p dev:*",
38
- "prepare": "husky"
39
- },
40
33
  "engines": {
41
34
  "node": ">=18.17.0"
42
35
  },
@@ -44,7 +37,7 @@
44
37
  "@types/md5": "^2.3.5",
45
38
  "@types/react": "^19",
46
39
  "@types/react-dom": "^19",
47
- "@zuzjs/core": "workspace:*",
40
+ "@zuzjs/core": "^0.2.7",
48
41
  "chokidar": "^3.6.0",
49
42
  "commander": "^13.1.0",
50
43
  "date-fns": "^4.1.0",
@@ -57,10 +50,5 @@
57
50
  "react": "^19.0.0",
58
51
  "react-dom": "^19.0.0",
59
52
  "sass": "^1.84.0"
60
- },
61
- "devDependencies": {
62
- "node-loader": "^2.1.0",
63
- "react": "^19.0.0",
64
- "react-dom": "^19.0.0"
65
53
  }
66
54
  }