Recent Overhaul to content structure, simplifying, read README #1

Merged
Madmin merged 13 commits from rand into master 2024-03-20 15:23:11 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit a829327c28 - Show all commits

View File

@ -3,8 +3,9 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"dev": "vite dev --mode development",
"build": "vite build",
"build-dev": "vite build --mode development",
"preview": "vite preview",
"test": "npm run test:integration && npm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
@ -44,6 +45,7 @@
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-maplibre": "^0.8.2",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",