-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
/
package.json
123 lines (123 loc) · 5.02 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
{
"name": "@coreui/coreui-free-bootstrap-admin-template",
"version": "5.1.1",
"description": "Free Bootstrap Admin Template",
"keywords": [
"admin",
"admin panel",
"admin template",
"bootstrap",
"css",
"dashboard",
"framework",
"front-end",
"responsive",
"sass",
"ui kit",
"webapp"
],
"homepage": "https://coreui.io",
"bugs": {
"url": "https://github.com/coreui/coreui-free-bootstrap-admin-template/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "creativeLabs Łukasz Holeczek",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "CoreUI Core Team",
"url": "https://github.com/orgs/coreui/people"
}
],
"main": "dist/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-free-bootstrap-admin-template.git"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/coreui"
},
{
"type": "subscription",
"url": "hhttps://coreui.io/pricing/?framework=bootstrap"
}
],
"scripts": {
"build": "npm-run-all clean --parallel css js sync --sequential build-vendors",
"build-vendors": "node build/vendors.mjs",
"clean": "rimraf dist",
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-minify*",
"css-compile": "sass --style expanded --source-map --embed-sources --no-error-css --quiet-deps --load-path=node_modules/ src/scss/:dist/css/",
"css-lint": "npm-run-all --continue-on-error --parallel css-lint-*",
"css-lint-stylelint": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --rd",
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
"css-prefix": "postcss --config build/postcss.config.mjs --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"",
"js": "npm-run-all --parallel js-compile* ",
"js-compile": "cross-env babel src/js/ --out-dir dist/js/ --source-maps",
"js-lint": "eslint --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
"localhost": "browser-sync start --server \"./dist\" --serveStatic \"./\" --files \"./dist/\"",
"pug": "node build/pug.mjs",
"release-version": "node build/change-version.mjs",
"serve": "serve dist",
"start": "npm-run-all --sequential clean css js sync --parallel localhost watch",
"sync": "npm-run-all --parallel sync-*",
"sync-assets": "syncdir src/assets dist/assets",
"sync-views": "syncdir src/views dist",
"watch": "npm-run-all --parallel watch-*",
"watch-assets": "nodemon --watch src/assets --exec \"npm run sync-assets\"",
"watch-css": "nodemon --watch scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix\"",
"watch-html": "nodemon --watch src/views --ext html --exec \"npm run sync-views\"",
"watch-js": "nodemon --watch src/js --ext js --exec \"npm-run-all js-lint js-compile\"",
"watch-pug": "nodemon --watch src/pug --ext pug --exec \"npm run pug\"",
"zip": "npm-run-all --sequential build zip-*",
"zip-dist": "cross-env-shell \"rm -rf coreui-free-bootstrap-admin-template-v$npm_package_version-dist coreui-free-bootstrap-admin-template-v$npm_package_version-dist.zip && cp -r dist/ coreui-free-bootstrap-admin-template-v$npm_package_version-dist && zip -qr9 coreui-free-bootstrap-admin-template-v$npm_package_version-dist.zip coreui-free-bootstrap-admin-template-v$npm_package_version-dist && rm -rf coreui-free-bootstrap-admin-template-v$npm_package_version-dist\"",
"zip-src": "git archive -o coreui-free-bootstrap-admin-template-v$npm_package_version.zip -9 HEAD"
},
"dependencies": {
"@coreui/chartjs": "^4.0.0",
"@coreui/coreui": "^5.1.2",
"@coreui/icons": "^3.0.1",
"@coreui/utils": "^2.0.2",
"chart.js": "^4.4.4",
"simplebar": "^6.2.7"
},
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@coreui/vendors-injector": "^1.1.4",
"autoprefixer": "^10.4.20",
"browser-sync": "^3.0.3",
"clean-css-cli": "^5.6.3",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-xo": "^0.45.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-unicorn": "^55.0.0",
"find-unused-sass-variables": "^6.0.0",
"globby": "^14.0.2",
"mkdirp": "^3.0.1",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-drop-empty-css-vars": "^0.0.0",
"prettier": "3.3.3",
"pug": "^3.0.3",
"rimraf": "^6.0.1",
"sass": "^1.79.3",
"serve": "^14.2.3",
"shelljs": "^0.8.5",
"stylelint": "16.9.0",
"stylelint-config-twbs-bootstrap": "^15.0.0",
"sync-directory": "^6.0.5"
}
}