-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.81 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.81 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
{
"private": true,
"license": "MIT",
"scripts": {
"production": "npm run build",
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.3",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.13",
"baseline-browser-mapping": "^2.9.11",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^10.5.0",
"laravel-vite-plugin": "^2.0.1",
"postcss": "^8.4.31",
"sass": "^1.57.1",
"vite": "^7.3.0"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.40",
"@coreui/coreui": "^4.3",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@popperjs/core": "^2.11.6",
"axios": "^1.13.5",
"bootstrap": "^5.3.8",
"datatables-contextual-actions": "github:kantorge/datatables-contextual-actions#custom_package",
"datatables.net-bs5": "^2.3.3",
"datatables.net-plugins": "^2.3.6",
"datatables.net-responsive-bs5": "^3.0.5",
"datatables.net-select-bs5": "^3.0.1",
"datatables.net-vue3": "^3.0.4",
"driver.js": "^1.3.6",
"flag-icons": "^7.5.0",
"jquery": "^3.6.3",
"jquery-csv": "^1.0.21",
"json-rules-engine": "^7.2.1",
"jstree": "^3.3.17",
"mathjs": "^12.4.3",
"rrule": "^2.7.1",
"select2": "^4.0.13",
"select2-bootstrap-5-theme": "^1.3.0",
"sweetalert2": "^11.22.4",
"v-calendar": "npm:@angelblanco/v-calendar@3.1.3",
"vanillajs-datepicker": "^1.3.4",
"vform": "^2.1.2",
"vue": "^3.5.20"
}
}