-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 999 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 999 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "admin",
"version": "2.0.0",
"description": "Web starter package suitable for admin applications.",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite build --mode development",
"watch": "vite build --watch --mode development",
"prod": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotkernel/admin.git"
},
"keywords": [],
"author": {
"name": "Dotkernel Team",
"email": "team@dotkernel.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/dotkernel/admin/issues"
},
"homepage": "https://github.com/dotkernel/admin#readme",
"devDependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"jquery": "^4.0.0",
"jquery-migrate": "^4.0.2",
"jquery-sparkline": "^2.4.0",
"lodash": "^4.18.1",
"sass": "^1.77.1",
"sass-embedded": "^1.102.0",
"vite": "^8.0.0",
"vite-plugin-static-copy": "^4.1.0"
}
}