mirror of
https://github.com/coreui/coreui-icons.git
synced 2025-08-31 12:01:46 +02:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "@coreui/icons",
|
|
"version": "1.0.0-alpha.1",
|
|
"description": "Free icons",
|
|
"main": "js/index.js",
|
|
"style": "css/coreui-icons.css",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-minify*",
|
|
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/coreui-icons.scss css/coreui-icons.css",
|
|
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
|
|
"css-minify": "cleancss --level 1 --source-map --source-map-inline-sources --output css/coreui-icons.min.css css/coreui-icons.css",
|
|
"dist": "npm-run-all --parallel css",
|
|
"watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\"",
|
|
"build-js-files": "node build/build-js-files.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/coreui/coreui-icons.git"
|
|
},
|
|
"keywords": [
|
|
"Icons",
|
|
"Font",
|
|
"Face",
|
|
"Svg",
|
|
"Vector"
|
|
],
|
|
"author": {
|
|
"name": "Łukasz Holeczek",
|
|
"url": "http://holeczek.pl",
|
|
"github": "https://github.com/mrholek",
|
|
"twitter": "https://twitter.com/lukaszholeczek"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Jazzy Innovations sp. z o.o.",
|
|
"url": "https://jazzy.pro"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/coreui/coreui-icons/issues"
|
|
},
|
|
"homepage": "https://github.com/coreui/coreui-icons#readme",
|
|
"devDependencies": {
|
|
"clean-css-cli": "^4.3.0",
|
|
"node-sass": "^4.13.0",
|
|
"nodemon": "^1.19.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss-cli": "^6.1.3",
|
|
"shelljs": "^0.8.3",
|
|
"stylelint": "^11.1.1",
|
|
"stylelint-config-recommended-scss": "^4.0.0",
|
|
"stylelint-config-standard": "^19.0.0",
|
|
"stylelint-order": "^3.1.1",
|
|
"stylelint-scss": "^3.12.1"
|
|
}
|
|
}
|