1010 "module" : " ./dist/index.js" ,
1111 "types" : " ./dist/index.d.ts" ,
1212 "sideEffects" : false ,
13- "packageManager" : " pnpm@10.30.0 " ,
13+ "packageManager" : " pnpm@10.30.3 " ,
1414 "exports" : {
1515 "." : {
1616 "import" : " ./dist/index.js" ,
1717 "types" : " ./dist/index.d.ts"
18- },
19- "./tasty/static" : {
20- "import" : " ./dist/tasty/static/index.js" ,
21- "types" : " ./dist/tasty/static/index.d.ts"
22- },
23- "./tasty/zero" : {
24- "import" : " ./dist/tasty/zero/index.js" ,
25- "types" : " ./dist/tasty/zero/index.d.ts"
26- },
27- "./tasty/zero/babel" : {
28- "import" : " ./dist/tasty/zero/babel.js" ,
29- "types" : " ./dist/tasty/zero/babel.d.ts"
30- },
31- "./tasty/zero/next" : {
32- "import" : " ./dist/tasty/zero/next.js" ,
33- "types" : " ./dist/tasty/zero/next.d.ts"
3418 }
3519 },
3620 "files" : [
3721 " dist/**/*.js" ,
3822 " dist/**/*.d.ts" ,
3923 " dist/**/*.map" ,
4024 " dist/README.md" ,
41- " dist/CHANGELOG.md" ,
42- " dist/tasty.config.ts"
25+ " dist/CHANGELOG.md"
4326 ],
4427 "scripts" : {
4528 "start" : " pnpm storybook" ,
7760 "react-dom" : " ^18.0.0 || ^19.0.0"
7861 },
7962 "dependencies" : {
80- "@babel/helper-plugin-utils" : " ^7.24.0" ,
81- "@babel/types" : " ^7.24.0" ,
8263 "@internationalized/date" : " ^3.10.1" ,
8364 "@react-aria/focus" : " ^3.21.3" ,
8465 "@react-aria/i18n" : " ^3.12.14" ,
9172 "@react-types/shared" : " ^3.32.1" ,
9273 "@tabler/icons-react" : " ^3.31.0" ,
9374 "@tanstack/react-virtual" : " ^3.13.12" ,
75+ "@tenphi/tasty" : " 0.5.4" ,
9476 "clipboard-copy" : " ^4.0.1" ,
9577 "clsx" : " ^1.1.1" ,
9678 "diff" : " ^8.0.3" ,
129111 "@storybook/addon-docs" : " ^10.2.3" ,
130112 "@storybook/addon-links" : " ^10.2.3" ,
131113 "@storybook/react-vite" : " ^10.2.3" ,
114+ "@tenphi/eslint-plugin-tasty" : " ^0.3.0" ,
132115 "@testing-library/dom" : " ^10.4.1" ,
133116 "@testing-library/jest-dom" : " ^6.7.0" ,
134117 "@testing-library/react" : " ^16.3.0" ,
193176 "node" : " >=22.14.0" ,
194177 "pnpm" : " ^10.0.0"
195178 }
196- }
179+ }
0 commit comments