source: frontend/node_modules/postcss-reduce-initial/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: 1008 bytes
Line 
1{
2 "name": "postcss-reduce-initial",
3 "version": "5.1.2",
4 "description": "Reduce initial definitions to the actual initial value, where possible.",
5 "main": "src/index.js",
6 "types": "types/index.d.ts",
7 "files": [
8 "src",
9 "LICENSE-MIT",
10 "types"
11 ],
12 "keywords": [
13 "css",
14 "postcss",
15 "postcss-plugin"
16 ],
17 "license": "MIT",
18 "homepage": "https://github.com/cssnano/cssnano",
19 "author": {
20 "name": "Ben Briggs",
21 "email": "beneb.info@gmail.com",
22 "url": "http://beneb.info"
23 },
24 "repository": "cssnano/cssnano",
25 "dependencies": {
26 "browserslist": "^4.21.4",
27 "caniuse-api": "^3.0.0"
28 },
29 "bugs": {
30 "url": "https://github.com/cssnano/cssnano/issues"
31 },
32 "engines": {
33 "node": "^10 || ^12 || >=14.0"
34 },
35 "devDependencies": {
36 "@types/caniuse-api": "^3.0.2",
37 "html-to-text": "^8.2.0",
38 "postcss": "^8.2.15"
39 },
40 "peerDependencies": {
41 "postcss": "^8.2.15"
42 },
43 "scripts": {
44 "acquire": "node ./src/script/acquire.mjs"
45 }
46}
Note: See TracBrowser for help on using the repository browser.