-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "gpt_next",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "vite --host --port 3000",
"preview": "vite preview",
"build": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/devicon": "^1.1.40",
"@types/canvas-confetti": "^1.6.4",
"@types/marked": "^5.0.2",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"canvas-confetti": "^1.9.3",
"dayjs": "^1.11.11",
"dexie": "^3.2.7",
"marked": "^5.1.2",
"pinia": "^2.1.7",
"rehype-katex": "^6.0.3",
"rehype-stringify": "^9.0.4",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"type-check": "^0.4.0",
"uid": "^2.0.2",
"unified": "^10.1.2",
"vue": "^3.4.26",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-slider-component": "4.1.0-beta.7"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/devicon-plain": "^1.1.39",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/svg-spinners": "^1.1.2",
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@mapbox/rehype-prism": "^0.8.0",
"@rushstack/eslint-patch": "^1.10.2",
"@tsconfig/node18": "^2.0.1",
"@types/mapbox__rehype-prism": "^0.8.3",
"@types/node": "^18.19.31",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"@vueuse/core": "^10.9.0",
"axios": "^1.6.8",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"highlight.js": "^11.9.0",
"html2canvas": "^1.4.1",
"ipad-cursor": "^0.4.4",
"katex": "^0.16.10",
"monaco-editor": "^0.44.0",
"notivue": "^1.4.5",
"rehype-highlight": "^6.0.0",
"typescript": "~5.0.4",
"unocss": "^0.59.4",
"vite": "^5.2.11",
"vue-tsc": "^1.8.27"
}
}