Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "postcss-ordered-values",
|
---|
| 3 | "version": "5.0.2",
|
---|
| 4 | "description": "Ensure values are ordered consistently in your CSS.",
|
---|
| 5 | "main": "dist/index.js",
|
---|
| 6 | "files": [
|
---|
| 7 | "dist",
|
---|
| 8 | "LICENSE-MIT"
|
---|
| 9 | ],
|
---|
| 10 | "scripts": {
|
---|
| 11 | "prebuild": "rimraf dist",
|
---|
| 12 | "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\" && node script/buildListStyleType.js",
|
---|
| 13 | "prepare": "yarn build"
|
---|
| 14 | },
|
---|
| 15 | "keywords": [
|
---|
| 16 | "css",
|
---|
| 17 | "postcss",
|
---|
| 18 | "postcss-plugin"
|
---|
| 19 | ],
|
---|
| 20 | "license": "MIT",
|
---|
| 21 | "homepage": "https://github.com/cssnano/cssnano",
|
---|
| 22 | "author": {
|
---|
| 23 | "name": "Ben Briggs",
|
---|
| 24 | "email": "beneb.info@gmail.com",
|
---|
| 25 | "url": "http://beneb.info"
|
---|
| 26 | },
|
---|
| 27 | "repository": "cssnano/cssnano",
|
---|
| 28 | "dependencies": {
|
---|
| 29 | "cssnano-utils": "^2.0.1",
|
---|
| 30 | "postcss-value-parser": "^4.1.0"
|
---|
| 31 | },
|
---|
| 32 | "bugs": {
|
---|
| 33 | "url": "https://github.com/cssnano/cssnano/issues"
|
---|
| 34 | },
|
---|
| 35 | "engines": {
|
---|
| 36 | "node": "^10 || ^12 || >=14.0"
|
---|
| 37 | },
|
---|
| 38 | "devDependencies": {
|
---|
| 39 | "node-fetch": "^2.6.0",
|
---|
| 40 | "postcss": "^8.2.15"
|
---|
| 41 | },
|
---|
| 42 | "peerDependencies": {
|
---|
| 43 | "postcss": "^8.2.15"
|
---|
| 44 | },
|
---|
| 45 | "gitHead": "39b4cc089e8825d308df1fa8a7313d38d8f1f2f7"
|
---|
| 46 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.