website/package.json

35 lines
923 B
JSON
Raw Normal View History

2022-02-28 23:42:33 +05:30
{
"name": "project-segfault-website",
2022-06-18 11:15:20 +05:30
"version": "2.0.0",
"scripts": {
2022-07-06 17:18:06 +05:30
"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 20:58:47 +05:30
"format": "prettier -w --plugin-search-dir=. ."
},
"devDependencies": {
2022-12-15 00:11:13 +05:30
"@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-03 01:23:41 +05:30
"mdsvex": "^0.10.6",
2022-12-15 00:11:13 +05:30
"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-15 00:11:13 +05:30
"svelte-preprocess": "^5.0.0",
2022-06-18 21:53:01 +05:30
"svelte-seo": "^1.4.1",
"svelte-vertical-timeline": "^0.0.2",
2022-11-10 20:48:05 +05:30
"tslib": "^2.4.1",
2022-12-15 00:11:13 +05:30
"typescript": "^4.9.4",
"unocss": "^0.47.6",
"vite": "4.0.1"
},
2022-06-18 21:53:01 +05:30
"type": "module"
}