This repository has been archived on 2024-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
share2fedi/package.json
dependabot[bot] 464c8fc262
Bump postcss from 8.2.8 to 8.2.10
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.10.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.8...8.2.10)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 09:49:06 +00:00

31 lines
674 B
JSON

{
"name": "toot",
"version": "1.2.0",
"main": "src/index.pug",
"repository": "git@github.com:NickKaramoff/toot.git",
"author": "Nikita Karamov <nick@karamoff.dev>",
"license": "AGPL-3.0-only",
"private": "true",
"scripts": {
"build": "gulp",
"dev": "gulp watch",
"serve": "sirv dist/ --dev"
},
"devDependencies": {
"@mr-hope/gulp-sass": "^2.0.0",
"autoprefixer": "^10.2.4",
"browserslist": "^4.14.4",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-terser": "^1.4.0",
"postcss": "^8.2.10",
"pug": "^3.0.1",
"sass": "^1.26.11",
"sirv-cli": "^1.0.10"
},
"engines": {
"node": "^14"
}
}