31 lines
746 B
JSON
31 lines
746 B
JSON
|
|
{
|
||
|
|
"name": "tefter-frontend",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@sveltejs/vite-plugin-svelte": "^3.1.2",
|
||
|
|
"@types/node": "^26.1.1",
|
||
|
|
"svelte": "^4.2.19",
|
||
|
|
"svelte-check": "^3.8.6",
|
||
|
|
"tslib": "^2.8.1",
|
||
|
|
"typescript": "^5.6.3",
|
||
|
|
"vite": "^5.4.11"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@codemirror/commands": "^6.7.1",
|
||
|
|
"@codemirror/lang-markdown": "^6.3.1",
|
||
|
|
"@codemirror/language": "^6.10.6",
|
||
|
|
"@codemirror/state": "^6.5.0",
|
||
|
|
"@codemirror/view": "^6.35.3",
|
||
|
|
"@lezer/highlight": "^1.2.1",
|
||
|
|
"dompurify": "^3.2.3",
|
||
|
|
"marked": "^15.0.4"
|
||
|
|
}
|
||
|
|
}
|