|
1 | 1 | { |
2 | | - "name": "@coreui/icons", |
3 | | - "version": "2.0.1", |
4 | | - "description": "CoreUI Icons Free", |
5 | | - "main": "js/index.js", |
6 | | - "typings": "js/index.d.ts", |
7 | | - "style": "css/all.css", |
8 | | - "sideEffects": false, |
9 | | - "scripts": { |
10 | | - "clean": "rimraf css", |
11 | | - "css": "npm-run-all --parallel css-compile* --sequential css-prefix css-concat css-minify", |
12 | | - "css-compile-brand": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/brand.scss css/brand.css", |
13 | | - "css-compile-flag": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/flag.scss css/flag.css", |
14 | | - "css-compile-free": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/free.scss css/free.css", |
15 | | - "css-prefix": "postcss --config build/postcss.config.js --replace \"css/*.css\" \"!css/*.min.css\"", |
16 | | - "css-concat": "concat -o css/all.css css/free.css css/brand.css css/flag.css", |
17 | | - "css-minify": "cleancss -O1 --format breakWith=lf --source-map --source-map-inline-sources --output css/ --batch --batch-suffix \".min\" \"css/*.css\" \"!css/*.min.css\"", |
18 | | - "build": "npm-run-all --sequential clean css" |
19 | | - }, |
20 | | - "repository": { |
21 | | - "type": "git", |
22 | | - "url": "git+https://github.com/coreui/coreui-icons.git" |
23 | | - }, |
24 | | - "keywords": [ |
25 | | - "Icons", |
26 | | - "Font", |
27 | | - "Face", |
28 | | - "Svg", |
29 | | - "Vector" |
30 | | - ], |
31 | | - "author": { |
32 | | - "name": "creativeLabs Łukasz Holeczek", |
33 | | - "url": "https://coreui.io", |
34 | | - "github": "https://github.com/coreui", |
35 | | - "twitter": "https://twitter.com/core_ui" |
36 | | - }, |
37 | | - "contributors": [ |
38 | | - { |
39 | | - "name": "Jazzy Innovations sp. z o.o.", |
40 | | - "url": "https://jazzy.pro" |
41 | | - }, |
42 | | - { |
43 | | - "name": "CoreUI Team", |
44 | | - "url": "https://github.com/orgs/coreui/people/" |
45 | | - } |
46 | | - ], |
47 | | - "license": "MIT", |
48 | | - "bugs": { |
49 | | - "url": "https://github.com/coreui/coreui-icons/issues" |
50 | | - }, |
51 | | - "homepage": "https://github.com/coreui/coreui-icons#readme", |
| 2 | + "name": "root", |
| 3 | + "private": true, |
52 | 4 | "devDependencies": { |
53 | | - "clean-css-cli": "^5.2.2", |
54 | | - "concat": "^1.0.3", |
55 | | - "node-sass": "^5.0.0", |
56 | | - "npm-run-all": "^4.1.5", |
57 | | - "postcss": "^8.2.8", |
58 | | - "postcss-cli": "^8.3.1", |
59 | | - "rimraf": "^3.0.2", |
60 | | - "stylelint": "^13.12.0", |
61 | | - "stylelint-config-recommended-scss": "^4.2.0", |
62 | | - "stylelint-config-standard": "^21.0.0", |
63 | | - "stylelint-order": "^4.1.0", |
64 | | - "stylelint-scss": "^3.19.0" |
65 | | - }, |
66 | | - "files": [ |
67 | | - "css/", |
68 | | - "fonts/", |
69 | | - "js/", |
70 | | - "scss/", |
71 | | - "sprites/", |
72 | | - "svg/" |
73 | | - ] |
| 5 | + "lerna": "^4.0.0" |
| 6 | + } |
74 | 7 | } |
0 commit comments