|
1 | 1 | {
|
2 | 2 | "name": "chatgpt-web",
|
| 3 | + "type": "module", |
3 | 4 | "version": "2.13.3",
|
4 | 5 | "private": false,
|
5 | 6 | "description": "ChatGPT Web",
|
|
26 | 27 | "@antfu/eslint-config": "^0.43.1",
|
27 | 28 | "@commitlint/cli": "^17.4.4",
|
28 | 29 | "@commitlint/config-conventional": "^17.4.4",
|
29 |
| - "@iconify/vue": "^4.1.0", |
30 |
| - "@traptitech/markdown-it-katex": "^3.6.0", |
| 30 | + "@iconify/vue": "^4.1.2", |
31 | 31 | "@types/chart.js": "^2.9.37",
|
32 | 32 | "@types/katex": "^0.16.0",
|
33 |
| - "@types/markdown-it": "^12.2.3", |
| 33 | + "@types/markdown-it": "^14.1.2", |
34 | 34 | "@types/markdown-it-link-attributes": "^3.0.1",
|
35 | 35 | "@types/node": "^18.14.6",
|
36 |
| - "@vitejs/plugin-vue": "^5.0.4", |
37 |
| - "@vueuse/core": "^10.9.0", |
38 |
| - "autoprefixer": "^10.4.13", |
| 36 | + "@vitejs/plugin-vue": "^5.1.4", |
| 37 | + "@vscode/markdown-it-katex": "^1.1.0", |
| 38 | + "@vueuse/core": "^10.11.1", |
| 39 | + "autoprefixer": "^10.4.20", |
39 | 40 | "axios": "^1.6.7",
|
40 | 41 | "chart.js": "^4.3.0",
|
41 | 42 | "dayjs": "^1.11.7",
|
42 | 43 | "eslint": "^8.56.0",
|
43 |
| - "highlight.js": "^11.7.0", |
| 44 | + "highlight.js": "^11.10.0", |
44 | 45 | "html2canvas": "^1.4.1",
|
45 | 46 | "husky": "^8.0.3",
|
46 | 47 | "jwt-decode": "^3.1.2",
|
47 | 48 | "katex": "^0.16.10",
|
48 | 49 | "less": "^4.1.3",
|
49 | 50 | "lint-staged": "^13.1.2",
|
50 |
| - "markdown-it": "^13.0.1", |
| 51 | + "markdown-it": "^14.1.0", |
51 | 52 | "markdown-it-link-attributes": "^4.0.1",
|
52 |
| - "naive-ui": "^2.38.2", |
| 53 | + "naive-ui": "^2.40.1", |
53 | 54 | "npm-run-all": "^4.1.5",
|
54 |
| - "pinia": "^2.0.33", |
55 |
| - "postcss": "^8.4.35", |
| 55 | + "pinia": "^2.2.4", |
| 56 | + "postcss": "^8.4.47", |
56 | 57 | "qrcode.vue": "^3.4.1",
|
57 | 58 | "rimraf": "^4.3.0",
|
58 |
| - "tailwindcss": "^3.4.1", |
| 59 | + "tailwindcss": "^3.4.14", |
59 | 60 | "typescript": "5.3.3",
|
60 |
| - "vite": "^5.1.7", |
61 |
| - "vite-plugin-pwa": "^0.20.0", |
62 |
| - "vue": "^3.4.21", |
63 |
| - "vue-chartjs": "^5.2.0", |
64 |
| - "vue-i18n": "^9.10.1", |
65 |
| - "vue-router": "^4.3.0", |
66 |
| - "vue-tsc": "^2.0.6" |
| 61 | + "vite": "^5.4.10", |
| 62 | + "vite-plugin-pwa": "^0.20.5", |
| 63 | + "vue": "^3.5.12", |
| 64 | + "vue-chartjs": "^5.3.1", |
| 65 | + "vue-i18n": "9.13.1", |
| 66 | + "vue-router": "^4.4.5", |
| 67 | + "vue-tsc": "^2.1.6" |
67 | 68 | },
|
68 | 69 | "lint-staged": {
|
69 | 70 | "*.{ts,tsx,vue}": [
|
|
0 commit comments