abrplus-ui-kit 1.0.3 → 1.0.6

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 +195 -195
package/package.json CHANGED
@@ -1,195 +1,195 @@
1
- {
2
- "name": "abrplus-ui-kit",
3
- "version": "1.0.3",
4
- "private": false,
5
- "type": "module",
6
- "main": "./dist/index.cjs.js",
7
- "module": "./dist/index.es.js",
8
- "types": "./dist/types/index.d.ts",
9
- "style": "./dist/index.css",
10
- "sideEffects": [
11
- "*.css"
12
- ],
13
- "files": [
14
- "dist",
15
- "README.md",
16
- "LICENSE"
17
- ],
18
- "exports": {
19
- ".": {
20
- "types": "./dist/types/index.d.ts",
21
- "import": "./dist/index.es.js",
22
- "require": "./dist/index.cjs.js"
23
- },
24
- "./atoms": {
25
- "types": "./dist/types/atoms.d.ts",
26
- "import": "./dist/atoms.es.js",
27
- "require": "./dist/atoms.cjs.js"
28
- },
29
- "./molecules": {
30
- "types": "./dist/types/molecules.d.ts",
31
- "import": "./dist/molecules.es.js",
32
- "require": "./dist/molecules.cjs.js"
33
- },
34
- "./organisms": {
35
- "types": "./dist/types/organisms.d.ts",
36
- "import": "./dist/organisms.es.js",
37
- "require": "./dist/organisms.cjs.js"
38
- },
39
- "./ant-overrides": {
40
- "types": "./dist/types/antOverrides.d.ts",
41
- "import": "./dist/antOverrides.es.js",
42
- "require": "./dist/antOverrides.cjs.js"
43
- },
44
- "./provider": {
45
- "types": "./dist/types/provider.d.ts",
46
- "import": "./dist/provider.es.js",
47
- "require": "./dist/provider.cjs.js"
48
- },
49
- "./style.css": "./dist/index.css",
50
- "./theme.css": "./dist/theme.css"
51
- },
52
- "dependencies": {
53
- "@dnd-kit/core": "^6.3.1",
54
- "@dnd-kit/modifiers": "^9.0.0",
55
- "@dnd-kit/sortable": "^10.0.0",
56
- "@dnd-kit/utilities": "^3.2.2",
57
- "@use-gesture/react": "^10.3.0",
58
- "i18next-browser-languagedetector": "^7.2.0",
59
- "jalaali-react-date-picker": "git+https://github.com/1stdevelopment/jalaali-react-date-picker.git",
60
- "react-copy-to-clipboard": "5.1.0"
61
- },
62
- "devDependencies": {
63
- "@semantic-release/changelog": "^6.0.3",
64
- "@semantic-release/commit-analyzer": "^13.0.1",
65
- "@semantic-release/git": "^10.0.1",
66
- "@semantic-release/npm": "^13.1.3",
67
- "@semantic-release/release-notes-generator": "^14.1.0",
68
- "@storybook-addon-faker/addon": "^0.5.4",
69
- "@storybook/addon-actions": "7.6.10",
70
- "@storybook/addon-essentials": "7.6.10",
71
- "@storybook/addon-interactions": "7.6.10",
72
- "@storybook/addon-links": "7.6.10",
73
- "@storybook/addon-onboarding": "1.0.11",
74
- "@storybook/blocks": "7.6.10",
75
- "@storybook/react": "7.6.10",
76
- "@storybook/react-vite": "7.6.10",
77
- "@storybook/test": "7.6.10",
78
- "@storybook/testing-react": "^2.0.1",
79
- "@tanstack/react-query": "^5.55.4",
80
- "@tanstack/react-query-devtools": "5.56.2",
81
- "@testing-library/jest-dom": "^6.5.0",
82
- "@testing-library/react": "^14.3.1",
83
- "@trivago/prettier-plugin-sort-imports": "4.2.0",
84
- "@types/http-proxy-middleware": "^1.0.0",
85
- "@types/moment-jalaali": "^0.7.8",
86
- "@types/node": "^20.10.1",
87
- "@types/qs": "6.9.7",
88
- "@types/react": "^18.2.39",
89
- "@types/react-copy-to-clipboard": "^5.0.5",
90
- "@types/react-dom": "^18.2.17",
91
- "@types/uuid": "9.0.7",
92
- "@typescript-eslint/eslint-plugin": "^6.19.0",
93
- "@typescript-eslint/parser": "^6.19.0",
94
- "@vitejs/plugin-basic-ssl": "1.0.1",
95
- "@vitejs/plugin-react": "^4.2.0",
96
- "@vitejs/plugin-react-swc": "^3.5.0",
97
- "@vitejs/release-scripts": "1.2.1",
98
- "@vitest/coverage-v8": "4.0.16",
99
- "@vitest/ui": "4.0.16",
100
- "autoprefixer": "^10.4.16",
101
- "chalk": "5.3.0",
102
- "classnames": "2.3.2",
103
- "commander": "11.1.0",
104
- "cross-env": "7.0.3",
105
- "cssnano": "6.0.1",
106
- "dotenv": "16.3.1",
107
- "eslint": "8.56.0",
108
- "eslint-define-config": "1.23.0",
109
- "eslint-plugin-import": "2.28.1",
110
- "eslint-plugin-n": "16.1.0",
111
- "eslint-plugin-react-hooks": "^4.6.0",
112
- "eslint-plugin-react-refresh": "^0.4.4",
113
- "eslint-plugin-regexp": "1.15.0",
114
- "eslint-plugin-storybook": "^0.6.15",
115
- "fast-glob": "3.3.2",
116
- "husky": "9.1.6",
117
- "jsdom": "22.1.0",
118
- "postcss": "^8.4.32",
119
- "prettier": "^3.0.3",
120
- "prettier-plugin-organize-imports": "^3.2.4",
121
- "prettier-plugin-tailwindcss": "0.5.6",
122
- "qs": "6.11.2",
123
- "react": "^18.2.0",
124
- "react-dom": "^18.2.0",
125
- "react-grid-layout": "^1.4.4",
126
- "react-is": "18.2.0",
127
- "react-router-dom": "^6.16.0",
128
- "rimraf": "^5.0.1",
129
- "rollup-plugin-visualizer": "^6.0.5",
130
- "semantic-release": "^25.0.3",
131
- "storybook": "7.6.10",
132
- "storybook-react-context": "^0.7.0",
133
- "tailwindcss": "^3.4.0",
134
- "ts-node": "^10.9.2",
135
- "tslib": "2.6.2",
136
- "tsx": "^4.7.0",
137
- "typescript": "^5.3.3",
138
- "vite": "^7.3.0",
139
- "vite-plugin-clean": "^2.0.1",
140
- "vite-plugin-dts": "^4.5.4",
141
- "vite-tsconfig-paths": "^5.1.4",
142
- "vitest": "^4.0.16"
143
- },
144
- "peerDependencies": {
145
- "antd": "5.19.1",
146
- "i18next": "^23",
147
- "moment-jalaali": "^0.10.0",
148
- "react": ">=18",
149
- "react-dom": ">=18",
150
- "react-i18next": "^13",
151
- "react-router-dom": "^6",
152
- "starkstring": "*",
153
- "tailwind-merge": "^1.14"
154
- },
155
- "peerDependenciesMeta": {
156
- "react-router-dom": {
157
- "optional": true
158
- },
159
- "i18next": {
160
- "optional": true
161
- },
162
- "react-i18next": {
163
- "optional": true
164
- },
165
- "tailwind-merge": {
166
- "optional": true
167
- },
168
- "starkstring": {
169
- "optional": true
170
- },
171
- "antd": {
172
- "optional": true
173
- },
174
- "moment-jalaali": {
175
- "optional": true
176
- }
177
- },
178
- "scripts": {
179
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
180
- "format": "prettier --write --cache . --plugin=prettier-plugin-organize-imports",
181
- "preview": "vite preview",
182
- "compile": "tsc --excludeFiles vite.config.ts",
183
- "storybook": "storybook dev -p 6006",
184
- "storybook:build": "storybook build",
185
- "test": "vitest",
186
- "test:watch": "vitest --watch",
187
- "test:ui": "vitest --ui",
188
- "test:coverage": "vitest run --coverage",
189
- "gen:icon": "cross-env SKIP_HUSKY_TASKS=true tsx scripts/icon.ts",
190
- "gen:tw": "tsx scripts/tailwind-config.ts",
191
- "build": "vite build",
192
- "build:icon": "pnpm gen:icon && pnpm build",
193
- "release": "cross-env SKIP_HUSKY_TASKS=true semantic-release --no-ci"
194
- }
195
- }
1
+ {
2
+ "name": "abrplus-ui-kit",
3
+ "version": "1.0.6",
4
+ "private": false,
5
+ "type": "module",
6
+ "main": "./dist/index.cjs.js",
7
+ "module": "./dist/index.es.js",
8
+ "types": "./dist/types/index.d.ts",
9
+ "style": "./dist/index.css",
10
+ "sideEffects": [
11
+ "*.css"
12
+ ],
13
+ "files": [
14
+ "dist",
15
+ "README.md",
16
+ "LICENSE"
17
+ ],
18
+ "exports": {
19
+ ".": {
20
+ "types": "./dist/types/index.d.ts",
21
+ "import": "./dist/index.es.js",
22
+ "require": "./dist/index.cjs.js"
23
+ },
24
+ "./atoms": {
25
+ "types": "./dist/types/atoms.d.ts",
26
+ "import": "./dist/atoms.es.js",
27
+ "require": "./dist/atoms.cjs.js"
28
+ },
29
+ "./molecules": {
30
+ "types": "./dist/types/molecules.d.ts",
31
+ "import": "./dist/molecules.es.js",
32
+ "require": "./dist/molecules.cjs.js"
33
+ },
34
+ "./organisms": {
35
+ "types": "./dist/types/organisms.d.ts",
36
+ "import": "./dist/organisms.es.js",
37
+ "require": "./dist/organisms.cjs.js"
38
+ },
39
+ "./ant-overrides": {
40
+ "types": "./dist/types/antOverrides.d.ts",
41
+ "import": "./dist/antOverrides.es.js",
42
+ "require": "./dist/antOverrides.cjs.js"
43
+ },
44
+ "./provider": {
45
+ "types": "./dist/types/provider.d.ts",
46
+ "import": "./dist/provider.es.js",
47
+ "require": "./dist/provider.cjs.js"
48
+ },
49
+ "./style.css": "./dist/index.css",
50
+ "./theme.css": "./dist/theme.css"
51
+ },
52
+ "scripts": {
53
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
54
+ "format": "prettier --write --cache . --plugin=prettier-plugin-organize-imports",
55
+ "preview": "vite preview",
56
+ "compile": "tsc --excludeFiles vite.config.ts",
57
+ "storybook": "storybook dev -p 6006",
58
+ "storybook:build": "storybook build",
59
+ "test": "vitest",
60
+ "test:watch": "vitest --watch",
61
+ "test:ui": "vitest --ui",
62
+ "test:coverage": "vitest run --coverage",
63
+ "gen:icon": "cross-env SKIP_HUSKY_TASKS=true tsx scripts/icon.ts",
64
+ "gen:tw": "tsx scripts/tailwind-config.ts",
65
+ "build": "pnpm gen:icon && vite build",
66
+ "release": "cross-env SKIP_HUSKY_TASKS=true semantic-release",
67
+ "prepare": "husky"
68
+ },
69
+ "dependencies": {
70
+ "@dnd-kit/core": "^6.3.1",
71
+ "@dnd-kit/modifiers": "^9.0.0",
72
+ "@dnd-kit/sortable": "^10.0.0",
73
+ "@dnd-kit/utilities": "^3.2.2",
74
+ "@use-gesture/react": "^10.3.0",
75
+ "i18next-browser-languagedetector": "^7.2.0",
76
+ "jalaali-react-date-picker": "git+https://github.com/1stdevelopment/jalaali-react-date-picker.git",
77
+ "react-copy-to-clipboard": "5.1.0"
78
+ },
79
+ "devDependencies": {
80
+ "@semantic-release/changelog": "^6.0.3",
81
+ "@semantic-release/commit-analyzer": "^13.0.1",
82
+ "@semantic-release/git": "^10.0.1",
83
+ "@semantic-release/npm": "^13.1.3",
84
+ "@semantic-release/release-notes-generator": "^14.1.0",
85
+ "@storybook-addon-faker/addon": "^0.5.4",
86
+ "@storybook/addon-actions": "7.6.10",
87
+ "@storybook/addon-essentials": "7.6.10",
88
+ "@storybook/addon-interactions": "7.6.10",
89
+ "@storybook/addon-links": "7.6.10",
90
+ "@storybook/addon-onboarding": "1.0.11",
91
+ "@storybook/blocks": "7.6.10",
92
+ "@storybook/react": "7.6.10",
93
+ "@storybook/react-vite": "7.6.10",
94
+ "@storybook/test": "7.6.10",
95
+ "@storybook/testing-react": "^2.0.1",
96
+ "@tanstack/react-query": "^5.55.4",
97
+ "@tanstack/react-query-devtools": "5.56.2",
98
+ "@testing-library/jest-dom": "^6.5.0",
99
+ "@testing-library/react": "^14.3.1",
100
+ "@trivago/prettier-plugin-sort-imports": "4.2.0",
101
+ "@types/http-proxy-middleware": "^1.0.0",
102
+ "@types/moment-jalaali": "^0.7.8",
103
+ "@types/node": "^20.10.1",
104
+ "@types/qs": "6.9.7",
105
+ "@types/react": "^18.2.39",
106
+ "@types/react-copy-to-clipboard": "^5.0.5",
107
+ "@types/react-dom": "^18.2.17",
108
+ "@types/uuid": "9.0.7",
109
+ "@typescript-eslint/eslint-plugin": "^6.19.0",
110
+ "@typescript-eslint/parser": "^6.19.0",
111
+ "@vitejs/plugin-basic-ssl": "1.0.1",
112
+ "@vitejs/plugin-react": "^4.2.0",
113
+ "@vitejs/plugin-react-swc": "^3.5.0",
114
+ "@vitejs/release-scripts": "1.2.1",
115
+ "@vitest/coverage-v8": "4.0.16",
116
+ "@vitest/ui": "4.0.16",
117
+ "autoprefixer": "^10.4.16",
118
+ "chalk": "5.3.0",
119
+ "classnames": "2.3.2",
120
+ "commander": "11.1.0",
121
+ "cross-env": "7.0.3",
122
+ "cssnano": "6.0.1",
123
+ "dotenv": "16.3.1",
124
+ "eslint": "8.56.0",
125
+ "eslint-define-config": "1.23.0",
126
+ "eslint-plugin-import": "2.28.1",
127
+ "eslint-plugin-n": "16.1.0",
128
+ "eslint-plugin-react-hooks": "^4.6.0",
129
+ "eslint-plugin-react-refresh": "^0.4.4",
130
+ "eslint-plugin-regexp": "1.15.0",
131
+ "eslint-plugin-storybook": "^0.6.15",
132
+ "fast-glob": "3.3.2",
133
+ "husky": "9.1.6",
134
+ "jsdom": "22.1.0",
135
+ "postcss": "^8.4.32",
136
+ "prettier": "^3.0.3",
137
+ "prettier-plugin-organize-imports": "^3.2.4",
138
+ "prettier-plugin-tailwindcss": "0.5.6",
139
+ "qs": "6.11.2",
140
+ "react": "^18.2.0",
141
+ "react-dom": "^18.2.0",
142
+ "react-grid-layout": "^1.4.4",
143
+ "react-is": "18.2.0",
144
+ "react-router-dom": "^6.16.0",
145
+ "rimraf": "^5.0.1",
146
+ "rollup-plugin-visualizer": "^6.0.5",
147
+ "semantic-release": "^25.0.3",
148
+ "storybook": "7.6.10",
149
+ "storybook-react-context": "^0.7.0",
150
+ "tailwindcss": "^3.4.0",
151
+ "ts-node": "^10.9.2",
152
+ "tslib": "2.6.2",
153
+ "tsx": "^4.7.0",
154
+ "typescript": "^5.3.3",
155
+ "vite": "^7.3.0",
156
+ "vite-plugin-clean": "^2.0.1",
157
+ "vite-plugin-dts": "^4.5.4",
158
+ "vite-tsconfig-paths": "^5.1.4",
159
+ "vitest": "^4.0.16"
160
+ },
161
+ "peerDependencies": {
162
+ "antd": "5.19.1",
163
+ "i18next": "^23",
164
+ "moment-jalaali": "^0.10.0",
165
+ "react": ">=18",
166
+ "react-dom": ">=18",
167
+ "react-i18next": "^13",
168
+ "react-router-dom": "^6",
169
+ "starkstring": "*",
170
+ "tailwind-merge": "^1.14"
171
+ },
172
+ "peerDependenciesMeta": {
173
+ "react-router-dom": {
174
+ "optional": true
175
+ },
176
+ "i18next": {
177
+ "optional": true
178
+ },
179
+ "react-i18next": {
180
+ "optional": true
181
+ },
182
+ "tailwind-merge": {
183
+ "optional": true
184
+ },
185
+ "starkstring": {
186
+ "optional": true
187
+ },
188
+ "antd": {
189
+ "optional": true
190
+ },
191
+ "moment-jalaali": {
192
+ "optional": true
193
+ }
194
+ }
195
+ }