chore: prepare production deployment
This commit is contained in:
+3
-3
@@ -12,7 +12,7 @@
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"prepare": "svelte-kit sync || echo ''",
|
||||
"prepare": "svelte-kit sync",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"format:check": "prettier --check .",
|
||||
@@ -28,7 +28,7 @@
|
||||
"@types/node": "24.12.4",
|
||||
"eslint": "10.7.0",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-svelte": "3.21.0",
|
||||
"eslint-plugin-svelte": "3.20.0",
|
||||
"globals": "17.7.0",
|
||||
"prettier": "3.9.5",
|
||||
"prettier-plugin-svelte": "4.1.1",
|
||||
@@ -41,7 +41,7 @@
|
||||
"vite": "8.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@sveltejs/kit": "2.70.1",
|
||||
"@sveltejs/kit": "2.69.3",
|
||||
"clsx": "2.1.1",
|
||||
"gsap": "3.15.0",
|
||||
"lightweight-charts": "5.2.0",
|
||||
|
||||
Reference in New Issue
Block a user