source: frontend/node_modules/postcss-minify-params/package.json

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: 855 bytes
Line 
1{
2 "name": "postcss-minify-params",
3 "version": "5.1.4",
4 "description": "Minify at-rule params with PostCSS",
5 "keywords": [
6 "postcss",
7 "css",
8 "postcss-plugin",
9 "minify",
10 "optimise",
11 "params"
12 ],
13 "main": "src/index.js",
14 "types": "types/index.d.ts",
15 "files": [
16 "src",
17 "LICENSE",
18 "types"
19 ],
20 "author": "Bogdan Chadkin <trysound@yandex.ru>",
21 "license": "MIT",
22 "repository": "cssnano/cssnano",
23 "bugs": {
24 "url": "https://github.com/cssnano/cssnano/issues"
25 },
26 "homepage": "https://github.com/cssnano/cssnano",
27 "dependencies": {
28 "browserslist": "^4.21.4",
29 "cssnano-utils": "^3.1.0",
30 "postcss-value-parser": "^4.2.0"
31 },
32 "engines": {
33 "node": "^10 || ^12 || >=14.0"
34 },
35 "devDependencies": {
36 "postcss": "^8.2.15"
37 },
38 "peerDependencies": {
39 "postcss": "^8.2.15"
40 }
41}
Note: See TracBrowser for help on using the repository browser.