This commit is contained in:
matthieu42morin 2023-03-15 18:41:34 +01:00
commit e2cd6455b0
1 changed files with 48 additions and 46 deletions

View File

@ -1,49 +1,51 @@
{ {
"name": "appwrite-svelte-rocket-start", "name": "appwrite-svelte-rocket-start",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite --host", "dev": "vite --host",
"build": "vite build", "build": "vite build",
"preview": "vite preview", "preview": "vite preview",
"appwrite": "docker compose -f ./appwrite/docker-compose.yml up" "svelte-check": "svelte-check --tsconfig ./tsconfig.json",
}, "appwrite": "docker compose -f ./appwrite/docker-compose.yml up"
"devDependencies": { },
"@playwright/test": "^1.31.2", "devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0", "@playwright/test": "^1.31.2",
"@typescript-eslint/eslint-plugin": "^5.54.1", "@sveltejs/vite-plugin-svelte": "^1.1.0",
"autoprefixer": "^10.4.13", "@typescript-eslint/eslint-plugin": "^5.54.1",
"eslint": "^8.35.0", "autoprefixer": "^10.4.13",
"eslint-config-standard-with-typescript": "^34.0.0", "eslint": "^8.35.0",
"eslint-plugin-import": "^2.27.5", "eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-n": "^15.6.1", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-n": "^15.6.1",
"flowbite-svelte": "^0.28.11", "eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.19", "flowbite-svelte": "^0.28.11",
"sass": "^1.56.1", "postcss": "^8.4.19",
"svelte": "^3.52.0", "sass": "^1.56.1",
"svelte-preprocess": "^4.10.7", "svelte": "^3.52.0",
"tailwindcss": "^3.2.4", "svelte-preprocess": "^4.10.7",
"typescript": "^4.9.5", "tailwindcss": "^3.2.4",
"vite": "^3.2.3" "typescript": "^4.9.5",
}, "vite": "^3.2.3"
"dependencies": { },
"@beyonk/svelte-mapbox": "^8.2.0", "dependencies": {
"@bytemd/plugin-gfm": "^1.17.4", "@beyonk/svelte-mapbox": "^8.2.0",
"@lottiefiles/svelte-lottie-player": "^0.3.0", "@bytemd/plugin-gfm": "^1.17.4",
"@popperjs/core": "^2.11.6", "@lottiefiles/svelte-lottie-player": "^0.3.0",
"appwrite": "^10.1.0", "@popperjs/core": "^2.11.6",
"bytemd": "^1.17.4", "appwrite": "^10.1.0",
"classnames": "^2.3.2", "bytemd": "^1.17.4",
"flowbite": "^1.6.3", "classnames": "^2.3.2",
"html5-qrcode": "^2.3.0", "flowbite": "^1.6.3",
"mapbox": "^1.0.0-beta10", "html5-qrcode": "^2.3.0",
"mapbox-gl": "^2.10.0", "mapbox": "^1.0.0-beta10",
"svelte-appwrite-client": "^0.2.3", "mapbox-gl": "^2.10.0",
"svelte-i18n": "^3.6.0", "svelte-appwrite-client": "^0.2.3",
"svelte-routing": "^1.6.0", "svelte-check": "^3.1.4",
"svelte-i18n": "^3.6.0",
"svelte-routing": "^1.6.0",
"workbox": "^0.0.0", "workbox": "^0.0.0",
"yallist": "^4.0.0" "yallist": "^4.0.0"
} }
} }