Skip to content

Commit

Permalink
Add tick calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
Dianliang233 committed Jul 14, 2024
1 parent 6ffb72c commit 5b11b0b
Show file tree
Hide file tree
Showing 6 changed files with 1,269 additions and 736 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
"@floating-ui/vue": "^1.1.1",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-bold": "^2.4.0",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-document": "^2.4.0",
"@tiptap/extension-dropcursor": "^2.4.0",
"@tiptap/extension-gapcursor": "^2.4.0",
"@tiptap/extension-hard-break": "^2.4.0",
"@tiptap/extension-highlight": "^2.4.0",
"@tiptap/extension-history": "^2.4.0",
"@tiptap/extension-italic": "^2.4.0",
"@tiptap/extension-paragraph": "^2.4.0",
"@tiptap/extension-strike": "^2.4.0",
"@tiptap/extension-text": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/vue-3": "^2.4.0",
"@tiptap/core": "^3.0.0",
"@tiptap/extension-bold": "^3.0.0",
"@tiptap/extension-color": "^3.0.0",
"@tiptap/extension-document": "^3.0.0",
"@tiptap/extension-dropcursor": "^3.0.0",
"@tiptap/extension-gapcursor": "^3.0.0",
"@tiptap/extension-hard-break": "^3.0.0",
"@tiptap/extension-highlight": "^3.0.0",
"@tiptap/extension-history": "^3.0.0",
"@tiptap/extension-italic": "^3.0.0",
"@tiptap/extension-paragraph": "^3.0.0",
"@tiptap/extension-strike": "^3.0.0",
"@tiptap/extension-text": "^3.0.0",
"@tiptap/extension-text-style": "^3.0.0",
"@tiptap/extension-underline": "^3.0.0",
"@tiptap/pm": "^3.0.0",
"@tiptap/vue-3": "^3.0.0",
"@vueuse/core": "^10.11.0",
"@wikimedia/codex": "^1.8.0",
"@wikimedia/codex-design-tokens": "^1.8.0",
"@wikimedia/codex-icons": "^1.8.0",
"@wikimedia/codex": "^1.9.0",
"@wikimedia/codex-design-tokens": "^1.9.0",
"@wikimedia/codex-icons": "^1.9.0",
"comlink": "^4.4.1",
"d3": "^7.9.0",
"three": "^0.162.0",
Expand All @@ -57,8 +57,8 @@
"@types/leaflet": "^1.9.12",
"@types/node": "^20.14.10",
"@types/three": "^0.162.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitejs/plugin-vue": "^5.0.5",
"@vue-macros/volar": "^0.23.1",
"@vue/eslint-config-prettier": "^9.0.0",
Expand All @@ -68,12 +68,12 @@
"babel-preset-typescript-vue3": "^2.0.17",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"glob": "^10.4.3",
"glob": "^11.0.0",
"leaflet": "^1.9.4",
"less": "^4.2.0",
"mwn": "^2.0.3",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.2",
Expand All @@ -82,7 +82,7 @@
"unplugin-vue-macros": "^2.9.5",
"vite": "^5.3.3",
"vite-plugin-comlink": "^5.0.1",
"vitest": "^1.6.0",
"vitest": "^2.0.2",
"vue-tsc": "^2.0.26"
}
}
Loading

0 comments on commit 5b11b0b

Please sign in to comment.