This repository has been archived by the owner on May 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.4 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
72
73
74
75
76
77
78
79
{
"name": "frontend",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit",
"story": "histoire dev --port 3030",
"story:build": "histoire build"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@codemirror/autocomplete": "^6.13.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-python": "^6.1.4",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.25.0",
"@tiptap/pm": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tiptap/vue-3": "^2.2.4",
"@vee-validate/zod": "^4.12.5",
"@vue/apollo-composable": "4.0.1",
"@vueuse/components": "^10.8.0",
"@vueuse/core": "^10.8.0",
"@vueuse/integrations": "^10.8.0",
"@vueuse/math": "^10.8.0",
"@vueuse/router": "^10.8.0",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"naive-ui": "^2.38.1",
"nprogress": "0.2.0",
"pinia": "^2.1.7",
"sortablejs": "^1.15.2",
"vee-validate": "^4.12.5",
"vue": "^3.4.20",
"vue-dompurify-html": "^5.0.1",
"vue-query": "^1.26.0",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@histoire/plugin-vue": "^0.17.12",
"@iconify-json/ant-design": "^1.1.15",
"@iconify-json/bi": "^1.1.23",
"@iconify-json/fa": "^1.1.8",
"@iconify-json/fa6-brands": "^1.1.18",
"@iconify-json/fa6-regular": "^1.1.18",
"@iconify-json/fa6-solid": "^1.1.20",
"@iconify-json/fluent": "^1.1.49",
"@iconify-json/iconoir": "^1.1.41",
"@iconify-json/material-symbols": "^1.1.73",
"@iconify-json/ri": "^1.1.20",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.20",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
"histoire": "^0.17.9",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unplugin-icons": "^0.18.5",
"vite": "^5.1.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^1.8.27"
},
"type": "module"
}