|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.1 KB
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "cssnano",
|
|---|
| 3 | "version": "5.1.15",
|
|---|
| 4 | "description": "A modular minifier, built on top of the PostCSS ecosystem.",
|
|---|
| 5 | "main": "src/index.js",
|
|---|
| 6 | "types": "types/index.d.ts",
|
|---|
| 7 | "funding": {
|
|---|
| 8 | "type": "opencollective",
|
|---|
| 9 | "url": "https://opencollective.com/cssnano"
|
|---|
| 10 | },
|
|---|
| 11 | "keywords": [
|
|---|
| 12 | "css",
|
|---|
| 13 | "compress",
|
|---|
| 14 | "minify",
|
|---|
| 15 | "optimise",
|
|---|
| 16 | "optimisation",
|
|---|
| 17 | "postcss",
|
|---|
| 18 | "postcss-plugin"
|
|---|
| 19 | ],
|
|---|
| 20 | "license": "MIT",
|
|---|
| 21 | "dependencies": {
|
|---|
| 22 | "lilconfig": "^2.0.3",
|
|---|
| 23 | "yaml": "^1.10.2",
|
|---|
| 24 | "cssnano-preset-default": "^5.2.14"
|
|---|
| 25 | },
|
|---|
| 26 | "homepage": "https://github.com/cssnano/cssnano",
|
|---|
| 27 | "author": {
|
|---|
| 28 | "name": "Ben Briggs",
|
|---|
| 29 | "email": "beneb.info@gmail.com",
|
|---|
| 30 | "url": "http://beneb.info"
|
|---|
| 31 | },
|
|---|
| 32 | "repository": "cssnano/cssnano",
|
|---|
| 33 | "files": [
|
|---|
| 34 | "src",
|
|---|
| 35 | "LICENSE-MIT",
|
|---|
| 36 | "types"
|
|---|
| 37 | ],
|
|---|
| 38 | "bugs": {
|
|---|
| 39 | "url": "https://github.com/cssnano/cssnano/issues"
|
|---|
| 40 | },
|
|---|
| 41 | "engines": {
|
|---|
| 42 | "node": "^10 || ^12 || >=14.0"
|
|---|
| 43 | },
|
|---|
| 44 | "devDependencies": {
|
|---|
| 45 | "autoprefixer": "^10.4.12",
|
|---|
| 46 | "postcss": "^8.2.15",
|
|---|
| 47 | "cssnano-preset-lite": "^2.1.3",
|
|---|
| 48 | "cssnano-preset-advanced": "^5.3.10"
|
|---|
| 49 | },
|
|---|
| 50 | "peerDependencies": {
|
|---|
| 51 | "postcss": "^8.2.15"
|
|---|
| 52 | }
|
|---|
| 53 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.