mirror of
				https://github.com/KevinMidboe/k9e.no.git
				synced 2025-10-29 17:50:14 +00:00 
			
		
		
		
	chore: fixes to package.json
This commit is contained in:
		| @@ -9,7 +9,8 @@ | ||||
| 		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||||
| 		"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||||
| 		"lint": "prettier --plugin-search-dir . --check . && eslint .", | ||||
| 		"format": "prettier --plugin-search-dir . --write ." | ||||
| 		"format": "prettier --plugin-search-dir . --write .", | ||||
| 		"prepare": "svelte-kit sync" | ||||
| 	}, | ||||
| 	"devDependencies": { | ||||
| 		"@sveltejs/adapter-auto": "^2.0.0", | ||||
| @@ -26,9 +27,11 @@ | ||||
| 		"sass": "^1.69.5", | ||||
| 		"svelte": "^4.0.5", | ||||
| 		"svelte-check": "^3.4.3", | ||||
| 		"svelte-preprocess": "^5.0.4", | ||||
| 		"tslib": "^2.4.1", | ||||
| 		"typescript": "^5.0.0", | ||||
| 		"vite": "^4.4.2" | ||||
| 	}, | ||||
| 	"type": "module" | ||||
| 	"type": "module", | ||||
| 	"dependencies": {} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user