source: trip-planner-front/node_modules/stylehacks/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": "stylehacks",
3 "version": "5.0.1",
4 "description": "Detect/remove browser hacks from CSS files.",
5 "main": "dist/index.js",
6 "files": [
7 "LICENSE-MIT",
8 "dist"
9 ],
10 "scripts": {
11 "prebuild": "del-cli dist",
12 "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
13 "prepublish": "yarn build"
14 },
15 "keywords": [
16 "browsers",
17 "css",
18 "hack",
19 "hacks",
20 "optimise",
21 "postcss",
22 "postcss-plugin",
23 "stylehacks"
24 ],
25 "license": "MIT",
26 "homepage": "https://github.com/cssnano/cssnano",
27 "author": {
28 "name": "Ben Briggs",
29 "email": "beneb.info@gmail.com",
30 "url": "http://beneb.info"
31 },
32 "repository": "cssnano/cssnano",
33 "dependencies": {
34 "browserslist": "^4.16.0",
35 "postcss-selector-parser": "^6.0.4"
36 },
37 "bugs": {
38 "url": "https://github.com/cssnano/cssnano/issues"
39 },
40 "engines": {
41 "node": "^10 || ^12 || >=14.0"
42 },
43 "devDependencies": {
44 "postcss": "^8.2.15"
45 },
46 "peerDependencies": {
47 "postcss": "^8.2.15"
48 },
49 "gitHead": "28c247175032fa03f04911cde56ad82d74d211cc"
50}
Note: See TracBrowser for help on using the repository browser.