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

27 lines
574 B
JSON
Raw Normal View History

2020-09-23 10:08:21 -04:00
{
"name": "toot",
2021-01-29 16:59:07 -05:00
"version": "1.0.0",
"main": "src/index.pug",
"repository": "git@github.com:NickKaramoff/toot.git",
"author": "Nikita Karamov <nick@karamoff.dev>",
2021-01-29 18:49:58 -05:00
"license": "AGPL-3.0-only",
"private": "true",
"scripts": {
"build": "gulp",
"dev": "gulp watch"
},
"devDependencies": {
2021-01-29 20:00:12 -05:00
"autoprefixer": "^10.2.4",
"browserslist": "^4.14.4",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
2021-01-29 20:00:12 -05:00
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-terser": "^1.4.0",
2021-01-29 20:00:12 -05:00
"postcss": "^8.2.4",
"pug": "^3.0.0",
"sass": "^1.26.11"
}
2020-09-23 10:08:21 -04:00
}