website/package.json

35 lines
923 B
JSON
Raw Normal View History

2022-02-28 19:12:33 +01:00
{
"name": "project-segfault-website",
2022-06-18 08:45:20 +03:00
"version": "2.0.0",
"scripts": {
2022-07-06 14:48:06 +03:00
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
2022-12-27 17:28:47 +02:00
"format": "prettier -w --plugin-search-dir=. ."
},
"devDependencies": {
2022-12-14 20:41:13 +02:00
"@iconify-json/fa6-solid": "^1.1.9",
"@iconify-json/simple-icons": "^1.1.39",
"@sveltejs/adapter-node": "1.0.0",
"@sveltejs/kit": "1.0.0",
"dayjs": "^1.11.7",
2022-07-02 22:53:41 +03:00
"mdsvex": "^0.10.6",
2022-12-14 20:41:13 +02:00
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.0",
"svelte-check": "^2.10.2",
"svelte-dark-mode": "^2.1.0",
"svelte-hcaptcha": "^0.1.1",
2022-12-14 20:41:13 +02:00
"svelte-preprocess": "^5.0.0",
2022-06-18 19:23:01 +03:00
"svelte-seo": "^1.4.1",
"svelte-vertical-timeline": "^0.0.2",
2022-11-10 17:18:05 +02:00
"tslib": "^2.4.1",
2022-12-14 20:41:13 +02:00
"typescript": "^4.9.4",
"unocss": "^0.47.6",
"vite": "4.0.1"
},
2022-06-18 19:23:01 +03:00
"type": "module"
}