mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 01:20:06 -04:00
Update dependencies
This commit is contained in:
parent
c68f85ee15
commit
bfe7c7f040
4 changed files with 2353 additions and 1066 deletions
2692
package-lock.json
generated
2692
package-lock.json
generated
File diff suppressed because it is too large
Load diff
23
package.json
23
package.json
|
@ -10,31 +10,28 @@
|
||||||
"postinstall": "node ./src/load.js"
|
"postinstall": "node ./src/load.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@freearhey/core": "^0.5.1",
|
||||||
"@freearhey/search-js": "^0.1.1",
|
"@freearhey/search-js": "^0.1.1",
|
||||||
"@sveltejs/adapter-static": "^2.0.1",
|
"@sveltejs/adapter-static": "^3.0.8",
|
||||||
"@sveltejs/kit": "^1.7.1",
|
"@sveltejs/kit": "^2.17.1",
|
||||||
"@tailwindcss/line-clamp": "^0.4.2",
|
"@tailwindcss/line-clamp": "^0.4.2",
|
||||||
"@zerodevx/svelte-json-view": "^1.0.2",
|
"@zerodevx/svelte-json-view": "^1.0.11",
|
||||||
"autoprefixer": "^10.4.2",
|
"autoprefixer": "^10.4.2",
|
||||||
|
"axios": "^1.7.9",
|
||||||
|
"cli-progress": "^3.12.0",
|
||||||
"dayjs": "^1.11.1",
|
"dayjs": "^1.11.1",
|
||||||
"iptv-playlist-generator": "^0.1.5",
|
"iptv-playlist-generator": "^0.1.5",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"postcss": "^8.4.19",
|
"numeral": "^2.0.6",
|
||||||
"prettier-plugin-svelte": "^2.6.0",
|
"postcss": "^8.5.1",
|
||||||
|
"prettier-plugin-svelte": "^3.3.3",
|
||||||
"qs": "^6.11.2",
|
"qs": "^6.11.2",
|
||||||
"svelte": "^3.44.0",
|
"svelte-simple-modal": "^2.0.0",
|
||||||
"svelte-simple-modal": "^1.3.1",
|
|
||||||
"svelte-sitemap": "^2.6.0",
|
"svelte-sitemap": "^2.6.0",
|
||||||
"sveltejs-tippy": "^3.0.0",
|
"sveltejs-tippy": "^3.0.0",
|
||||||
"tailwind-scrollbar-hide": "^1.1.7",
|
"tailwind-scrollbar-hide": "^1.1.7",
|
||||||
"tailwindcss": "^3.2.7",
|
"tailwindcss": "^3.2.7",
|
||||||
"transliteration": "^2.2.0",
|
"transliteration": "^2.2.0",
|
||||||
"validator": "^13.11.0"
|
"validator": "^13.11.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"@freearhey/core": "^0.5.1",
|
|
||||||
"axios": "^1.7.9",
|
|
||||||
"cli-progress": "^3.12.0",
|
|
||||||
"numeral": "^2.0.6"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import adapter from '@sveltejs/adapter-static'
|
import adapter from '@sveltejs/adapter-static'
|
||||||
import { vitePreprocess } from '@sveltejs/kit/vite'
|
|
||||||
|
|
||||||
/** @type {import('@sveltejs/kit').Config} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
|
@ -16,8 +15,7 @@ const config = {
|
||||||
precompress: false,
|
precompress: false,
|
||||||
strict: true
|
strict: true
|
||||||
})
|
})
|
||||||
},
|
}
|
||||||
preprocess: vitePreprocess()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config
|
export default config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue