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] 99a6584250 Bump pug from 3.0.0 to 3.0.1
Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@3.0.0...pug@3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 10:08:29 +01:00

28 lines
630 B
JSON

{
"name": "toot",
"version": "1.1.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": {
"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-sass": "^4.1.0",
"gulp-terser": "^1.4.0",
"postcss": "^8.2.4",
"pug": "^3.0.1",
"sass": "^1.26.11",
"sirv-cli": "^1.0.10"
}
}