Merge branch 'main' of github.com:jcalixte/loopycode

This commit is contained in:
Julien Calixte
2023-07-06 11:04:21 +02:00
42 changed files with 2855 additions and 628 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "loopycode",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
@@ -15,8 +15,8 @@
"format": "prettier --write src/"
},
"dependencies": {
"@vueuse/core": "^10.1.0",
"@vueuse/math": "^10.1.0",
"@vueuse/core": "^10.1.2",
"@vueuse/math": "^10.1.2",
"bulma": "^0.9.4",
"nanoid": "^4.0.2",
"pinia": "^2.0.35",
@@ -32,10 +32,10 @@
"@types/jsdom": "^21.1.1",
"@types/node": "^18.14.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vitest/browser": "^0.30.1",
"@vitest/ui": "^0.30.1",
"@vitest/browser": "^0.31.0",
"@vitest/ui": "^0.31.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.39.0",
@@ -46,6 +46,7 @@
"sass": "^1.62.1",
"typescript": "~4.8.4",
"vite": "^4.3.1",
"vite-plugin-pwa": "^0.14.7",
"vitest": "^0.30.1",
"vue-tsc": "^1.4.4",
"webdriverio": "^8.8.8"