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
745 B
JSON
Raw Normal View History

2020-09-23 10:08:21 -04:00
{
"name": "toot",
2021-11-04 13:18:24 -04:00
"version": "2.2.0",
2021-08-14 13:01:37 -04:00
"description": "Cross-instance share page for Mastodon",
"license": "AGPL-3.0-or-later",
2021-11-04 13:01:45 -04:00
"author": "Nikita Karamov <me@kytta.dev>",
"homepage": "https://toot.kytta.dev/",
2021-08-14 13:01:37 -04:00
"repository": {
2021-08-14 13:12:42 -04:00
"type": "git",
2022-02-02 09:32:36 -05:00
"url": "https://github.com/kytta/toot.git"
2021-08-14 13:12:42 -04:00
},
2021-08-14 13:01:37 -04:00
"private": true,
"scripts": {
"build": "gulp",
2021-01-30 08:46:24 -05:00
"dev": "gulp watch",
2021-08-29 07:13:27 -04:00
"serve": "sirv ./public --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-11-04 13:18:09 -04:00
"prettier": "2.4.1",
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
}