Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Caojiahao-Coder committed Feb 15, 2024
2 parents 2db9361 + 6a6048e commit ba6663a
Show file tree
Hide file tree
Showing 91 changed files with 4,547 additions and 3,860 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ coverage
src/pages/Test.vue

.env

/src/demo/
41 changes: 22 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpt_next",
"version": "1.3.9",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite --host --port 3000",
Expand All @@ -11,10 +11,12 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/marked": "^5.0.2",
"@vercel/analytics": "^1.1.1",
"@vercel/analytics": "^1.1.3",
"canvas-confetti": "^1.9.2",
"dayjs": "^1.11.10",
"dexie": "^3.2.4",
"dexie": "^3.2.5",
"marked": "^5.1.2",
"pinia": "^2.1.7",
"rehype-katex": "^6.0.3",
Expand All @@ -26,44 +28,45 @@
"type-check": "^0.4.0",
"uid": "^2.0.2",
"unified": "^10.1.2",
"vue": "^3.3.9",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
"vue": "^3.4.19",
"vue-i18n": "^9.9.1",
"vue-router": "^4.2.5",
"vue-slider-component": "4.1.0-beta.7"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify-json/carbon": "^1.1.22",
"@iconify-json/devicon-plain": "^1.1.25",
"@iconify-json/simple-icons": "^1.1.82",
"@iconify-json/carbon": "^1.1.30",
"@iconify-json/devicon-plain": "^1.1.34",
"@iconify-json/simple-icons": "^1.1.91",
"@iconify-json/svg-spinners": "^1.1.2",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@mapbox/rehype-prism": "^0.8.0",
"@rushstack/eslint-patch": "^1.6.0",
"@rushstack/eslint-patch": "^1.7.2",
"@tsconfig/node18": "^2.0.1",
"@types/axios": "^0.14.0",
"@types/highlight.js": "^10.1.0",
"@types/html2canvas": "^1.0.0",
"@types/mapbox__rehype-prism": "^0.8.3",
"@types/node": "^18.18.13",
"@types/node": "^18.19.15",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"@vueuse/core": "^10.7.2",
"axios": "^1.6.7",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"highlight.js": "^11.9.0",
"html2canvas": "^1.4.1",
"ipad-cursor": "^0.4.4",
"katex": "^0.16.9",
"monaco-editor": "^0.44.0",
"notivue": "^1.4.4",
"notivue": "^1.4.5",
"rehype-highlight": "^6.0.0",
"typescript": "~5.0.4",
"unocss": "^0.52.7",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
"vite": "^4.5.2",
"vue-tsc": "^1.8.27"
}
}
Loading

0 comments on commit ba6663a

Please sign in to comment.