File tree Expand file tree Collapse file tree 2 files changed +547
-606
lines changed Expand file tree Collapse file tree 2 files changed +547
-606
lines changed Original file line number Diff line number Diff line change 22 "private" : true ,
33 "scripts" : {
44 "build" : " nuxt build" ,
5+ "start" : " node .output/server/index.mjs" ,
6+ "start-build" : " nuxi build && node .output/server/index.mjs" ,
57 "dev" : " nuxt dev" ,
68 "generate" : " nuxt generate" ,
79 "preview" : " nuxt preview" ,
1719 "@storybook/addon-postcss" : " ^3.0.0-alpha.1" ,
1820 "@storybook/builder-vite" : " ^0.2.2" ,
1921 "@storybook/vue3" : " ^6.5.10" ,
20- "@vitest/ui" : " ^0.22 .1" ,
21- "nuxt" : " ^3.0.0-rc.8 " ,
22+ "@vitest/ui" : " ^0.23 .1" ,
23+ "nuxt" : " ^3.0.0-rc.9 " ,
2224 "postcss" : " ^8.4.14" ,
2325 "sass" : " ^1.54.8" ,
2426 "sass-loader" : " ^13.0.2" ,
2527 "storybook-dark-mode" : " ^1.1.0" ,
2628 "tailwindcss" : " ^3.1.8" ,
2729 "vite-svg-loader" : " ^3.5.1" ,
28- "vitest" : " ^0.22 .1"
30+ "vitest" : " ^0.23 .1"
2931 },
3032 "dependencies" : {
31- "@pinia/nuxt" : " ^0.4.1 " ,
32- "pinia" : " ^2.0.21 " ,
33+ "@pinia/nuxt" : " ^0.4.2 " ,
34+ "pinia" : " ^2.0.22 " ,
3335 "typescript" : " ^4.8.2"
3436 }
3537}
You can’t perform that action at this time.
0 commit comments