File tree 3 files changed +224
-1
lines changed
3 files changed +224
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 6
6
"build" : " vite build" ,
7
7
"preview" : " vite preview" ,
8
8
"check" : " svelte-kit sync && svelte-check --tsconfig ./jsconfig.json" ,
9
- "check:watch" : " svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
9
+ "check:watch" : " svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch" ,
10
+ "deploy" : " pnpm build && pnpx gh-pages -d build -t true"
10
11
},
11
12
"devDependencies" : {
12
13
"@fontsource/fira-mono" : " ^4.5.10" ,
13
14
"@iconify/json" : " ^2.2.222" ,
14
15
"@neoconfetti/svelte" : " ^1.0.0" ,
15
16
"@sveltejs/adapter-auto" : " ^3.0.0" ,
16
17
"@sveltejs/adapter-node" : " ^4.0.1" ,
18
+ "@sveltejs/adapter-static" : " ^3.0.2" ,
17
19
"@sveltejs/kit" : " ^2.0.0" ,
18
20
"@sveltejs/vite-plugin-svelte" : " ^3.0.0" ,
19
21
"autoprefixer" : " ^10.4.18" ,
20
22
"flowbite" : " ^2.4.1" ,
21
23
"flowbite-svelte" : " ^0.46.11" ,
24
+ "gh-pages" : " ^6.1.1" ,
22
25
"postcss" : " ^8.4.35" ,
23
26
"svelte" : " ^4.2.7" ,
24
27
"svelte-check" : " ^3.6.0" ,
You can’t perform that action at this time.
0 commit comments