File tree 3 files changed +330
-25
lines changed
3 files changed +330
-25
lines changed Original file line number Diff line number Diff line change 16
16
"exports" : {
17
17
"." : {
18
18
"types" : " ./dist/index.d.ts" ,
19
- "import" : " ./dist/index.mjs" ,
20
- "require" : " ./dist/index.js"
21
- },
22
- "./rsc" : {
23
- "types" : " ./dist/rsc/index.d.ts" ,
24
- "import" : " ./dist/rsc.mjs" ,
25
- "require" : " ./dist/rsc.js"
19
+ "import" : " ./dist/storyblok-vue.mjs" ,
20
+ "require" : " ./dist/storyblok-vue.js"
26
21
}
27
22
},
28
23
"main" : " ./dist/storyblok-vue.js" ,
35
30
"dev" : " vite build --watch" ,
36
31
"playground" : " pnpm run --filter ./playground/vue dev" ,
37
32
"test" : " pnpm run cy:components" ,
38
- "build" : " vite build " ,
33
+ "build" : " vite build" ,
39
34
"lint" : " eslint ." ,
40
35
"lint:fix" : " eslint . --fix" ,
41
36
"cy:run" : " cypress run" ,
62
57
"kolorist" : " ^1.8.0" ,
63
58
"pathe" : " ^1.1.2" ,
64
59
"typescript" : " ^5.7.2" ,
65
- "vite" : " ^6.0.3 " ,
60
+ "vite" : " ^6.0.6 " ,
66
61
"vite-plugin-banner" : " ^0.8.0" ,
67
62
"vite-plugin-dts" : " ^4.3.0" ,
68
63
"vitest" : " ^2.1.8" ,
You can’t perform that action at this time.
0 commit comments