-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.63 KB
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
{
"name": "go-mazer",
"version": "1.0.0",
"description": "Frontend assets for go-mazer project",
"module": "views/assets/js/app.ts",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite build --watch",
"preview": "vite preview"
},
"devDependencies": {
"@sweetalert2/theme-dark": "^5.0.15",
"@types/bun": "latest",
"esbuild": "^0.20.0",
"sass": "^1.80.0",
"vite": "^7.3.1",
"vite-plugin-static-copy": "^3.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@icon/dripicons": "^2.0.0-alpha.3",
"apexcharts": "^5.3.6",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.1.1",
"choices.js": "^10.2.0",
"cross-env": "^7.0.3",
"datatables.net": "^1.13.1",
"datatables.net-bs5": "^1.13.1",
"dayjs": "^1.11.10",
"dragula": "^3.7.3",
"feather-icons": "^4.29.1",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-filter": "^1.0.1",
"filepond-plugin-image-preview": "^4.6.11",
"filepond-plugin-image-resize": "^2.0.10",
"flatpickr": "^4.6.13",
"jquery": "^3.7.1",
"jsvectormap": "^1.5.1",
"parsleyjs": "^2.9.2",
"perfect-scrollbar": "^1.5.6",
"quill": "^1.3.7",
"rater-js": "^1.0.1",
"rtlcss": "^4.0.0",
"simple-datatables": "^4.0.8",
"summernote": "0.8.20",
"tinymce": "^6.7.1",
"toastify-js": "^1.12.0",
"sweetalert2": "^11.26.17"
}
}