-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 957 Bytes
/
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
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"apexcharts": "^3.44.2",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"vue": "^3.3.8",
"vue-easy-spinner": "^0.1.0",
"vue-toast-notification": "^3",
"vue3-apexcharts": "^1.4.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-svg-loader": "^5.1.0",
"vue-eslint-parser": "^9.3.2",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.22"
}
}