-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.17 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "frontend-v5",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"codegen": "graphql-codegen --config codegen.ts",
"postinstall": "patch-package",
"postupdate": "patch-package",
"postuninstall": "patch-package"
},
"type": "module",
"dependencies": {
"@apollo/client": "3.9.6",
"@tiptap/extension-mention": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/suggestion": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"@troplo/vite-version": "^1.0.3",
"@types/chart.js": "^2.9.40",
"@vue/apollo-components": "^4.0.0-beta.10",
"@vue/apollo-composable": "^4.0.0-beta.11",
"@vue/apollo-option": "^4.0.0-beta.9",
"axios": "^1.5.1",
"chart.js": "^4.4.0",
"dayjs": "^1.11.10",
"dom-to-image": "^2.6.0",
"floating-vue": "^2.0.0-beta.24",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.2",
"html2canvas": "^1.4.1",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it-emoji": "^2.0.2",
"patch-package": "^8.0.0",
"pinia": "^2.1.6",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"stats.js": "^0.17.0",
"textarea-caret": "^3.1.0",
"tippy.js": "^6.3.7",
"tiptap-markdown": "^0.8.4",
"v-wave": "^1.5.1",
"vue": "^3.4.3",
"vue-advanced-cropper": "^2.8.8",
"vue-chartjs": "^5.2.0",
"vue-i18n": "9",
"vue-remix-icons": "^3.5.0",
"vue-router": "^4.2.4",
"vue-simple-context-menu": "^4.0.4",
"vue-toastification": "^2.0.0-rc.5",
"vue-use-gesture": "^1.0.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/introspection": "^4.0.0",
"@pinia/testing": "^0.1.3",
"@rollup/plugin-graphql": "^2.0.4",
"@rushstack/eslint-patch": "^1.3.3",
"@testing-library/vue": "^8.0.1",
"@tsconfig/node18": "^18.2.2",
"@types/dom-to-image": "^2.6.6",
"@types/jsdom": "^21.1.3",
"@types/node": "^18.17.17",
"@types/stats.js": "^0.17.2",
"@types/vue-cropperjs": "^4.1.5",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.49.0",
"eslint-plugin-vue": "^9.17.0",
"happy-dom": "^12.10.3",
"jsdom": "^22.1.0",
"npm-run-all2": "^6.0.6",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react": "^18.2.0",
"sass": "^1.69.3",
"tailwindcss": "^3.3.3",
"typescript": "~5.2.0",
"vite": "^5.0.0",
"vite-plugin-entry-shaking": "^0.3.2",
"vitest": "^1.0.4",
"vue-tsc": "^1.8.11",
"vue-tsx-support": "^3.2.0"
}
}