-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharikaim-package.json
56 lines (56 loc) · 1.3 KB
/
arikaim-package.json
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
{
"title": "Control Panel",
"name": "system",
"package-type": "template",
"description": "Arikaim CMS Control Panel",
"repository": "https://github.com/arikaim/system-template.git",
"version": "1.11.9",
"icon": "sliders horizontals",
"image": {
"src": "",
"alt": ""
},
"languages": [
"en"
],
"require": {
"library": [
"arikaim",
"arikaim-ui",
"jquery",
"highlight",
"jquery-ui",
"fomantic",
"tailwind",
"filepond"
],
"extensions": [
"dashboard"
]
},
"include": {
"css": [
"admin.css"
],
"js": [
"control-panel.js"
],
"components": [
"semantic~language.translate",
"semantic~modal"
],
"library": [
"jquery",
"jquery-ui",
"arikaim:admin",
"arikaim-ui",
"fomantic",
"highlight:github",
"filepond",
"markdown-editor",
"tailwind",
"tailwind:colors",
"tailwind:size"
]
}
}