@bigbinary/neeto-atoms 1.0.5 → 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.
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-atoms",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "author": "BigBinary",
5
5
  "license": "MIT",
6
- "packageManager": "yarn@4.9.2",
7
6
  "engines": {
8
7
  "node": ">=22.13",
9
8
  "npm": ">=9"
@@ -32,6 +31,7 @@
32
31
  "storybook": "storybook dev -p 6006",
33
32
  "build-storybook": "storybook build",
34
33
  "prepare": "husky install",
34
+ "serve": "node .storybook/express",
35
35
  "test": "jest"
36
36
  },
37
37
  "lint-staged": {
@@ -43,7 +43,7 @@
43
43
  "eslint --cache --fix"
44
44
  ]
45
45
  },
46
- "devDependencies": {
46
+ "dependencies": {
47
47
  "@base-ui/react": "^1.3.0",
48
48
  "@bigbinary/neeto-commons-frontend": "4.13.113",
49
49
  "@chromatic-com/storybook": "^5.0.1",
@@ -74,11 +74,6 @@
74
74
  "@radix-ui/react-toggle": "^1.1.10",
75
75
  "@radix-ui/react-toggle-group": "^1.1.11",
76
76
  "@radix-ui/react-tooltip": "^1.2.8",
77
- "@rollup/plugin-commonjs": "^29.0.2",
78
- "@rollup/plugin-json": "^6.1.0",
79
- "@rollup/plugin-node-resolve": "^16.0.3",
80
- "@rollup/plugin-replace": "^6.0.3",
81
- "@rollup/plugin-typescript": "^12.3.0",
82
77
  "@storybook/addon-a11y": "^10.2.19",
83
78
  "@storybook/addon-docs": "^10.2.19",
84
79
  "@storybook/addon-onboarding": "^10.2.19",
@@ -87,57 +82,35 @@
87
82
  "@tailwindcss/postcss": "^4.2.2",
88
83
  "@tailwindcss/vite": "^4.2.1",
89
84
  "@tanstack/react-table": "^8",
90
- "@testing-library/dom": "^10.4.1",
91
- "@testing-library/jest-dom": "^6.9.1",
92
- "@testing-library/react": "^16.3.2",
93
- "@testing-library/user-event": "^14.6.1",
94
- "@types/identity-obj-proxy": "^3",
95
- "@types/jest": "^30.0.0",
96
85
  "@types/node": "^24.12.0",
97
86
  "@types/ramda": "^0",
98
87
  "@types/react": "^19.2.14",
99
88
  "@types/react-dom": "^19.2.3",
100
- "@types/rollup-plugin-peer-deps-external": "^2",
101
- "@typescript-eslint/eslint-plugin": "^8.57.1",
102
- "@typescript-eslint/parser": "^8.57.1",
103
89
  "@vitejs/plugin-react": "^5",
104
90
  "class-variance-authority": "^0.7.1",
105
91
  "clsx": "^2.1.1",
106
92
  "cmdk": "^1.1.1",
107
93
  "date-fns": "^4.1.0",
108
94
  "embla-carousel-react": "^8.6.0",
109
- "eslint": "^8",
110
- "eslint-plugin-storybook": "^10.2.19",
111
- "husky": "^9.1.7",
112
- "identity-obj-proxy": "^3.0.0",
95
+ "express": "^4.18.2",
113
96
  "input-otp": "^1.4.2",
114
- "jest": "^30.3.0",
115
- "jest-environment-jsdom": "^30.3.0",
116
- "lint-staged": "^16.4.0",
117
97
  "lucide-react": "^0.577.0",
118
98
  "next-themes": "^0.4.6",
119
99
  "postcss": "^8.5.8",
120
- "prettier": "^3.8.1",
121
100
  "radix-ui": "^1.4.3",
122
101
  "ramda": "^0.32.0",
123
102
  "react": "^18.2.0",
124
103
  "react-day-picker": "^9.14.0",
125
104
  "react-dom": "^18.2.0",
126
105
  "react-hook-form": "^7.72.0",
106
+ "react-is": "^18.3.1",
127
107
  "react-resizable-panels": "^4.7.5",
128
108
  "recharts": "3.8.0",
129
- "rollup": "^4.59.0",
130
- "rollup-plugin-cleaner": "^1.0.0",
131
- "rollup-plugin-copy": "^3.5.0",
132
- "rollup-plugin-peer-deps-external": "^2.2.4",
133
- "rollup-plugin-postcss": "^4.0.2",
134
- "rollup-plugin-styles": "^4.0.0",
135
109
  "shadcn": "^4.1.0",
136
110
  "sonner": "^2.0.7",
137
111
  "storybook": "^10.2.19",
138
112
  "tailwind-merge": "^3.5.0",
139
113
  "tailwindcss": "^4.2.1",
140
- "ts-jest": "^29.4.6",
141
114
  "ts-node": "^10.9.2",
142
115
  "tw-animate-css": "^1.4.0",
143
116
  "typescript": "~5.9.3",
@@ -145,8 +118,40 @@
145
118
  "vite": "^6.4.1",
146
119
  "zod": "^4.3.6"
147
120
  },
121
+ "devDependencies": {
122
+ "@rollup/plugin-commonjs": "^29.0.2",
123
+ "@rollup/plugin-json": "^6.1.0",
124
+ "@rollup/plugin-node-resolve": "^16.0.3",
125
+ "@rollup/plugin-replace": "^6.0.3",
126
+ "@rollup/plugin-typescript": "^12.3.0",
127
+ "@testing-library/dom": "^10.4.1",
128
+ "@testing-library/jest-dom": "^6.9.1",
129
+ "@testing-library/react": "^16.3.2",
130
+ "@testing-library/user-event": "^14.6.1",
131
+ "@types/identity-obj-proxy": "^3",
132
+ "@types/jest": "^30.0.0",
133
+ "@types/rollup-plugin-peer-deps-external": "^2",
134
+ "@typescript-eslint/eslint-plugin": "^8.57.1",
135
+ "@typescript-eslint/parser": "^8.57.1",
136
+ "eslint": "^8",
137
+ "eslint-plugin-storybook": "^10.2.19",
138
+ "husky": "^9.1.7",
139
+ "identity-obj-proxy": "^3.0.0",
140
+ "jest": "^30.3.0",
141
+ "jest-environment-jsdom": "^30.3.0",
142
+ "lint-staged": "^16.4.0",
143
+ "prettier": "^3.8.1",
144
+ "rollup": "^4.59.0",
145
+ "rollup-plugin-cleaner": "^1.0.0",
146
+ "rollup-plugin-copy": "^3.5.0",
147
+ "rollup-plugin-peer-deps-external": "^2.2.4",
148
+ "rollup-plugin-postcss": "^4.0.2",
149
+ "rollup-plugin-styles": "^4.0.0",
150
+ "ts-jest": "^29.4.6"
151
+ },
148
152
  "peerDependencies": {
149
153
  "react": "^18.2.0",
150
154
  "react-dom": "^18.2.0"
151
- }
155
+ },
156
+ "packageManager": "yarn@4.9.2"
152
157
  }