@chocolatey-software/ccm 2.1.0 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CREDITS.json +15 -15
- package/CREDITS.md +24 -24
- package/CREDITS.pdf +0 -0
- package/dist/css/ccm.css +276 -59
- package/dist/css/ccm.min.css +10 -10
- package/package.json +62 -66
package/package.json
CHANGED
|
@@ -1,67 +1,63 @@
|
|
|
1
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
|
-
"README.md",
|
|
65
|
-
"dist/"
|
|
66
|
-
]
|
|
67
|
-
}
|
|
2
|
+
"name": "@chocolatey-software/ccm",
|
|
3
|
+
"version": "2.5.2",
|
|
4
|
+
"description": "Chocolatey Software theme assets for use on Chocolatey Central Management",
|
|
5
|
+
"author": "Chocolatey Software (https://chocolatey.org/)",
|
|
6
|
+
"homepage": "https://github.com/chocolatey/choco-theme/blob/main/packages/ccm#readme",
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"devDependencies": {
|
|
9
|
+
"@types/bootstrap": "^5.2.10",
|
|
10
|
+
"@types/jquery": "^3",
|
|
11
|
+
"@types/jstree": "^3",
|
|
12
|
+
"@types/luxon": "^3",
|
|
13
|
+
"@types/mustache": "^4",
|
|
14
|
+
"@types/prismjs": "^1",
|
|
15
|
+
"@types/signalr": "^2.4.3",
|
|
16
|
+
"@types/sortablejs": "^1",
|
|
17
|
+
"@types/timeago": "^1",
|
|
18
|
+
"@types/underscore": "^1",
|
|
19
|
+
"license-report": "^6.8.0"
|
|
20
|
+
},
|
|
21
|
+
"dependencies": {
|
|
22
|
+
"@eonasdan/tempus-dominus": "^6.10.4",
|
|
23
|
+
"@fortawesome/fontawesome-free": "^7.2.0",
|
|
24
|
+
"@microsoft/signalr": "^9.0.6",
|
|
25
|
+
"@popperjs/core": "^2.11.8",
|
|
26
|
+
"abp-web-resources": "^5.9.3",
|
|
27
|
+
"block-ui": "^2.70.1",
|
|
28
|
+
"bootstrap": "^5.3.8",
|
|
29
|
+
"clipboard": "^2.0.11",
|
|
30
|
+
"cropperjs": "^1.6.2",
|
|
31
|
+
"datatables.net-bs5": "^2.3.3",
|
|
32
|
+
"datatables.net-dt": "^2.3.3",
|
|
33
|
+
"fuse.js": "^7.1.0",
|
|
34
|
+
"jquery": "^3.7.1",
|
|
35
|
+
"jquery-serializejson": "^3.2.1",
|
|
36
|
+
"jquery-validation": "1.21.0",
|
|
37
|
+
"jstree": "^3.3.17",
|
|
38
|
+
"luxon": "^3.7.1",
|
|
39
|
+
"moment": "^2.30.1",
|
|
40
|
+
"moment-timezone": "^0.6.0",
|
|
41
|
+
"mustache": "^4.2.0",
|
|
42
|
+
"prismjs": "^1.30.0",
|
|
43
|
+
"pwstrength-bootstrap": "^3.1.3",
|
|
44
|
+
"sortablejs": "^1.15.7",
|
|
45
|
+
"spin.js": "^4.1.2",
|
|
46
|
+
"sweetalert2": "^11.26.21",
|
|
47
|
+
"timeago": "^1.6.7",
|
|
48
|
+
"underscore": "^1.13.8"
|
|
49
|
+
},
|
|
50
|
+
"scripts": {
|
|
51
|
+
"credits-rename": "npx tsx build/functions/credits-rename.ts",
|
|
52
|
+
"credits": "echo 🚀 Generating the CREDITS.json file... && yarn credits-rename && license-report --only=prod --fields=name --fields=link --fields=installedVersion --fields=licenseType --output=json > CREDITS.json && npx tsx build/credits.ts && echo ✅ CREDITS.json file generated successfully"
|
|
53
|
+
},
|
|
54
|
+
"files": [
|
|
55
|
+
"CREDITS.json",
|
|
56
|
+
"CREDITS.md",
|
|
57
|
+
"CREDITS.pdf",
|
|
58
|
+
"LICENSE",
|
|
59
|
+
"package.json",
|
|
60
|
+
"README.md",
|
|
61
|
+
"dist/"
|
|
62
|
+
]
|
|
63
|
+
}
|