|
3 | 3 | "version": "2.13.3",
|
4 | 4 | "private": false,
|
5 | 5 | "description": "ChatGPT Web",
|
6 |
| - "author": "ChenZhaoYu <[email protected]>", |
| 6 | + "author": "ChatGPT Web Contributors <[email protected]>", |
7 | 7 | "keywords": [
|
8 | 8 | "chatgpt-web",
|
9 | 9 | "chatgpt",
|
|
22 | 22 | "common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
|
23 | 23 | "common:prepare": "husky install"
|
24 | 24 | },
|
25 |
| - "dependencies": { |
26 |
| - "@traptitech/markdown-it-katex": "^3.6.0", |
27 |
| - "@vueuse/core": "^9.13.0", |
28 |
| - "chart.js": "^4.3.0", |
29 |
| - "dayjs": "^1.11.7", |
30 |
| - "highlight.js": "^11.7.0", |
31 |
| - "html2canvas": "^1.4.1", |
32 |
| - "jwt-decode": "^3.1.2", |
33 |
| - "katex": "^0.16.4", |
34 |
| - "markdown-it": "^13.0.1", |
35 |
| - "naive-ui": "^2.34.3", |
36 |
| - "pinia": "^2.0.33", |
37 |
| - "qrcode.vue": "^3.4.1", |
38 |
| - "vue": "^3.2.47", |
39 |
| - "vue-chartjs": "^5.2.0", |
40 |
| - "vue-i18n": "^9.2.2", |
41 |
| - "vue-router": "^4.1.6" |
42 |
| - }, |
43 | 25 | "devDependencies": {
|
44 | 26 | "@antfu/eslint-config": "^0.43.1",
|
45 | 27 | "@commitlint/cli": "^17.4.4",
|
46 | 28 | "@commitlint/config-conventional": "^17.4.4",
|
47 | 29 | "@iconify/vue": "^4.1.0",
|
| 30 | + "@traptitech/markdown-it-katex": "^3.6.0", |
48 | 31 | "@types/chart.js": "^2.9.37",
|
49 |
| - "@types/crypto-js": "^4.1.1", |
50 | 32 | "@types/katex": "^0.16.0",
|
51 | 33 | "@types/markdown-it": "^12.2.3",
|
52 | 34 | "@types/markdown-it-link-attributes": "^3.0.1",
|
53 | 35 | "@types/node": "^18.14.6",
|
54 |
| - "@vitejs/plugin-vue": "^4.0.0", |
| 36 | + "@vitejs/plugin-vue": "^5.0.4", |
| 37 | + "@vueuse/core": "^10.9.0", |
55 | 38 | "autoprefixer": "^10.4.13",
|
56 |
| - "axios": "^1.3.4", |
57 |
| - "crypto-js": "^4.1.1", |
| 39 | + "axios": "^1.6.7", |
| 40 | + "chart.js": "^4.3.0", |
| 41 | + "dayjs": "^1.11.7", |
58 | 42 | "eslint": "^8.56.0",
|
| 43 | + "highlight.js": "^11.7.0", |
| 44 | + "html2canvas": "^1.4.1", |
59 | 45 | "husky": "^8.0.3",
|
| 46 | + "jwt-decode": "^3.1.2", |
| 47 | + "katex": "^0.16.4", |
60 | 48 | "less": "^4.1.3",
|
61 | 49 | "lint-staged": "^13.1.2",
|
| 50 | + "markdown-it": "^13.0.1", |
62 | 51 | "markdown-it-link-attributes": "^4.0.1",
|
| 52 | + "naive-ui": "^2.38.1", |
63 | 53 | "npm-run-all": "^4.1.5",
|
64 |
| - "postcss": "^8.4.21", |
65 |
| - "rimraf": "^4.2.0", |
66 |
| - "tailwindcss": "^3.2.7", |
67 |
| - "typescript": "~4.9.5", |
68 |
| - "vite": "^4.2.0", |
69 |
| - "vite-plugin-pwa": "^0.14.4", |
70 |
| - "vue-tsc": "^1.2.0" |
| 54 | + "pinia": "^2.0.33", |
| 55 | + "postcss": "^8.4.35", |
| 56 | + "qrcode.vue": "^3.4.1", |
| 57 | + "rimraf": "^4.3.0", |
| 58 | + "tailwindcss": "^3.4.1", |
| 59 | + "typescript": "5.3.3", |
| 60 | + "vite": "^5.1.5", |
| 61 | + "vite-plugin-pwa": "^0.19.2", |
| 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" |
71 | 67 | },
|
72 | 68 | "lint-staged": {
|
73 | 69 | "*.{ts,tsx,vue}": [
|
|
0 commit comments