-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 744 Bytes
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
{
"name": "admin",
"version": "1.0.0",
"description": "BakeKit backend theme",
"author": "bakewizard <207716455+bakewizard@users.noreply.github.com>",
"license": "MIT",
"devDependencies": {
"sass": "^1.100.0",
"terser": "^5.48.0",
"vite": "^8.0.16"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^7.2.0",
"admin-lte": "^4.0.0",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"inputmask": "^5.0.9",
"sortablejs": "^1.15.7",
"use-bootstrap-select": "^2.2.1",
"vanillajs-datepicker": "^1.3.4"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}