source: trip-planner-front/node_modules/postcss-svgo/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: 1.1 KB
Line 
1{
2 "name": "postcss-svgo",
3 "version": "5.0.2",
4 "description": "Optimise inline SVG 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 "keywords": [
16 "css",
17 "minify",
18 "optimise",
19 "postcss",
20 "postcss-plugin",
21 "svg",
22 "svgo"
23 ],
24 "license": "MIT",
25 "homepage": "https://github.com/cssnano/cssnano",
26 "author": {
27 "name": "Ben Briggs",
28 "email": "beneb.info@gmail.com",
29 "url": "http://beneb.info"
30 },
31 "repository": "cssnano/cssnano",
32 "dependencies": {
33 "postcss-value-parser": "^4.1.0",
34 "svgo": "^2.3.0"
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.