@teamprodevs/appsmith-custom-table 0.4.0 → 0.4.1

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 +100 -104
package/package.json CHANGED
@@ -1,104 +1,100 @@
1
- {
2
- "name": "@teamprodevs/appsmith-custom-table",
3
- "version": "0.4.0",
4
- "type": "module",
5
- "private": false,
6
- "keywords": [
7
- "appsmith",
8
- "custom table",
9
- "tanstack table"
10
- ],
11
- "publishConfig": {
12
- "access": "public"
13
- },
14
- "scripts": {
15
- "build": "tsc -b && vite build",
16
- "lint": "eslint .",
17
- "preview": "vite preview",
18
- "prepublishOnly": "npm run build",
19
- "storybook": "storybook dev -p 6006",
20
- "build-storybook": "storybook build"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/smarts-uz/ts-vite-appsmith-table.git"
25
- },
26
- "types": "./dist/index.d.ts",
27
- "exports": {
28
- ".": {
29
- "import": "./dist/app.js",
30
- "require": "./dist/app.umd.cjs"
31
- },
32
- "./dist/styles.css": "./dist/styles.css"
33
- },
34
- "files": [
35
- "dist"
36
- ],
37
- "sideEffects": false,
38
- "main": "./dist/app.umd.js",
39
- "module": "./dist/app.es.js",
40
- "dependencies": {
41
- "@radix-ui/react-checkbox": "^1.3.3",
42
- "@radix-ui/react-dropdown-menu": "^2.1.16",
43
- "@radix-ui/react-hover-card": "^1.1.15",
44
- "@radix-ui/react-label": "^2.1.8",
45
- "@radix-ui/react-popover": "^1.1.15",
46
- "@radix-ui/react-select": "^2.2.6",
47
- "@radix-ui/react-separator": "^1.1.8",
48
- "@radix-ui/react-slider": "^1.3.6",
49
- "@radix-ui/react-slot": "^1.2.4",
50
- "@radix-ui/react-switch": "^1.2.6",
51
- "@radix-ui/react-tooltip": "^1.2.8",
52
- "@storybook/react": "^10.0.7",
53
- "@tailwindcss/vite": "^4.1.17",
54
- "@tanstack/react-query": "^5.90.7",
55
- "@tanstack/react-query-devtools": "^5.90.2",
56
- "@tanstack/react-table": "^8.21.3",
57
- "autoprefixer": "^10.4.22",
58
- "class-variance-authority": "^0.7.1",
59
- "clsx": "^2.1.1",
60
- "date-fns": "^4.1.0",
61
- "lodash": "^4.17.21",
62
- "lucide-react": "^0.553.0",
63
- "nuqs": "^2.8.0",
64
- "postcss": "^8.5.6",
65
- "react": "18.3.1",
66
- "react-day-picker": "^9.11.1",
67
- "tailwind-merge": "^3.3.1",
68
- "tailwindcss": "3.4.18",
69
- "tailwindcss-animate": "^1.0.7",
70
- "vite-plugin-dts": "^4.5.4",
71
- "vite-tsconfig-paths": "^5.1.4",
72
- "zod": "^4.1.12"
73
- },
74
- "devDependencies": {
75
- "@chromatic-com/storybook": "4.1.2",
76
- "@eslint/js": "latest",
77
- "@storybook/addon-a11y": "10.0.7",
78
- "@storybook/addon-docs": "10.0.7",
79
- "@storybook/addon-vitest": "10.0.7",
80
- "@storybook/react-vite": "10.0.7",
81
- "@types/lodash": "^4.17.20",
82
- "@types/node": "^24.6.0",
83
- "@types/react": "^19.1.16",
84
- "@types/react-dom": "^19.1.9",
85
- "@vitejs/plugin-react": "^5.0.4",
86
- "@vitest/browser-playwright": "^4.0.9",
87
- "@vitest/coverage-v8": "^4.0.9",
88
- "babel-plugin-react-compiler": "^1.0.0",
89
- "eslint": "^9.36.0",
90
- "eslint-plugin-react-hooks": "^5.2.0",
91
- "eslint-plugin-react-refresh": "^0.4.22",
92
- "eslint-plugin-storybook": "10.0.7",
93
- "globals": "^16.4.0",
94
- "playwright": "^1.56.1",
95
- "storybook": "10.0.7",
96
- "tw-animate-css": "^1.4.0",
97
- "typescript": "~5.9.3",
98
- "typescript-eslint": "^8.45.0",
99
- "vite": "^7.1.7",
100
- "vitest": "^4.0.9"
101
- },
102
- "author": "Ramz001",
103
- "license": "MIT"
104
- }
1
+ {
2
+ "name": "@teamprodevs/appsmith-custom-table",
3
+ "version": "0.4.1",
4
+ "type": "module",
5
+ "private": false,
6
+ "keywords": [
7
+ "appsmith",
8
+ "custom table",
9
+ "tanstack table"
10
+ ],
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "scripts": {
15
+ "build": "tsc -b && vite build",
16
+ "lint": "eslint .",
17
+ "preview": "vite preview",
18
+ "prepublishOnly": "npm run build",
19
+ "storybook": "storybook dev -p 6006",
20
+ "build-storybook": "storybook build"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/smarts-uz/ts-vite-appsmith-table.git"
25
+ },
26
+ "types": "./dist/index.d.ts",
27
+ "exports": {
28
+ ".": {
29
+ "import": "./dist/app.js",
30
+ "require": "./dist/app.umd.cjs"
31
+ },
32
+ "./dist/styles.css": "./dist/styles.css"
33
+ },
34
+ "files": [
35
+ "dist"
36
+ ],
37
+ "sideEffects": false,
38
+ "main": "./dist/app.umd.js",
39
+ "module": "./dist/app.es.js",
40
+ "dependencies": {
41
+ "@radix-ui/react-checkbox": "^1.3.3",
42
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
43
+ "@radix-ui/react-hover-card": "^1.1.15",
44
+ "@radix-ui/react-label": "^2.1.8",
45
+ "@radix-ui/react-popover": "^1.1.15",
46
+ "@radix-ui/react-select": "^2.2.6",
47
+ "@radix-ui/react-separator": "^1.1.8",
48
+ "@radix-ui/react-slider": "^1.3.6",
49
+ "@radix-ui/react-slot": "^1.2.4",
50
+ "@radix-ui/react-switch": "^1.2.6",
51
+ "@radix-ui/react-tooltip": "^1.2.8",
52
+ "@storybook/react": "^10.0.7",
53
+ "@tailwindcss/vite": "^4.1.17",
54
+ "@tanstack/react-table": "^8.21.3",
55
+ "autoprefixer": "^10.4.22",
56
+ "class-variance-authority": "^0.7.1",
57
+ "clsx": "^2.1.1",
58
+ "date-fns": "^4.1.0",
59
+ "lucide-react": "^0.553.0",
60
+ "postcss": "^8.5.6",
61
+ "react": "18.3.1",
62
+ "react-day-picker": "^9.11.1",
63
+ "tailwind-merge": "^3.3.1",
64
+ "tailwindcss": "3.4.18",
65
+ "tailwindcss-animate": "^1.0.7",
66
+ "vite-plugin-dts": "^4.5.4",
67
+ "vite-tsconfig-paths": "^5.1.4",
68
+ "zod": "^4.1.12"
69
+ },
70
+ "devDependencies": {
71
+ "@chromatic-com/storybook": "4.1.2",
72
+ "@eslint/js": "latest",
73
+ "@storybook/addon-a11y": "10.0.7",
74
+ "@storybook/addon-docs": "10.0.7",
75
+ "@storybook/addon-vitest": "10.0.7",
76
+ "@storybook/react-vite": "10.0.7",
77
+ "@types/lodash": "^4.17.20",
78
+ "@types/node": "^24.6.0",
79
+ "@types/react": "^19.1.16",
80
+ "@types/react-dom": "^19.1.9",
81
+ "@vitejs/plugin-react": "^5.0.4",
82
+ "@vitest/browser-playwright": "^4.0.9",
83
+ "@vitest/coverage-v8": "^4.0.9",
84
+ "babel-plugin-react-compiler": "^1.0.0",
85
+ "eslint": "^9.36.0",
86
+ "eslint-plugin-react-hooks": "^5.2.0",
87
+ "eslint-plugin-react-refresh": "^0.4.22",
88
+ "eslint-plugin-storybook": "10.0.7",
89
+ "globals": "^16.4.0",
90
+ "playwright": "^1.56.1",
91
+ "storybook": "10.0.7",
92
+ "tw-animate-css": "^1.4.0",
93
+ "typescript": "~5.9.3",
94
+ "typescript-eslint": "^8.45.0",
95
+ "vite": "^7.1.7",
96
+ "vitest": "^4.0.9"
97
+ },
98
+ "author": "Ramz001",
99
+ "license": "MIT"
100
+ }