You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
796 B
JSON

3 months ago
{
"name": "website-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
3 months ago
"@sveltejs/adapter-node": "^5.2.0",
3 months ago
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/qs": "^6.9.15",
3 months ago
"mdsvex": "^0.11.2",
"sass": "^1.77.6",
3 months ago
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
3 months ago
"type": "module",
"dependencies": {
"moment": "^2.30.1",
"qs": "^6.12.2",
3 months ago
"sanitize.css": "^13.0.0"
}
3 months ago
}