Skip to content

Commit

Permalink
Merge pull request #18 from andyjjrt/dev_andyjjrt
Browse files Browse the repository at this point in the history
v2.4.0
  • Loading branch information
andyjjrt authored Feb 26, 2024
2 parents 9817835 + 39462e5 commit bae5bf1
Show file tree
Hide file tree
Showing 16 changed files with 1,441 additions and 1,087 deletions.
31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ojfe",
"private": true,
"version": "2.3.1",
"version": "2.4.0",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
Expand All @@ -10,41 +10,44 @@
"format": "prettier --write ."
},
"dependencies": {
"@guolao/vue-monaco-editor": "^1.4.1",
"@guolao/vue-monaco-editor": "^1.5.1",
"@kangc/v-md-editor": "^2.3.18",
"@monaco-editor/loader": "^1.4.0",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.7.1",
"axios": "^1.6.3",
"@vueuse/core": "^10.8.0",
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"katex": "^0.16.9",
"papaparse": "^5.4.1",
"pinia": "^2.1.7",
"prismjs": "^1.29.0",
"ua-parser-js": "^1.0.37",
"v-calendar": "^3.1.2",
"vue": "^3.4.3",
"vue": "^3.4.19",
"vue-chartjs": "^5.3.0",
"vue-cropper": "^1.1.1",
"vue-i18n": "^9.8.0",
"vue-i18n": "^9.9.1",
"vue-m-message": "^4.0.2",
"vue-router": "^4.2.5",
"vuetify": "^3.4.9"
"vuetify": "^3.5.4"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/katex": "^0.16.7",
"@types/node": "^20.10.6",
"@types/node": "^20.11.19",
"@types/papaparse": "^5.3.14",
"@types/prismjs": "^1.26.3",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-vue": "^5.0.2",
"prettier": "^3.1.1",
"@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.69.6",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite": "^5.1.3",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-pwa": "^0.17.5",
"vite-plugin-vuetify": "^2.0.1",
"vue-tsc": "1.8.27"
"vue-tsc": "1.8.27",
"workbox-window": "^7.0.0"
}
}
Loading

0 comments on commit bae5bf1

Please sign in to comment.