[chore] Update npm packages and config

This commit is contained in:
2022-05-30 20:50:39 +02:00
parent c2dc2bf2fb
commit 7062c59fb1
4 changed files with 754 additions and 174 deletions

View File

@@ -1,25 +0,0 @@
# Options
VITE_LIMIT_TIME=2 * 7 * 24 * 60 * 60 * 1000
VITE_PREVIEW_COUNT=4
VITE_GRID_AMOUNT=22
VITE_GRID_INCREMENT=22
VITE_LIST_AMOUNT=10
VITE_LIST_INCREMENT=10
VITE_FILTERS_DEFAULT_COUNTRY="all"
VITE_FILTERS_DEFAULT_SORT="latest"
# API related
# VITE_API_URL_DEV="http://192.168.1.19:8055"
# VITE_API_URL_DEV="http://api.housesof.localhost:8055"
VITE_API_URL_DEV="https://api.housesof.world"
VITE_API_URL_PROD="https://api.housesof.world"
VITE_API_GRAPHQL_PATH="/graphql"
VITE_API_TOKEN="efa40490-152c-49d7-a75b-30a6427439b1"
# Shop
VITE_SWELL_STORE_ID="houses-of"
VITE_SWELL_API_TOKEN="v3BiXcZP5jpmhL80i4eUy6iXxcpN9cIq"
# Analytics
VITE_ANALYTICS_KEY="c01e378821e6ba7bf9a9f947b107500bfcbd4ae8"
VITE_ANALYTICS_URL="https://stats.flayks.com"

4
.gitignore vendored
View File

@@ -2,4 +2,6 @@
node_modules node_modules
/build /build
/.svelte-kit /.svelte-kit
/package .env
.env.*
!.env.example

View File

@@ -25,9 +25,9 @@
"sanitize.css": "^13.0.0" "sanitize.css": "^13.0.0"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.44", "@sveltejs/adapter-auto": "^1.0.0-next.48",
"@sveltejs/adapter-node": "^1.0.0-next.73", "@sveltejs/adapter-node": "^1.0.0-next.76",
"@sveltejs/adapter-vercel": "^1.0.0-next.53", "@sveltejs/adapter-vercel": "^1.0.0-next.56",
"@sveltejs/kit": "next", "@sveltejs/kit": "next",
"@types/animejs": "^3.1.4", "@types/animejs": "^3.1.4",
"@typescript-eslint/eslint-plugin": "^5.26.0", "@typescript-eslint/eslint-plugin": "^5.26.0",
@@ -40,7 +40,7 @@
"svelte-preprocess": "^4.10.6", "svelte-preprocess": "^4.10.6",
"swell-node": "^4.0.9", "swell-node": "^4.0.9",
"tslib": "^2.4.0", "tslib": "^2.4.0",
"typescript": "^4.6.4" "typescript": "^4.7.2"
}, },
"type": "module", "type": "module",
"browserslist": [ "browserslist": [

891
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff