Skip to content

Commit

Permalink
Merge pull request #18 from akopachov/ghi-17
Browse files Browse the repository at this point in the history
Implemented #17
  • Loading branch information
akopachov committed Sep 14, 2023
2 parents 265c302 + a4912db commit 0e403a7
Show file tree
Hide file tree
Showing 14 changed files with 666 additions and 194 deletions.
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,51 +28,52 @@
"yarn": "please-use-pnpm"
},
"devDependencies": {
"@floating-ui/dom": "^1.5.1",
"@skeletonlabs/skeleton": "^2.0.0",
"@skeletonlabs/tw-plugin": "^0.1.0",
"@floating-ui/dom": "^1.5.2",
"@skeletonlabs/skeleton": "^2.1.0",
"@skeletonlabs/tw-plugin": "^0.2.0",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.24.1",
"@sveltejs/kit": "1.25.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/papaparse": "^5.3.8",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"async-sema": "^3.1.1",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.1",
"cross-env": "^7.0.3",
"delay": "^6.0.0",
"electron": "^26.1.0",
"electron": "^26.2.1",
"electron-builder": "^24.6.4",
"electron-packager": "^17.1.2",
"electron-reloader": "^1.2.3",
"escape-string-regexp": "^5.0.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-svelte": "^2.33.0",
"eslint-plugin-svelte": "^2.33.1",
"papaparse": "^5.4.1",
"postcss": "^8.4.29",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"promise-retry": "^2.0.1",
"protobufjs": "^7.2.5",
"qr-scanner": "^1.4.2",
"sass": "^1.66.1",
"sass": "^1.67.0",
"smart-buffer": "^4.2.0",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"svelte-dnd-action": "^0.9.28",
"svelte-dnd-action": "^0.9.29",
"svelte-eslint-parser": "^0.33.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"utc-offsets": "^1.0.0",
"uuid": "^9.0.0",
"uuid": "^9.0.1",
"vite": "^4.4.9",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-tailwind-purgecss": "^0.1.3"
Expand Down
Loading

0 comments on commit 0e403a7

Please sign in to comment.