mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
34 lines
1020 B
JSON
34 lines
1020 B
JSON
{
|
|
"name": "web-app",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "ARCHTIKA_API_PORT=3000 ARCHTIKA_NGINX_PORT=18000 vite dev",
|
|
"build": "vite build",
|
|
"preview": "ARCHTIKA_API_PORT=3000 ARCHTIKA_NGINX_PORT=18000 vite preview",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check .",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "3.2.4",
|
|
"@sveltejs/adapter-node": "5.2.2",
|
|
"@sveltejs/kit": "2.5.22",
|
|
"@sveltejs/vite-plugin-svelte": "3.1.1",
|
|
"@types/markdown-it": "14.1.2",
|
|
"@types/node": "22.2.0",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-svelte": "3.2.6",
|
|
"svelte": "5.0.0-next.220",
|
|
"svelte-check": "3.8.5",
|
|
"typescript": "5.5.4",
|
|
"vite": "5.4.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"highlight.js": "11.10.0",
|
|
"markdown-it": "14.1.0"
|
|
}
|
|
}
|