@amirjalili1374/ui-kit 1.10.15 → 1.10.16

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 +122 -122
package/package.json CHANGED
@@ -1,122 +1,122 @@
1
- {
2
- "name": "@amirjalili1374/ui-kit",
3
- "version": "1.10.15",
4
- "description": "A reusable UI component library built with Vue 3, Vuetify, and TypeScript",
5
- "type": "module",
6
- "sideEffects": [
7
- "./dist/style.css"
8
- ],
9
- "main": "./dist/ui-kit.cjs",
10
- "module": "./dist/ui-kit.es.js",
11
- "types": "./dist/index.d.ts",
12
- "files": [
13
- "dist",
14
- "README.md",
15
- "LICENSE"
16
- ],
17
- "exports": {
18
- ".": {
19
- "types": "./dist/index.d.ts",
20
- "import": "./dist/ui-kit.es.js",
21
- "require": "./dist/ui-kit.cjs"
22
- },
23
- "./dist/style.css": "./dist/style.css",
24
- "./package.json": "./package.json"
25
- },
26
- "keywords": [
27
- "vue3",
28
- "vue",
29
- "vuetify",
30
- "ui-components",
31
- "component-library",
32
- "typescript",
33
- "ui-kit"
34
- ],
35
- "license": "MIT",
36
- "packageManager": "bun@1.4.0",
37
- "engines": {
38
- "node": "^20.19.0 || >=22.12.0"
39
- },
40
- "scripts": {
41
- "dev": "vite --mode dev",
42
- "dev:prelive": "vite --mode prelive",
43
- "dev:live": "vite --mode live",
44
- "dev:demo": "vite --mode demo",
45
- "build": "bun run typecheck && vite build --mode dev",
46
- "build:dev": "bun run typecheck && vite build --mode dev",
47
- "build:prelive": "bun run typecheck && vite build --mode prelive",
48
- "build:live": "bun run typecheck && vite build --mode live",
49
- "build:demo": "bun run typecheck && vite build --mode demo",
50
- "build:lib": "bun run typecheck && cross-env BUILD_LIB=true vite build && bun run build:types",
51
- "dev:link": "bun run build:lib && cross-env BUILD_LIB=true BUILD_LIB_WATCH=true vite build --watch",
52
- "build:types": "vue-tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json --skipLibCheck",
53
- "preview": "vite preview --port 5050 --host",
54
- "test": "vitest run",
55
- "test:watch": "vitest",
56
- "test:coverage": "vitest run --coverage",
57
- "typecheck": "vue-tsc --noEmit",
58
- "typecheck:watch": "vue-tsc --noEmit --watch",
59
- "lint": "bun run lint:check",
60
- "lint:check": "eslint .",
61
- "lint:fix": "eslint . --fix",
62
- "format": "prettier --write \"src/**/*.{js,ts,vue,scss,css,json}\"",
63
- "clean": "rimraf dist node_modules/.vite",
64
- "analyze": "vite build && bunx vite-bundle-analyzer dist/stats.html",
65
- "test:consumer": "bun scripts/verify-packed-package.mjs",
66
- "validate": "bun run lint:check && bun run typecheck && bun run test:coverage && bun run build:lib && bun run test:consumer",
67
- "prepublishOnly": "bun run build:lib"
68
- },
69
- "dependencies": {
70
- "@dsb-norge/vue-keycloak-js": "^3.0.8",
71
- "@mdi/js": "^7.4.47",
72
- "@tabler/icons-vue": "^3.44.0",
73
- "@vueuse/core": "^13.9.0",
74
- "axios": "^1.6.8",
75
- "highlight.js": "^11.12.0",
76
- "jalaali-js": "^1.2.8",
77
- "markdown-it": "^15.0.0",
78
- "pinia": "^2.1.7",
79
- "vue3-lottie": "^3.3.1",
80
- "vue3-perfect-scrollbar": "^2.0.0",
81
- "vue3-persian-datetime-picker": "^1.2.2"
82
- },
83
- "peerDependencies": {
84
- "vue": "^3.4.0",
85
- "vue-router": "^4.3.0",
86
- "vuetify": "^3.10.0"
87
- },
88
- "peerDependenciesMeta": {
89
- "vue-router": {
90
- "optional": true
91
- }
92
- },
93
- "optionalDependencies": {
94
- "xlsx": "^0.18.5"
95
- },
96
- "devDependencies": {
97
- "@eslint/js": "^9.39.4",
98
- "@tsconfig/node20": "^20.1.9",
99
- "@types/markdown-it": "^14.2.0",
100
- "@types/node": "^20.19.43",
101
- "@vitejs/plugin-vue": "^6.0.7",
102
- "@vitest/coverage-v8": "^4.1.9",
103
- "@vue/eslint-config-prettier": "^10.2.0",
104
- "@vue/test-utils": "^2.4.11",
105
- "@vue/tsconfig": "^0.9.1",
106
- "cross-env": "^10.1.0",
107
- "eslint": "^9.39.0",
108
- "eslint-plugin-vue": "^10.9.2",
109
- "globals": "^16.4.0",
110
- "happy-dom": "^15.11.7",
111
- "prettier": "^3.9.1",
112
- "rimraf": "^6.1.3",
113
- "sass": "^1.101.0",
114
- "typescript": "^5.9.2",
115
- "typescript-eslint": "^8.62.0",
116
- "vite": "^8.1.0",
117
- "vite-plugin-vuetify": "^2.1.3",
118
- "vitest": "^4.1.9",
119
- "vue-router": "^4.6.4",
120
- "vue-tsc": "^3.3.5"
121
- }
122
- }
1
+ {
2
+ "name": "@amirjalili1374/ui-kit",
3
+ "version": "1.10.16",
4
+ "description": "A reusable UI component library built with Vue 3, Vuetify, and TypeScript",
5
+ "type": "module",
6
+ "sideEffects": [
7
+ "./dist/style.css"
8
+ ],
9
+ "main": "./dist/ui-kit.cjs",
10
+ "module": "./dist/ui-kit.es.js",
11
+ "types": "./dist/index.d.ts",
12
+ "files": [
13
+ "dist",
14
+ "README.md",
15
+ "LICENSE"
16
+ ],
17
+ "exports": {
18
+ ".": {
19
+ "types": "./dist/index.d.ts",
20
+ "import": "./dist/ui-kit.es.js",
21
+ "require": "./dist/ui-kit.cjs"
22
+ },
23
+ "./dist/style.css": "./dist/style.css",
24
+ "./package.json": "./package.json"
25
+ },
26
+ "keywords": [
27
+ "vue3",
28
+ "vue",
29
+ "vuetify",
30
+ "ui-components",
31
+ "component-library",
32
+ "typescript",
33
+ "ui-kit"
34
+ ],
35
+ "license": "MIT",
36
+ "packageManager": "bun@1.4.0",
37
+ "engines": {
38
+ "node": "^20.19.0 || >=22.12.0"
39
+ },
40
+ "scripts": {
41
+ "dev": "vite --mode dev",
42
+ "dev:prelive": "vite --mode prelive",
43
+ "dev:live": "vite --mode live",
44
+ "dev:demo": "vite --mode demo",
45
+ "build": "bun run typecheck && vite build --mode dev",
46
+ "build:dev": "bun run typecheck && vite build --mode dev",
47
+ "build:prelive": "bun run typecheck && vite build --mode prelive",
48
+ "build:live": "bun run typecheck && vite build --mode live",
49
+ "build:demo": "bun run typecheck && vite build --mode demo",
50
+ "build:lib": "bun run typecheck && cross-env BUILD_LIB=true vite build && bun run build:types",
51
+ "dev:link": "bun run build:lib && cross-env BUILD_LIB=true BUILD_LIB_WATCH=true vite build --watch",
52
+ "build:types": "vue-tsc --declaration --emitDeclarationOnly --project tsconfig.lib.json --skipLibCheck",
53
+ "preview": "vite preview --port 5050 --host",
54
+ "test": "vitest run",
55
+ "test:watch": "vitest",
56
+ "test:coverage": "vitest run --coverage",
57
+ "typecheck": "vue-tsc --noEmit",
58
+ "typecheck:watch": "vue-tsc --noEmit --watch",
59
+ "lint": "bun run lint:check",
60
+ "lint:check": "eslint .",
61
+ "lint:fix": "eslint . --fix",
62
+ "format": "prettier --write \"src/**/*.{js,ts,vue,scss,css,json}\"",
63
+ "clean": "rimraf dist node_modules/.vite",
64
+ "analyze": "vite build && bunx vite-bundle-analyzer dist/stats.html",
65
+ "test:consumer": "bun scripts/verify-packed-package.mjs",
66
+ "validate": "bun run lint:check && bun run typecheck && bun run test:coverage && bun run build:lib && bun run test:consumer",
67
+ "prepublishOnly": "bun run build:lib"
68
+ },
69
+ "dependencies": {
70
+ "@dsb-norge/vue-keycloak-js": "^3.0.8",
71
+ "@mdi/js": "^7.4.47",
72
+ "@tabler/icons-vue": "^3.44.0",
73
+ "@vueuse/core": "^13.9.0",
74
+ "axios": "^1.6.8",
75
+ "highlight.js": "^11.12.0",
76
+ "jalaali-js": "^1.2.8",
77
+ "markdown-it": "^15.0.0",
78
+ "vue3-lottie": "^3.3.1",
79
+ "vue3-perfect-scrollbar": "^2.0.0",
80
+ "vue3-persian-datetime-picker": "^1.2.2"
81
+ },
82
+ "peerDependencies": {
83
+ "pinia": "^2.3.1",
84
+ "vue": "^3.4.0",
85
+ "vue-router": "^4.3.0",
86
+ "vuetify": "^3.10.0"
87
+ },
88
+ "peerDependenciesMeta": {
89
+ "vue-router": {
90
+ "optional": true
91
+ }
92
+ },
93
+ "optionalDependencies": {
94
+ "xlsx": "^0.18.5"
95
+ },
96
+ "devDependencies": {
97
+ "@eslint/js": "^9.39.4",
98
+ "@tsconfig/node20": "^20.1.9",
99
+ "@types/markdown-it": "^14.2.0",
100
+ "@types/node": "^20.19.43",
101
+ "@vitejs/plugin-vue": "^6.0.7",
102
+ "@vitest/coverage-v8": "^4.1.9",
103
+ "@vue/eslint-config-prettier": "^10.2.0",
104
+ "@vue/test-utils": "^2.4.11",
105
+ "@vue/tsconfig": "^0.9.1",
106
+ "cross-env": "^10.1.0",
107
+ "eslint": "^9.39.0",
108
+ "eslint-plugin-vue": "^10.9.2",
109
+ "globals": "^16.4.0",
110
+ "happy-dom": "^15.11.7",
111
+ "prettier": "^3.9.1",
112
+ "rimraf": "^6.1.3",
113
+ "sass": "^1.101.0",
114
+ "typescript": "^5.9.2",
115
+ "typescript-eslint": "^8.62.0",
116
+ "vite": "^8.1.0",
117
+ "vite-plugin-vuetify": "^2.1.3",
118
+ "vitest": "^4.1.9",
119
+ "vue-router": "^4.6.4",
120
+ "vue-tsc": "^3.3.5"
121
+ }
122
+ }