source: trip-planner-front/node_modules/postcss-reduce-transforms/package.json@ ceaed42

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

initial commit

  • Property mode set to 100644
File size: 1021 bytes
Line 
1{
2 "name": "postcss-reduce-transforms",
3 "version": "5.0.1",
4 "description": "Reduce transform functions with PostCSS.",
5 "main": "dist/index.js",
6 "scripts": {
7 "prebuild": "del-cli dist",
8 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
9 "prepublish": "yarn build"
10 },
11 "files": [
12 "LICENSE-MIT",
13 "dist"
14 ],
15 "license": "MIT",
16 "homepage": "https://github.com/cssnano/cssnano",
17 "author": {
18 "name": "Ben Briggs",
19 "email": "beneb.info@gmail.com",
20 "url": "http://beneb.info"
21 },
22 "repository": "cssnano/cssnano",
23 "dependencies": {
24 "cssnano-utils": "^2.0.1",
25 "postcss-value-parser": "^4.1.0"
26 },
27 "bugs": {
28 "url": "https://github.com/cssnano/cssnano/issues"
29 },
30 "engines": {
31 "node": "^10 || ^12 || >=14.0"
32 },
33 "devDependencies": {
34 "postcss": "^8.2.15"
35 },
36 "peerDependencies": {
37 "postcss": "^8.2.15"
38 },
39 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
40}
Note: See TracBrowser for help on using the repository browser.