2023-02-21 22:09:10 +00:00
|
|
|
{
|
2026-07-21 18:09:44 -04:00
|
|
|
"name": "oki-podcast-reader",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"private": true,
|
2026-07-21 17:54:36 -04:00
|
|
|
"description": "Lecteur web pour la radio Radyobòkaz (mizik.o-k-i.net), basé sur svelte-podcast.",
|
2023-02-21 22:09:10 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite dev",
|
2023-07-10 21:44:55 +01:00
|
|
|
"build": "vite build",
|
2023-02-21 22:09:10 +00:00
|
|
|
"preview": "vite preview",
|
2023-07-09 23:21:21 +01:00
|
|
|
"sync": "svelte-kit sync",
|
2023-02-21 22:09:10 +00:00
|
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
|
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
2023-03-06 15:25:34 +00:00
|
|
|
"lint:prettier": "prettier --check --plugin-search-dir=. .",
|
|
|
|
|
"lint:eslint": "TIMING=1 eslint . --ext .ts,.tsx,.svelte --cache",
|
2023-07-09 23:21:21 +01:00
|
|
|
"lint": "yarn lint:prettier && yarn lint:eslint",
|
2023-02-26 15:40:03 +00:00
|
|
|
"format": "prettier --write --plugin-search-dir=. .",
|
|
|
|
|
"ts": "tsc --pretty --noImplicitAny --noEmit"
|
2023-02-21 22:09:10 +00:00
|
|
|
},
|
2023-02-23 23:06:59 +00:00
|
|
|
"dependencies": {
|
2023-07-09 23:21:21 +01:00
|
|
|
"@inqling/svelte-icons": "^3.3.2",
|
2023-03-06 15:25:34 +00:00
|
|
|
"clsx": "^1.2.1",
|
2023-07-10 21:44:55 +01:00
|
|
|
"esm-env": "^1.0.0",
|
2026-07-21 17:54:36 -04:00
|
|
|
"fast-xml-parser": "^5.10.1",
|
2023-02-25 18:25:59 +00:00
|
|
|
"just-clamp": "^4.2.0",
|
2026-07-21 18:09:44 -04:00
|
|
|
"svelte-local-storage-store": "^0.6.4"
|
2023-02-23 23:06:59 +00:00
|
|
|
},
|
2023-02-21 22:09:10 +00:00
|
|
|
"devDependencies": {
|
2026-07-21 18:09:44 -04:00
|
|
|
"@sveltejs/adapter-static": "^3",
|
|
|
|
|
"@sveltejs/kit": "^2",
|
|
|
|
|
"@sveltejs/vite-plugin-svelte": "^5",
|
2023-07-09 22:18:06 +01:00
|
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
2023-07-09 23:21:21 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.61.0",
|
2023-07-09 22:18:06 +01:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-07-09 23:21:21 +01:00
|
|
|
"eslint": "^8.44.0",
|
|
|
|
|
"eslint-config-prettier": "^8.8.0",
|
2023-02-21 22:09:10 +00:00
|
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
2023-07-09 23:21:21 +01:00
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
|
|
|
"postcss": "^8.4.25",
|
2023-07-09 22:18:06 +01:00
|
|
|
"postcss-load-config": "^4.0.1",
|
2023-07-09 23:21:21 +01:00
|
|
|
"prettier": "^2.8.8",
|
|
|
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
2026-07-21 18:09:44 -04:00
|
|
|
"svelte": "^5",
|
|
|
|
|
"svelte-check": "^4",
|
2023-07-09 23:21:21 +01:00
|
|
|
"tailwindcss": "^3.3.2",
|
|
|
|
|
"tslib": "^2.6.0",
|
2026-07-21 18:09:44 -04:00
|
|
|
"typescript": "^5.3.3",
|
|
|
|
|
"vite": "^6"
|
2023-02-21 22:09:10 +00:00
|
|
|
},
|
2023-07-09 23:21:21 +01:00
|
|
|
"type": "module"
|
2023-02-21 22:09:10 +00:00
|
|
|
}
|