source: frontend/node_modules/stylehacks/package.json@ 9af201e

Last change on this file since 9af201e was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 922 bytes
Line 
1{
2 "name": "stylehacks",
3 "version": "5.1.1",
4 "description": "Detect/remove browser hacks from CSS files.",
5 "main": "src/index.js",
6 "types": "types/index.d.ts",
7 "files": [
8 "LICENSE-MIT",
9 "src",
10 "types"
11 ],
12 "keywords": [
13 "browsers",
14 "css",
15 "hack",
16 "hacks",
17 "optimise",
18 "postcss",
19 "postcss-plugin",
20 "stylehacks"
21 ],
22 "license": "MIT",
23 "homepage": "https://github.com/cssnano/cssnano",
24 "author": {
25 "name": "Ben Briggs",
26 "email": "beneb.info@gmail.com",
27 "url": "http://beneb.info"
28 },
29 "repository": "cssnano/cssnano",
30 "dependencies": {
31 "browserslist": "^4.21.4",
32 "postcss-selector-parser": "^6.0.4"
33 },
34 "bugs": {
35 "url": "https://github.com/cssnano/cssnano/issues"
36 },
37 "engines": {
38 "node": "^10 || ^12 || >=14.0"
39 },
40 "devDependencies": {
41 "postcss": "^8.2.15"
42 },
43 "peerDependencies": {
44 "postcss": "^8.2.15"
45 }
46}
Note: See TracBrowser for help on using the repository browser.