UNPKG

postcss-apply

Version:

PostCSS plugin enabling custom properties sets references

71 lines (70 loc) 1.91 kB
{ "name": "postcss-apply", "version": "0.12.0", "description": "PostCSS plugin enabling custom properties sets references", "keywords": [ "css", "apply", "postcss", "postcss-plugin" ], "author": { "name": "Pascal Duez", "url": "https://github.com/pascalduez" }, "homepage": "https://github.com/pascalduez/postcss-apply", "bugs": "https://github.com/pascalduez/postcss-apply/issues", "repository": { "type": "git", "url": "git://github.com/pascalduez/postcss-apply.git" }, "license": "Unlicense", "files": [ "dist", "CHANGELOG.md", "index.js", "README.md", "UNLICENSE" ], "main": "dist/index.js", "module": "dist/index.m.js", "scripts": { "lint": "eslint src/ test/", "validate": "run-s lint", "test": "jest", "test:ci": "run-s validate test", "develop": "babel-node develop/", "prebuild": "rm -rf dist/", "build": "rollup -c", "prepare": "run-s build", "prepublishOnly": "run-s validate test" }, "dependencies": { "balanced-match": "^1.0.0", "postcss": "^7.0.14" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-proposal-do-expressions": "^7.2.0", "@babel/preset-env": "^7.3.4", "babel-eslint": "^10.0.1", "common-tags": "^1.8.0", "eslint": "^5.14.1", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jest": "^22.3.0", "jest": "^24.1.0", "npm-run-all": "^4.1.5", "opn-cli": "^4.0.0", "postcss-custom-properties": "^8.0.9", "postcss-reporter": "^6.0.1", "rollup": "^1.3.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-json": "^3.1.0", "rollup-plugin-node-resolve": "^4.0.1" } }