Update package dependencies and remove unused files from node_modules
This commit is contained in:
22
package.json
22
package.json
@@ -10,19 +10,19 @@
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@tsconfig/svelte": "^5.0.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"postcss": "^8.4.31",
|
||||
"svelte": "^4.2.7",
|
||||
"svelte-check": "^3.6.0",
|
||||
"tailwindcss": "^3.3.5",
|
||||
"tslib": "^2.4.1",
|
||||
"typescript": "^5.0.0",
|
||||
"vite": "^6.3.5"
|
||||
"@sveltejs/vite-plugin-svelte": "3.0.1",
|
||||
"@tsconfig/svelte": "5.0.0",
|
||||
"autoprefixer": "10.4.16",
|
||||
"postcss": "8.4.31",
|
||||
"svelte": "4.2.7",
|
||||
"svelte-check": "3.6.0",
|
||||
"tailwindcss": "3.3.5",
|
||||
"tslib": "2.4.1",
|
||||
"typescript": "5.0.0",
|
||||
"vite": "5.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lottiefiles/lottie-player": "^2.0.2"
|
||||
"@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",
|
||||
|
Reference in New Issue
Block a user