Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.6 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "cssnano",
|
---|
3 | "version": "5.0.8",
|
---|
4 | "description": "A modular minifier, built on top of the PostCSS ecosystem.",
|
---|
5 | "main": "dist/index.js",
|
---|
6 | "scripts": {
|
---|
7 | "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
|
---|
8 | "prebuild": "rimraf dist",
|
---|
9 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
|
---|
10 | "prepare": "yarn build"
|
---|
11 | },
|
---|
12 | "funding": {
|
---|
13 | "type": "opencollective",
|
---|
14 | "url": "https://opencollective.com/cssnano"
|
---|
15 | },
|
---|
16 | "keywords": [
|
---|
17 | "css",
|
---|
18 | "compress",
|
---|
19 | "minify",
|
---|
20 | "optimise",
|
---|
21 | "optimisation",
|
---|
22 | "postcss",
|
---|
23 | "postcss-plugin"
|
---|
24 | ],
|
---|
25 | "license": "MIT",
|
---|
26 | "dependencies": {
|
---|
27 | "cssnano-preset-default": "^5.1.4",
|
---|
28 | "is-resolvable": "^1.1.0",
|
---|
29 | "lilconfig": "^2.0.3",
|
---|
30 | "yaml": "^1.10.2"
|
---|
31 | },
|
---|
32 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
33 | "author": {
|
---|
34 | "name": "Ben Briggs",
|
---|
35 | "email": "beneb.info@gmail.com",
|
---|
36 | "url": "http://beneb.info"
|
---|
37 | },
|
---|
38 | "repository": "cssnano/cssnano",
|
---|
39 | "files": [
|
---|
40 | "dist",
|
---|
41 | "LICENSE-MIT",
|
---|
42 | "quickstart.js"
|
---|
43 | ],
|
---|
44 | "tonicExampleFilename": "quickstart.js",
|
---|
45 | "bugs": {
|
---|
46 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
47 | },
|
---|
48 | "engines": {
|
---|
49 | "node": "^10 || ^12 || >=14.0"
|
---|
50 | },
|
---|
51 | "devDependencies": {
|
---|
52 | "autoprefixer": "^10.2.0",
|
---|
53 | "postcss": "^8.2.15"
|
---|
54 | },
|
---|
55 | "peerDependencies": {
|
---|
56 | "postcss": "^8.2.15"
|
---|
57 | },
|
---|
58 | "gitHead": "3ffd3a0f178d60b68eeb84d75353b6decc6ef735"
|
---|
59 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.