mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-12 01:50:05 -04:00
Update package.json
This commit is contained in:
parent
63c6b83171
commit
a3fc644398
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite dev",
|
"dev": "vite dev",
|
||||||
"build": "NODE_OPTIONS='--max-old-space-size=6144' vite build",
|
"build": "vite build",
|
||||||
"preview": "vite preview"
|
"preview": "vite preview",
|
||||||
|
"postbuild": "npx svelte-sitemap -d https://iptv-org.github.io -o docs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@freearhey/search-js": "^0.1.1",
|
"@freearhey/search-js": "^0.1.1",
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
"svelte-clipboard": "^1.0.0",
|
"svelte-clipboard": "^1.0.0",
|
||||||
"svelte-infinite-loading": "^1.3.8",
|
"svelte-infinite-loading": "^1.3.8",
|
||||||
"svelte-simple-modal": "^1.3.1",
|
"svelte-simple-modal": "^1.3.1",
|
||||||
|
"svelte-sitemap": "^2.6.0",
|
||||||
"tailwindcss": "^3.2.7",
|
"tailwindcss": "^3.2.7",
|
||||||
"transliteration": "^2.2.0"
|
"transliteration": "^2.2.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue