-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
140 lines (140 loc) Β· 6.03 KB
/
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "choco-theme",
"version": "0.8.1",
"packageManager": "[email protected]",
"description": "The global theme for Chocolatey Software.",
"repository": {
"type": "git",
"url": "git+https://github.com/chocolatey/choco-theme.git"
},
"author": "Chocolatey Software (https://chocolatey.org/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chocolatey/choco-theme/issues"
},
"homepage": "https://github.com/chocolatey/choco-theme#readme",
"scripts": {
"build": "npm run --silent clean && npm-run-all --parallel --silent css js partials && echo π Build complete",
"change-version": "ts-node build/change-version.ts",
"css": "npm-run-all --sequential --silent css-compile css-minify",
"css-compile": "echo π Compiling SASS... && sass --load-path=node_modules --style=expanded --no-source-map --stop-on-error --quiet scss/:dist/css/ && echo β
SASS compiled",
"css-minify": "echo π Minifying CSS... && npm-run-all --parallel --silent css-minify-atcb-overrides css-minify-boxstarter css-minify-chocolatey css-minify-bootstrap-duallistbox css-minify-jstree css-minify-tempus-dominus css-minify-vendors css-minify-zendesk && echo β
CSS minified",
"css-minify-atcb-overrides": "postcss dist/css/atcb-overrides.css > dist/css/atcb-overrides.min.css",
"css-minify-boxstarter": "postcss dist/css/boxstarter.css > dist/css/boxstarter.min.css",
"css-minify-chocolatey": "postcss dist/css/chocolatey.css > dist/css/chocolatey.min.css",
"css-minify-bootstrap-duallistbox": "postcss dist/css/bootstrap-duallistbox.css > dist/css/bootstrap-duallistbox.min.css",
"css-minify-jstree": "postcss dist/css/jstree.css > dist/css/jstree.min.css",
"css-minify-tempus-dominus": "postcss dist/css/tempus-dominus.css > dist/css/tempus-dominus.min.css",
"css-minify-vendors": "postcss dist/css/vendors.css > dist/css/vendors.min.css",
"css-minify-zendesk": "postcss dist/css/zendesk.css > dist/css/zendesk.min.css",
"clean": "rimraf dist/",
"js": "npm-run-all --parallel --silent js-bundle js-minify && yarn js-content --silent",
"js-bundle": "ts-node build/esbuild.ts",
"js-content": "ts-node build/update-js-content.ts",
"js-minify": "ts-node build/esbuild.ts --minify",
"lint": "npm-run-all --parallel --silent lint-css lint-js",
"lint-css": "echo π Linting SASS... && stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache && echo β
SASS linting complete",
"lint-js": "echo π Linting JS and TS... && eslint js/**/*.{js,ts} && echo β
JS and TS linting complete",
"monitor-ports": "ts-node build/monitor-ports.ts",
"partials": "ts-node build/build-partials.ts",
"preview": "ts-node build/preview.ts",
"preview-choco-theme": "ts-node build/preview-choco-theme.ts",
"preview-link": "ts-node build/preview-link.ts",
"preview-unlink": "ts-node build/preview-unlink.ts",
"preview-upgrade": "ts-node build/preview-upgrade.ts",
"preview-watch": "ts-node build/preview-watch.ts",
"watch": "npm-run-all --parallel watch-css watch-js watch-partials",
"watch-css": "nodemon --watch scss/ --ext scss --exec \"yarn css\"",
"watch-js": "nodemon --watch js/ --ext js,ts --exec \"yarn js\"",
"watch-partials": "nodemon --watch partials/ --ext html --exec \"yarn partials\""
},
"devDependencies": {
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@splidejs/splide-extension-intersection": "^0.2.0",
"@tarekraafat/autocomplete.js": "^10.2.7",
"@types/jstree": "^3",
"@types/mustache": "^4",
"@types/prismjs": "^1.26.0",
"@types/signalr": "^2",
"@types/sortablejs": "^1",
"@types/timeago": "^1",
"@types/underscore": "^1",
"@types/ws": "^8",
"add-to-calendar-button": "^2.6.9",
"anchor-js": "^5.0.0",
"balance-text": "^3.3.1",
"canvas-confetti": "^1.5.1",
"easymde": "^2.16.1",
"http-server": "^14.1.1",
"jquery-validation-unobtrusive": "^4.0.0",
"license-report": "^6.5.0",
"lite-youtube-embed": "^0.3.0",
"mousetrap": "^1.6.5",
"nodemon": "^3.1.0",
"nouislider": "^15.7.0",
"sass": "^1.71.1",
"ws": "^8.17.1"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.9.9",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@fortawesome/fontawesome-free": "^6.1.2",
"@microsoft/signalr": "^8.0.7",
"@playwright/test": "^1.44.1",
"@types/bootstrap": "^5.2.10",
"@types/luxon": "^3.3.0",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"abp-web-resources": "^5.9.2",
"block-ui": "^2.70.1",
"bootstrap": "5.3.3",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"clipboard": "^2.0.11",
"cropperjs": "^1.6.2",
"cssnano": "^6.1.0",
"datatables.net-bs5": "^2.0.8",
"datatables.net-dt": "^2.0.8",
"esbuild": "^0.20.1",
"eslint": "^9.11.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-playwright": "^1.4.1",
"eslint-plugin-promise": "^6.0.0",
"flatpickr": "^4.6.13",
"globals": "^15.9.0",
"jquery": "^3.7.1",
"jquery-serializejson": "^3.2.1",
"jquery-validation": "^1.21.0",
"jstree": "^3.3.16",
"luxon": "^3.0.1",
"marked": "^12.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mustache": "^4.2.0",
"npm-run-all2": "^6.1.2",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"postcss-preset-env": "^9.5.0",
"purgecss": "^6.0.0",
"pwstrength-bootstrap": "^3.1.3",
"rimraf": "^5.0.5",
"sortablejs": "^1.15.2",
"spin.js": "^4.1.2",
"stylelint": "^16.3.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"sweetalert2": "^11.12.3",
"timeago": "^1.6.7",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"underscore": "^1.13.7"
}
}