source: trip-planner-front/node_modules/postcss-minify-font-values/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.0 KB
Line 
1{
2 "name": "postcss-minify-font-values",
3 "version": "5.0.1",
4 "description": "Minify font declarations with PostCSS",
5 "main": "dist/index.js",
6 "files": [
7 "dist"
8 ],
9 "author": "Bogdan Chadkin <trysound@yandex.ru>",
10 "license": "MIT",
11 "keywords": [
12 "css",
13 "font",
14 "font-family",
15 "font-weight",
16 "optimise",
17 "postcss-plugin"
18 ],
19 "dependencies": {
20 "postcss-value-parser": "^4.1.0"
21 },
22 "repository": "cssnano/cssnano",
23 "bugs": {
24 "url": "https://github.com/cssnano/cssnano/issues"
25 },
26 "homepage": "https://github.com/cssnano/cssnano",
27 "scripts": {
28 "prebuild": "del-cli dist",
29 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
30 "prepublish": "yarn build"
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 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
42}
Note: See TracBrowser for help on using the repository browser.