Files
Tiber365/package.json

37 lines
933 B
JSON

{
"name": "tiber365",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "3.0.1",
"@tsconfig/svelte": "5.0.2",
"autoprefixer": "10.4.17",
"postcss": "8.4.35",
"svelte": "4.2.12",
"svelte-check": "3.6.3",
"tailwindcss": "3.4.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.1.4"
},
"dependencies": {
"@lottiefiles/lottie-player": "2.0.2"
},
"description": "A modern, responsive website for a Microsoft 365 support business, built with Svelte and Vite.",
"main": "postcss.config.js",
"repository": {
"type": "git",
"url": "https://git.365devnet.eu/Richard/Tiber365.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}