thomaswilson-sveltekit/package.json

62 lines
1.7 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": {
2023-01-24 20:47:58 +00:00
"@sveltejs/adapter-auto": "^1.0.2",
"@sveltejs/adapter-netlify": "^1.0.5",
"@sveltejs/kit": "^1.2.8",
2022-09-19 18:40:10 +00:00
"@types/leaflet": "^1.7.11",
2022-04-16 10:56:12 +00:00
"@types/sanitize-html": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
2022-04-16 10:56:12 +00:00
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
2022-09-19 18:40:10 +00:00
"sass": "^1.54.9",
2023-01-24 20:47:58 +00:00
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.1",
2022-04-16 10:56:12 +00:00
"tslib": "^2.3.1",
"typescript": "^4.7.4",
2023-01-24 20:47:58 +00:00
"vite": "^4.0.4",
2023-02-01 22:19:25 +00:00
"vitest": "^0.28.3"
2022-04-16 10:56:12 +00:00
},
"type": "module",
"dependencies": {
"@types/js-yaml": "^4.0.5",
2022-09-04 09:59:19 +00:00
"date-fns": "^2.29.2",
"feed": "^4.2.2",
"js-yaml": "^4.1.0",
"just-shuffle": "^4.2.0",
2022-09-19 18:40:10 +00:00
"leaflet": "^1.8.0",
2022-04-16 10:56:12 +00:00
"mdsvex": "^0.10.5",
"mongodb": "^4.8.1",
"nanoid": "3.3.4",
"node-fetch": "^3.2.10",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-frontmatter": "^4.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.2",
"sanitize-html": "^2.7.0",
"strip-markdown": "^5.0.0",
"to-vfile": "^7.2.3",
"unified": "^10.1.2",
"zod": "^3.18.0"
2022-04-16 10:56:12 +00:00
}
2022-04-16 10:43:45 +00:00
}