File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " https://github.com/qwikifiers/qwik-ui" ,
11
+ "directory" : " packages/kit-headless"
12
+ },
8
13
"main" : " ./index.qwik.cjs" ,
9
14
"qwik" : " ./index.qwik.mjs" ,
10
15
"module" : " ./index.qwik.mjs" ,
Original file line number Diff line number Diff line change 5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " https://github.com/qwikifiers/qwik-ui" ,
11
+ "directory" : " packages/kit-styled"
12
+ },
8
13
"main" : " ./src/index.ts" ,
9
14
"types" : " ./packages/kit-styled/src/index.d.ts" ,
10
15
"generators" : " ./generators.json" ,
Original file line number Diff line number Diff line change 5
5
"publishConfig" : {
6
6
"access" : " public"
7
7
},
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" : " https://github.com/qwikifiers/qwik-ui" ,
11
+ "directory" : " packages/utils"
12
+ },
8
13
"dependencies" : {
9
14
"tailwind-merge" : " ^1.14.0" ,
10
15
"clsx" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments