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

33 lines
757 B
JSON
Raw Normal View History

2020-09-23 10:08:21 -04:00
{
"name": "toot",
2021-08-14 11:49:39 -04:00
"version": "1.2.2",
2021-08-14 13:01:37 -04:00
"description": "Cross-instance share page for Mastodon",
"license": "AGPL-3.0-or-later",
"author": "Nikita Karamov <nick@karamoff.dev>",
2021-08-14 13:01:37 -04:00
"homepage": "https://toot.karamoff.dev/",
"repository": {
2021-08-14 13:12:42 -04:00
"type": "git",
"url": "https://github.com/NickKaramoff/toot.git"
},
2021-08-14 13:01:37 -04:00
"private": true,
"scripts": {
"build": "gulp",
2021-01-30 08:46:24 -05:00
"dev": "gulp watch",
"serve": "sirv dist/ --dev"
},
"devDependencies": {
2021-01-29 20:00:12 -05:00
"autoprefixer": "^10.2.4",
2021-05-13 08:18:41 -04:00
"browserslist": "^4.16.6",
"gulp": "^4.0.2",
2021-01-29 20:00:12 -05:00
"gulp-postcss": "^9.0.0",
2021-08-14 12:49:32 -04:00
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
2021-05-13 08:18:41 -04:00
"gulp-terser": "^2.0.1",
"postcss": "^8.2.15",
"postcss-csso": "^5.0.1",
2021-08-14 13:12:42 -04:00
"prettier": "2.3.2",
2021-08-14 12:49:32 -04:00
"sass": "^1.37.5",
2021-01-30 08:46:24 -05:00
"sirv-cli": "^1.0.10"
}
2020-09-23 10:08:21 -04:00
}