-
Notifications
You must be signed in to change notification settings - Fork 244
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.95 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "kiaalap",
"version": "2.3.0",
"description": "Modern Bootstrap 5 Education Management Dashboard - Free admin dashboard template",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "vite",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -rf dist",
"lint:html": "html-validate \"*.html\"",
"lint:css": "stylelint \"src/scss/**/*.scss\"",
"lint:js": "eslint \"src/js/**/*.js\"",
"format": "prettier --write \"src/**/*.{js,scss,html}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/puikinsh/kiaalap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/puikinsh/kiaalap/issues"
},
"homepage": "https://github.com/puikinsh/kiaalap#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"@popperjs/core": "^2.11.8",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.1",
"countup.js": "^2.9.0",
"cropperjs": "^1.6.2",
"dayjs": "^1.11.19",
"filepond": "^4.32.11",
"fullcalendar": "^6.1.20",
"leaflet": "^1.9.4",
"metismenu": "^3.1.0",
"quill": "^2.0.3",
"sass": "^1.97.3",
"simple-datatables": "^10.2.0",
"simplebar": "^6.3.3",
"swiper": "^12.1.0",
"tom-select": "^2.4.6"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"autoprefixer": "^10.4.24",
"cssnano": "^7.1.2",
"eslint": "^10.0.0",
"glob": "^13.0.2",
"globals": "^17.3.0",
"html-validate": "^10.7.0",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"stylelint": "^17.2.0",
"stylelint-config-standard-scss": "^17.0.0",
"terser": "^5.46.0",
"vite": "^7.3.1",
"vite-plugin-handlebars": "^2.0.0"
},
"overrides": {
"vite-plugin-handlebars": {
"vite": "$vite"
}
}
}