-
Notifications
You must be signed in to change notification settings - Fork 380
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.79 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
58
{
"name": "concept-modern",
"version": "5.0.0",
"description": "Concept - Modern Bootstrap 5 Admin Dashboard Template",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/fix-paths-universal.js",
"preview": "vite preview",
"clean": "rm -rf dist",
"lint": "eslint 'src/**/*.js' --fix",
"format": "prettier --write 'src/**/*.{js,html,hbs,scss,css,json}'",
"lint:check": "eslint 'src/**/*.js'",
"format:check": "prettier --check 'src/**/*.{js,html,hbs,scss,css,json}'",
"lint:html": "npm run build --silent && html-validate \"dist/**/*.html\""
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"html-validate": "^11.6.2",
"prettier": "^3.9.6",
"sass": "^1.102.0",
"terser": "^5.49.2",
"vite": "^8.2.1",
"vite-plugin-handlebars": "^2.0.3"
},
"overrides": {
"vite-plugin-handlebars": {
"esbuild": "^0.25.0"
},
"js-yaml": "^4.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.3.1",
"@fullcalendar/bootstrap5": "^6.1.20",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"datatables.net": "^3.0.1",
"datatables.net-bs5": "^3.0.1",
"datatables.net-buttons": "^4.0.1",
"datatables.net-buttons-bs5": "^4.0.1",
"datatables.net-responsive": "^4.0.1",
"datatables.net-responsive-bs5": "^4.0.1",
"jszip": "^3.10.1",
"quill": "2.0.2",
"sortablejs": "^1.15.7",
"tom-select": "^2.6.2"
},
"license": "MIT"
}