munza-x-data-grid 1.4.5 → 1.4.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.
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "name": "munza-x-data-grid",
3
- "private": false,
4
- "version": "1.4.5",
5
- "type": "module",
6
- "files": [
7
- "dist",
8
- "README.md"
9
- ],
10
- "module": "./dist/data-grid.js",
11
- "types": "./dist/index.d.ts",
12
- "exports": {
13
- ".": {
14
- "import": "./dist/data-grid.js",
15
- "types": "./dist/index.d.ts"
16
- },
17
- "./style.css": "./dist/index.css"
18
- },
19
- "scripts": {
20
- "dev": "vite",
21
- "build": "tsc -b && vite build",
22
- "lint": "eslint .",
23
- "preview": "vite preview"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "git+https://github.com/jsdev-robin/munza-x-data-grid.git"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/jsdev-robin/munza-x-data-grid/issues"
31
- },
32
- "peerDependencies": {
33
- "react": "^18 || ^19",
34
- "react-dom": "^18 || ^19"
35
- },
36
- "devDependencies": {
37
- "@eslint/js": "^9.39.4",
38
- "@fontsource-variable/inter": "^5.2.8",
39
- "@tailwindcss/vite": "^4.2.1",
40
- "@types/node": "^24.12.0",
41
- "@types/react": "^19",
42
- "@types/react-dom": "^19",
43
- "@vitejs/plugin-react": "^6.0.0",
44
- "class-variance-authority": "0.7.1",
45
- "clsx": "2.1.1",
46
- "eslint": "^9.39.4",
47
- "eslint-plugin-react-hooks": "^7.0.1",
48
- "eslint-plugin-react-refresh": "^0.5.2",
49
- "globals": "^17.4.0",
50
- "lucide-react": "0.577.0",
51
- "prettier": "^3.8.1",
52
- "prettier-plugin-tailwindcss": "^0.7.2",
53
- "radix-ui": "1.4.3",
54
- "rollup-plugin-copy": "^3.5.0",
55
- "shadcn": "^4.0.8",
56
- "tailwind-merge": "3.5.0",
57
- "tailwindcss": "^4.2.1",
58
- "typescript": "~5.9.3",
59
- "typescript-eslint": "^8.56.1",
60
- "vite": "^8.0.0",
61
- "vite-plugin-dts": "^4.5.4"
62
- },
63
- "dependencies": {
64
- "@tanstack/react-table": "^8.21.3",
65
- "axios": "^1.14.0"
66
- }
67
- }
1
+ {
2
+ "name": "munza-x-data-grid",
3
+ "private": false,
4
+ "version": "1.4.6",
5
+ "type": "module",
6
+ "files": [
7
+ "dist",
8
+ "README.md"
9
+ ],
10
+ "module": "./dist/data-grid.js",
11
+ "types": "./dist/index.d.ts",
12
+ "exports": {
13
+ ".": {
14
+ "import": "./dist/data-grid.js",
15
+ "types": "./dist/index.d.ts"
16
+ },
17
+ "./style.css": "./dist/index.css"
18
+ },
19
+ "scripts": {
20
+ "dev": "vite",
21
+ "build": "tsc -b && vite build",
22
+ "lint": "eslint .",
23
+ "preview": "vite preview"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://github.com/jsdev-robin/munza-x-data-grid.git"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/jsdev-robin/munza-x-data-grid/issues"
31
+ },
32
+ "peerDependencies": {
33
+ "react": "^18 || ^19",
34
+ "react-dom": "^18 || ^19"
35
+ },
36
+ "devDependencies": {
37
+ "@eslint/js": "^9.39.4",
38
+ "@fontsource-variable/inter": "^5.2.8",
39
+ "@tailwindcss/vite": "^4.2.1",
40
+ "@types/node": "^24.12.0",
41
+ "@types/react": "^19",
42
+ "@types/react-dom": "^19",
43
+ "@vitejs/plugin-react": "^6.0.0",
44
+ "class-variance-authority": "0.7.1",
45
+ "clsx": "2.1.1",
46
+ "eslint": "^9.39.4",
47
+ "eslint-plugin-react-hooks": "^7.0.1",
48
+ "eslint-plugin-react-refresh": "^0.5.2",
49
+ "globals": "^17.4.0",
50
+ "lucide-react": "0.577.0",
51
+ "prettier": "^3.8.1",
52
+ "prettier-plugin-tailwindcss": "^0.7.2",
53
+ "radix-ui": "1.4.3",
54
+ "rollup-plugin-copy": "^3.5.0",
55
+ "shadcn": "^4.0.8",
56
+ "tailwind-merge": "3.5.0",
57
+ "tailwindcss": "^4.2.1",
58
+ "typescript": "~5.9.3",
59
+ "typescript-eslint": "^8.56.1",
60
+ "vite": "^8.0.0",
61
+ "vite-plugin-dts": "^4.5.4"
62
+ },
63
+ "dependencies": {
64
+ "@tanstack/react-table": "^8.21.3",
65
+ "axios": "^1.14.0"
66
+ }
67
+ }