File tree Expand file tree Collapse file tree 3 files changed +4092
-7
lines changed Expand file tree Collapse file tree 3 files changed +4092
-7
lines changed Original file line number Diff line number Diff line change 2
2
*
3
3
4
4
# Whitelist dist folder and README.md
5
- ! dist /
5
+ ! dist /*
6
6
! README.md
7
7
! usage.md
8
8
! package.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " shadcn-theme-editor" ,
3
- "version" : " 1.4.2 " ,
3
+ "version" : " 1.4.3 " ,
4
4
"description" : " Shadcn Theme Editor" ,
5
5
"module" : " dist/index.mjs" ,
6
6
"main" : " dist/index.js" ,
50
50
"@rollup/plugin-typescript" : " ^11.1.6" ,
51
51
"@types/lodash.debounce" : " ^4.0.9" ,
52
52
"@types/react" : " ^18.3.3" ,
53
+ "class-variance-authority" : " ^0.7.0" ,
54
+ "clsx" : " ^2.1.1" ,
55
+ "next-themes" : " ^0.3.0" ,
56
+ "react" : " ^18.3.1" ,
53
57
"release-it" : " ^17.6.0" ,
54
58
"rollup" : " ^4.18.1" ,
55
59
"rollup-plugin-banner2" : " ^1.3.0" ,
58
62
"rollup-plugin-postcss" : " ^4.0.2" ,
59
63
"rollup-plugin-preserve-directives" : " ^0.4.0" ,
60
64
"tailwindcss" : " ^3.4.9" ,
65
+ "tailwindcss-animate" : " ^1.0.7" ,
61
66
"tslib" : " ^2.6.3" ,
62
- "typescript" : " ^5.5.3" ,
63
- "class-variance-authority" : " ^0.7.0" ,
64
- "clsx" : " ^2.1.1" ,
65
- "next-themes" : " ^0.3.0" ,
66
- "react" : " ^18.3.1"
67
+ "typescript" : " ^5.5.3"
67
68
},
68
69
"dependencies" : {
69
70
"@radix-ui/react-slot" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments