-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 850 Bytes
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
{
"private": true,
"type": "module",
"license": "GPL-3.0-or-later",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^6.0.1",
"axios": "^1.6.4",
"bootstrap": "^5.2.3",
"laravel-vite-plugin": "^2.0.1",
"path": "^0.12.7",
"sass": "^1.97.1",
"vite": "^7.3.0",
"vue": "^3.2.37"
},
"dependencies": {
"bs5-lightbox": "^1.8.3",
"chart.js": "^4.4.3",
"leaflet": "^1.9.4",
"remixicon": "^4.7.0",
"sortablejs": "^1.15.2",
"three": "0.150.0",
"tiny-slider": "^2.9.4",
"vazir-xui": "^1.0.0",
"vazirmatn": "^33.0.3",
"vue-toast-notification": "^3.1.2",
"vuex": "^4.0.2"
}
}