Erant-OldApp/package.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2022-12-01 11:25:45 +00:00
{
2023-03-15 17:31:20 +00:00
"name": "appwrite-svelte-rocket-start",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"svelte-check": "svelte-check --tsconfig ./tsconfig.json",
"appwrite": "docker compose -f ./appwrite/docker-compose.yml up"
},
"devDependencies": {
"@playwright/test": "^1.31.2",
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"flowbite-svelte": "^0.28.11",
"postcss": "^8.4.19",
Update categories, preferences, and experience, indentation, and other minor changes Changes to be committed: modified: package-lock.json modified: package.json modified: src/__routes.svelte renamed: src/lib/components/Interests/category.svelte -> src/lib/components/Categories/category.svelte new file: src/lib/components/Categories/category2InRow.svelte new file: src/lib/components/Categories/category3InRow.svelte renamed: src/lib/components/Interests/Interests.svelte -> src/lib/components/Categories/interests.svelte modified: src/lib/router/Router.svelte renamed: src/lib/stores/game.js -> src/lib/stores/stores.js modified: src/lib/utils/IdGenerator.js modified: src/lib/utils/api.js renamed: src/lib/utils/database/game.ts -> src/lib/utils/database/experience.ts new file: src/lib/utils/database/preferences.ts modified: src/lib/utils/stores.js new file: src/locales/cz.json new file: src/locales/en.json new file: src/locales/i18n.ts new file: src/locales/languages.ts modified: src/routes/authorization/register/register.svelte modified: src/routes/explore/explore.svelte modified: src/routes/game/Forms/MultiChoiceForm.svelte modified: src/routes/game/Forms/NumberForm.svelte modified: src/routes/game/Forms/Renderer.svelte modified: src/routes/game/Forms/SingleChoiceForm.svelte modified: src/routes/game/Forms/TextForm.svelte renamed: src/routes/game/game.svelte -> src/routes/game/experience.svelte modified: src/routes/homepage/homepage.svelte modified: src/routes/map/map.svelte modified: src/routes/onboarding/interestsPage.svelte modified: src/routes/profile/functions/Interests-Update.svelte Changes not staged for commit: modified: src/lib/utils/parseQuestion.js
2023-03-20 07:44:21 +00:00
"sass": "^1.59.3",
2023-03-15 17:31:20 +00:00
"svelte": "^3.52.0",
"svelte-preprocess": "^4.10.7",
Update categories, preferences, and experience, indentation, and other minor changes Changes to be committed: modified: package-lock.json modified: package.json modified: src/__routes.svelte renamed: src/lib/components/Interests/category.svelte -> src/lib/components/Categories/category.svelte new file: src/lib/components/Categories/category2InRow.svelte new file: src/lib/components/Categories/category3InRow.svelte renamed: src/lib/components/Interests/Interests.svelte -> src/lib/components/Categories/interests.svelte modified: src/lib/router/Router.svelte renamed: src/lib/stores/game.js -> src/lib/stores/stores.js modified: src/lib/utils/IdGenerator.js modified: src/lib/utils/api.js renamed: src/lib/utils/database/game.ts -> src/lib/utils/database/experience.ts new file: src/lib/utils/database/preferences.ts modified: src/lib/utils/stores.js new file: src/locales/cz.json new file: src/locales/en.json new file: src/locales/i18n.ts new file: src/locales/languages.ts modified: src/routes/authorization/register/register.svelte modified: src/routes/explore/explore.svelte modified: src/routes/game/Forms/MultiChoiceForm.svelte modified: src/routes/game/Forms/NumberForm.svelte modified: src/routes/game/Forms/Renderer.svelte modified: src/routes/game/Forms/SingleChoiceForm.svelte modified: src/routes/game/Forms/TextForm.svelte renamed: src/routes/game/game.svelte -> src/routes/game/experience.svelte modified: src/routes/homepage/homepage.svelte modified: src/routes/map/map.svelte modified: src/routes/onboarding/interestsPage.svelte modified: src/routes/profile/functions/Interests-Update.svelte Changes not staged for commit: modified: src/lib/utils/parseQuestion.js
2023-03-20 07:44:21 +00:00
"svelte-preprocess-sass": "^2.0.1",
2023-03-15 17:31:20 +00:00
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
2023-04-16 13:29:31 +00:00
"vite": "^3.2.3",
"patch-package": "^6.5.1"
2023-03-15 17:31:20 +00:00
},
"dependencies": {
"@beyonk/svelte-mapbox": "^8.2.0",
"@bytemd/plugin-gfm": "^1.17.4",
"@lottiefiles/svelte-lottie-player": "^0.3.0",
"@popperjs/core": "^2.11.6",
"appwrite": "^10.1.0",
"bytemd": "^1.17.4",
"classnames": "^2.3.2",
"flowbite": "^1.6.3",
"html5-qrcode": "^2.3.0",
"magic-string": "^0.30.0",
2023-03-15 17:31:20 +00:00
"mapbox": "^1.0.0-beta10",
"mapbox-gl": "^2.10.0",
2023-04-16 13:29:31 +00:00
"sorcery": "^0.11.0",
2023-03-15 17:31:20 +00:00
"svelte-appwrite-client": "^0.2.3",
"svelte-check": "^3.1.4",
"svelte-i18n": "^3.6.0",
"svelte-routing": "^1.6.0",
"yallist": "^4.0.0"
}
2022-12-01 11:25:45 +00:00
}