-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.67 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.67 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build ",
"test:e2e": "playwright test",
"test:e2e:headed": "playwright test --headed",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:e2e:report": "playwright show-report"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@rollup/plugin-inject": "^5.0.3",
"axios": "^1.12.0",
"laravel-vite-plugin": "^2.0.1",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.65.1",
"vite": "^7.3.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@icon/themify-icons": "^1.0.1-alpha.3",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.1.3",
"bootstrap5": "^1.1.9",
"bootstrapp": "^0.0.0",
"chart.js": "^4.3.3",
"datatables.net-bs5": "^1.13.6",
"datatables.net-buttons-bs5": "^2.4.1",
"datatables.net-responsive-bs5": "^2.5.0",
"datatables.net-searchbuilder-bs5": "^1.5.0",
"datatables.net-searchpanes-bs5": "^2.2.0",
"datatables.net-select-bs5": "^1.7.0",
"daterangepicker": "^3.1.0",
"flag-icon-css": "^4.1.7",
"flot-spline": "^0.0.1",
"inputmask": "^5.0.8",
"jquery-autocomplete": "^1.2.8",
"jquery-match-height": "^0.7.2",
"jquery.flot": "^0.8.3",
"normalize.css": "^8.0.1",
"pixeden-stroke-7-icon": "^1.2.3",
"select2": "^4.1.0-rc.0",
"select2-theme-bootstrap5": "^0.1.1",
"sweetalert2": "^11.6.13",
"themify-icons": "^1.0.0"
}
}