source: trip-planner-front/node_modules/postcss-merge-rules/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1{
2 "name": "postcss-merge-rules",
3 "version": "5.0.2",
4 "description": "Merge CSS rules with PostCSS.",
5 "main": "dist/index.js",
6 "files": [
7 "LICENSE-MIT",
8 "dist"
9 ],
10 "scripts": {
11 "prebuild": "del-cli dist",
12 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
13 "prepublish": "yarn build"
14 },
15 "keywords": [
16 "css",
17 "optimise",
18 "postcss",
19 "postcss-plugin"
20 ],
21 "license": "MIT",
22 "homepage": "https://github.com/cssnano/cssnano",
23 "author": {
24 "name": "Ben Briggs",
25 "email": "beneb.info@gmail.com",
26 "url": "http://beneb.info"
27 },
28 "repository": "cssnano/cssnano",
29 "dependencies": {
30 "browserslist": "^4.16.6",
31 "caniuse-api": "^3.0.0",
32 "cssnano-utils": "^2.0.1",
33 "postcss-selector-parser": "^6.0.5",
34 "vendors": "^1.0.3"
35 },
36 "bugs": {
37 "url": "https://github.com/cssnano/cssnano/issues"
38 },
39 "engines": {
40 "node": "^10 || ^12 || >=14.0"
41 },
42 "devDependencies": {
43 "postcss": "^8.2.15"
44 },
45 "peerDependencies": {
46 "postcss": "^8.2.15"
47 },
48 "gitHead": "9b3c54fd94f3e2bdb503d1e21f171d7fe02f33ca"
49}
Note: See TracBrowser for help on using the repository browser.