-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "frontend",
"version": "1.2.2",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@achrinza/node-ipc": "github:achrinza/node-ipc",
"@mdi/font": "7.4.47",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"clipboard": "^2.0.11",
"core-js": "^3.40.0",
"moment": "^2.30.1",
"notivue": "^2.4.5",
"pinia": "^3.0.1",
"qrcode.vue": "^3.6.0",
"roboto-fontface": "^0.10.0",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0",
"vue3-persian-datetime-picker": "^1.2.2",
"vuetify": "^3.7.12"
},
"devDependencies": {
"@babel/types": "^7.26.8",
"@types/node": "^22.13.4",
"@vitejs/plugin-vue": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"material-design-icons-iconfont": "^6.7.0",
"sass": "1.84.0",
"typescript": "^5.7.3",
"unplugin-fonts": "^1.3.1",
"vite": "^6.1.0",
"vite-plugin-vuetify": "^2.1.0",
"vue-tsc": "^2.2.0"
}
}