1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-09-01 12:22:51 +02:00

refactor: set-up lerna monorepo

This commit is contained in:
Łukasz Holeczek
2021-10-16 18:22:29 +02:00
parent d56257e1d3
commit cb84c6931e
4815 changed files with 84 additions and 71 deletions

6
lerna.json Normal file
View File

@@ -0,0 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "0.0.0"
}

View File

@@ -1,74 +1,7 @@
{ {
"name": "@coreui/icons", "name": "root",
"version": "2.0.1", "private": true,
"description": "CoreUI Icons Free",
"main": "js/index.js",
"typings": "js/index.d.ts",
"style": "css/all.css",
"sideEffects": false,
"scripts": {
"clean": "rimraf css",
"css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify",
"css-compile-brand": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/brand.scss css/brand.css",
"css-compile-flag": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/flag.scss css/flag.css",
"css-compile-free": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/free.scss css/free.css",
"css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"",
"css-concat": "concat -o css/all.css css/free.css css/brand.css css/flag.css",
"css-minify": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\"",
"build": "npm-run-all --sequential clean css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-icons.git"
},
"keywords": [
"Icons",
"Font",
"Face",
"Svg",
"Vector"
],
"author": {
"name": "creativeLabs Łukasz Holeczek",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "Jazzy Innovations sp. z o.o.",
"url": "https://jazzy.pro"
},
{
"name": "CoreUI Team",
"url": "https://github.com/orgs/coreui/people/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/coreui/coreui-icons/issues"
},
"homepage": "https://github.com/coreui/coreui-icons#readme",
"devDependencies": { "devDependencies": {
"clean-css-cli": "^5.2.2", "lerna": "^4.0.0"
"concat": "^1.0.3", }
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.8",
"postcss-cli": "^8.3.1",
"rimraf": "^3.0.2",
"stylelint": "^13.12.0",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^21.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.19.0"
},
"files": [
"css/",
"fonts/",
"js/",
"scss/",
"sprites/",
"svg/"
]
} }

View File

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 3.2 MiB

View File

Before

Width:  |  Height:  |  Size: 545 KiB

After

Width:  |  Height:  |  Size: 545 KiB

Some files were not shown because too many files have changed in this diff Show More