UNPKG

postcss-glitch

Version:

PostCSS plugin for glitch effect

92 lines 2.58 kB
{ "name": "postcss-glitch", "version": "3.2.38", "description": "PostCSS plugin for glitch effect", "main": "dist/index.js", "repository": "https://github.com/crftd/postcss-glitch.git", "author": "Crash <hex22a@gmail.com>", "license": "MIT", "keywords": [ "css", "postcss", "postcss-plugin", "glitch", "effect", "animation" ], "scripts": { "start": "yarn build:ci", "check-types": "tsc", "cypress": "cypress open", "size": "NODE_ENV=production npx size-limit --why", "lint": "CI=true NODE_ENV=production npx size-limit && eslint ./src --ext .js,.jsx,.ts,.tsx", "test": "jest --ci", "jest": "jest", "build:ci": "CI=true yarn build", "build:dev": "NODE_ENV=development webpack-cli --mode=development", "build": "NODE_ENV=production webpack-cli --mode=production" }, "engines": { "node": ">=12" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "post-merge": "yarn outdated" } }, "size-limit": [ { "limit": "110 KB", "config": "./webpack.config.js", "path": "./dist/index.js" } ], "devDependencies": { "@babel/cli": "^7.11.6", "@babel/core": "^7.11.6", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-object-rest-spread": "^7.11.0", "@babel/preset-env": "^7.11.5", "@babel/preset-typescript": "^7.10.4", "@size-limit/preset-big-lib": "^4.6.0", "@types/jest": "^26.0.14", "@types/node": "^14.11.2", "@typescript-eslint/eslint-plugin": "^4.3.0", "@typescript-eslint/parser": "^4.3.0", "babel-eslint": "^10.1.0", "babel-jest": "^26.3.0", "babel-loader": "^8.1.0", "babel-polyfill": "^6.26.0", "cypress": "^5.3.0", "cypress-image-snapshot": "^3.1.1", "eslint": "^7.10.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-airbnb-typescript": "^11.0.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-import": "^2.22.1", "husky": "^4.3.0", "jest": "^26.4.2", "jest-ts-auto-mock": "^1.0.11", "pnp-webpack-plugin": "^1.6.4", "postcss": "^8.1.1", "prettier": "2.1.2", "pretty-quick": "^3.0.2", "size-limit": "^4.6.0", "ts-auto-mock": "^2.6.4", "ts-jest": "^26.4.0", "ts-loader": "^8.0.4", "ttypescript": "^1.5.12", "typescript": "^4.0.3", "webpack": "^4.44.2", "webpack-bundle-analyzer": "^3.9.0", "webpack-cli": "^3.3.12" }, "browserslist": [ "last 1 version", "> 1%" ], "peerDependencies": { "postcss": "^8.1.1" } }