thomaswilson-sveltekit/package.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2022-04-16 10:43:45 +00:00
{
2022-04-16 10:56:12 +00:00
"name": "thomaswilson-sveltekit",
"license": "UNLICENSED",
"version": "1.0.0",
2022-04-16 10:56:12 +00:00
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
2022-04-16 10:56:12 +00:00
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"test": "vitest"
2022-04-16 10:56:12 +00:00
},
"devDependencies": {
2025-01-04 15:28:36 +00:00
"@sveltejs/adapter-netlify": "^4.4.0",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
2025-01-04 15:28:36 +00:00
"@types/leaflet": "^1.9.15",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
2025-01-04 15:28:36 +00:00
"eslint": "^9.17.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-svelte": "^3.1.0",
2025-01-04 15:28:36 +00:00
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
2025-01-04 15:35:07 +00:00
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.0",
2025-01-04 15:28:36 +00:00
"tslib": "^2.8.1",
"typescript": "^5.7.2",
2025-01-09 14:08:29 +00:00
"vite": "^6.0.7",
2025-03-13 17:59:02 +00:00
"vitest": "^3.0.8"
2022-04-16 10:56:12 +00:00
},
"type": "module",
"dependencies": {
2025-01-04 15:28:36 +00:00
"@types/js-yaml": "^4.0.9",
2025-03-13 18:04:53 +00:00
"date-fns": "^4.1.0",
"feed": "^4.2.2",
"js-yaml": "^4.1.0",
"just-shuffle": "^4.2.0",
2025-01-04 15:28:36 +00:00
"leaflet": "^1.9.4",
"mongodb": "^4.17.2",
"nanoid": "3.3.4",
2025-01-04 15:28:36 +00:00
"node-fetch": "^3.3.2",
2025-01-16 18:31:17 +00:00
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
2025-01-04 15:28:36 +00:00
"sanitize-html": "^2.14.0",
2025-03-13 18:04:53 +00:00
"sass": "^1.85.1",
2025-01-16 18:31:17 +00:00
"strip-markdown": "^6.0.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.5",
2025-01-04 15:28:36 +00:00
"zod": "^3.24.1"
2024-08-26 09:57:05 +00:00
},
"engines": {
2025-01-09 14:08:29 +00:00
"node": ">=22.0.0"
2024-08-26 09:57:05 +00:00
}
}