@webdevarif/dashui 0.1.5 → 0.1.7

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,82 +1,80 @@
1
- {
2
- "name": "@webdevarif/dashui",
3
- "version": "0.1.5",
4
- "description": "Universal dashboard UI component library with design token system — by webdevarif",
5
- "keywords": [
6
- "dashboard",
7
- "ui",
8
- "components",
9
- "design-system",
10
- "react",
11
- "tailwind"
12
- ],
13
- "author": "webdevarif",
14
- "license": "MIT",
15
- "homepage": "https://dashui.webdevarif.com",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/webdevarif/dashui"
19
- },
20
- "main": "./dist/index.js",
21
- "module": "./dist/index.mjs",
22
- "types": "./dist/index.d.ts",
23
- "exports": {
24
- ".": {
25
- "types": "./dist/index.d.ts",
26
- "import": "./dist/index.mjs",
27
- "require": "./dist/index.js"
28
- },
29
- "./styles": "./dist/styles/globals.css",
30
- "./tokens/primitives": "./dist/tokens/primitives.css",
31
- "./tokens/light": "./dist/tokens/semantic-light.css",
32
- "./tokens/dark": "./dist/tokens/semantic-dark.css",
33
- "./tokens/schemes": "./dist/tokens/storefront-schemes.css"
34
- },
35
- "files": [
36
- "dist",
37
- "README.md"
38
- ],
39
- "scripts": {
40
- "build": "tsup && cpx \"src/styles/**/*.css\" dist/styles && cpx \"src/tokens/**/*.css\" dist/tokens",
41
- "dev": "tsup --watch",
42
- "lint": "eslint src --ext .ts,.tsx",
43
- "typecheck": "tsc --noEmit"
44
- },
45
-
46
- "peerDependencies": {
47
- "react": ">=18",
48
- "react-dom": ">=18",
49
- "next": ">=14"
50
- },
51
- "dependencies": {
52
- "next-themes": "^0.4.6",
53
- "@radix-ui/react-checkbox": "^1.1.3",
54
- "@radix-ui/react-dialog": "^1.1.4",
55
- "@radix-ui/react-dropdown-menu": "^2.1.4",
56
- "@radix-ui/react-label": "^2.1.1",
57
- "@radix-ui/react-popover": "^1.1.4",
58
- "@radix-ui/react-select": "^2.1.4",
59
- "@radix-ui/react-separator": "^1.1.1",
60
- "@radix-ui/react-slot": "^1.1.1",
61
- "@radix-ui/react-switch": "^1.1.2",
62
- "@radix-ui/react-tabs": "^1.1.2",
63
- "@radix-ui/react-tooltip": "^1.1.6",
64
- "class-variance-authority": "^0.7.1",
65
- "clsx": "^2.1.1",
66
- "lucide-react": "^0.469.0",
67
- "next-themes": "^0.4.6",
68
- "sonner": "^1.7.1",
69
- "tailwind-merge": "^2.6.0"
70
- },
71
- "devDependencies": {
72
- "@types/react": "^18",
73
- "@types/react-dom": "^18",
74
- "cpx2": "^8.0.0",
75
- "tailwindcss": "^3.4.17",
76
- "tsup": "^8.3.5",
77
- "typescript": "^5"
78
- },
79
- "publishConfig": {
80
- "access": "public"
81
- }
82
- }
1
+ {
2
+ "name": "@webdevarif/dashui",
3
+ "version": "0.1.7",
4
+ "description": "Universal dashboard UI component library with design token system — by webdevarif",
5
+ "keywords": [
6
+ "dashboard",
7
+ "ui",
8
+ "components",
9
+ "design-system",
10
+ "react",
11
+ "tailwind"
12
+ ],
13
+ "author": "webdevarif",
14
+ "license": "MIT",
15
+ "homepage": "https://dashui.webdevarif.com",
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "https://github.com/webdevarif/dashui"
19
+ },
20
+ "main": "./dist/index.js",
21
+ "module": "./dist/index.mjs",
22
+ "types": "./dist/index.d.ts",
23
+ "exports": {
24
+ ".": {
25
+ "types": "./dist/index.d.ts",
26
+ "import": "./dist/index.mjs",
27
+ "require": "./dist/index.js"
28
+ },
29
+ "./styles": "./dist/styles/globals.css",
30
+ "./tokens/primitives": "./dist/tokens/primitives.css",
31
+ "./tokens/light": "./dist/tokens/semantic-light.css",
32
+ "./tokens/dark": "./dist/tokens/semantic-dark.css",
33
+ "./tokens/schemes": "./dist/tokens/storefront-schemes.css"
34
+ },
35
+ "files": [
36
+ "dist",
37
+ "README.md"
38
+ ],
39
+ "scripts": {
40
+ "build": "tsup \u0026\u0026 cpx \"src/styles/**/*.css\" dist/styles \u0026\u0026 cpx \"src/tokens/**/*.css\" dist/tokens",
41
+ "dev": "tsup --watch",
42
+ "lint": "eslint src --ext .ts,.tsx",
43
+ "typecheck": "tsc --noEmit"
44
+ },
45
+ "peerDependencies": {
46
+ "react": "\u003e=18",
47
+ "react-dom": "\u003e=18",
48
+ "next": "\u003e=14"
49
+ },
50
+ "dependencies": {
51
+ "next-themes": "^0.4.6",
52
+ "@radix-ui/react-checkbox": "^1.1.3",
53
+ "@radix-ui/react-dialog": "^1.1.4",
54
+ "@radix-ui/react-dropdown-menu": "^2.1.4",
55
+ "@radix-ui/react-label": "^2.1.1",
56
+ "@radix-ui/react-popover": "^1.1.4",
57
+ "@radix-ui/react-select": "^2.1.4",
58
+ "@radix-ui/react-separator": "^1.1.1",
59
+ "@radix-ui/react-slot": "^1.1.1",
60
+ "@radix-ui/react-switch": "^1.1.2",
61
+ "@radix-ui/react-tabs": "^1.1.2",
62
+ "@radix-ui/react-tooltip": "^1.1.6",
63
+ "class-variance-authority": "^0.7.1",
64
+ "clsx": "^2.1.1",
65
+ "lucide-react": "^0.469.0",
66
+ "sonner": "^1.7.1",
67
+ "tailwind-merge": "^2.6.0"
68
+ },
69
+ "devDependencies": {
70
+ "@types/react": "^18",
71
+ "@types/react-dom": "^18",
72
+ "cpx2": "^8.0.0",
73
+ "tailwindcss": "^3.4.17",
74
+ "tsup": "^8.3.5",
75
+ "typescript": "^5"
76
+ },
77
+ "publishConfig": {
78
+ "access": "public"
79
+ }
80
+ }