UNPKG

next-csrf

Version:

CSRF mitigation library for Next.js

54 lines (53 loc) 1.46 kB
{ "name": "cssnano-preset-simple", "version": "1.1.4", "description": "A simple cssnano preset", "main": "dist/index.js", "repository": "git@github.com:timer/cssnano-preset-simple.git", "author": "Joe Haddad <timer150@gmail.com>", "license": "MIT", "private": false, "files": [ "dist/" ], "scripts": { "prebuild": "rimraf dist/ && node patch.js", "build": "ncc build src/index.js -o dist --minify --external postcss", "test": "jest", "prepublishOnly": "yarn build && yarn test", "semantic-release": "semantic-release", "commit": "git-cz" }, "devDependencies": { "@zeit/ncc": "^0.22.3", "browserslist-config-google": "^1.5.0", "cssnano-preset-default-nightly": "0.7.25", "cz-conventional-changelog": "3.2.0", "husky": "^4.2.5", "jest": "^26.1.0", "postcss-svgo": "file:./postcss-plugin-stub/", "postcss-svgo-nightly": "file:./postcss-plugin-stub/", "prettier": "^2.0.5", "pretty-quick": "^2.0.1", "rimraf": "^3.0.0", "semantic-release": "^17.1.1", "stylehacks-nightly": "0.7.25" }, "dependencies": { "postcss": "^7.0.32" }, "resolutions": { "postcss-svgo": "file:./postcss-plugin-stub/", "postcss-svgo-nightly": "file:./postcss-plugin-stub/" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }