File tree Expand file tree Collapse file tree 2 files changed +131
-130
lines changed Expand file tree Collapse file tree 2 files changed +131
-130
lines changed Original file line number Diff line number Diff line change 15
15
"dev" : " vite" ,
16
16
"build" : " vue-tsc -b && vite build" ,
17
17
"build:demo" : " vite --config vite.demo.config.ts build" ,
18
+ "preview:demo" : " vite --config vite.demo.config.ts preview" ,
18
19
"check:types" : " publint && attw --pack . --ignore-rules=cjs-resolves-to-esm" ,
19
20
"ci" : " biome check && pnpm run build && pnpm run check:types"
20
21
},
34
35
"@stripe/stripe-js" : " ^5.5.0"
35
36
},
36
37
"devDependencies" : {
37
- "@arethetypeswrong/cli" : " ^0.17.2 " ,
38
+ "@arethetypeswrong/cli" : " ^0.17.3 " ,
38
39
"@biomejs/biome" : " 1.9.4" ,
39
- "@tailwindcss/vite" : " 4.0.0-beta.8 " ,
40
+ "@tailwindcss/vite" : " 4.0.0" ,
40
41
"@vitejs/plugin-vue" : " ^5.2.1" ,
41
42
"@vue/tsconfig" : " 0.7.0" ,
42
- "publint" : " ^0.3.0 " ,
43
- "tailwindcss" : " 4.0.0-beta.8 " ,
43
+ "publint" : " ^0.3.2 " ,
44
+ "tailwindcss" : " 4.0.0" ,
44
45
"typescript" : " ^5.7.3" ,
45
- "vite" : " ^6.0.7 " ,
46
+ "vite" : " ^6.0.11 " ,
46
47
"vite-plugin-dts" : " ^4.5.0" ,
47
48
"vue" : " ^3.5.13" ,
48
49
"vue-tsc" : " ^2.2.0"
You can’t perform that action at this time.
0 commit comments