2020-09-23 16:08:21 +02:00
|
|
|
{
|
2021-01-29 22:56:37 +01:00
|
|
|
"name": "toot",
|
2023-06-17 14:16:00 +02:00
|
|
|
"version": "2.4.5",
|
2021-08-14 19:01:37 +02:00
|
|
|
"description": "Cross-instance share page for Mastodon",
|
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-11-04 18:01:45 +01:00
|
|
|
"author": "Nikita Karamov <me@kytta.dev>",
|
|
|
|
"homepage": "https://toot.kytta.dev/",
|
2021-08-14 19:01:37 +02:00
|
|
|
"repository": {
|
2021-08-14 19:12:42 +02:00
|
|
|
"type": "git",
|
2022-02-12 12:35:53 +01:00
|
|
|
"url": "https://codeberg.org/kytta/toot.git"
|
2021-08-14 19:12:42 +02:00
|
|
|
},
|
2021-08-14 19:01:37 +02:00
|
|
|
"private": true,
|
2021-01-29 22:56:37 +01:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp",
|
2021-01-30 14:46:24 +01:00
|
|
|
"dev": "gulp watch",
|
2023-03-01 12:12:17 +01:00
|
|
|
"fmt": "prettier --write .",
|
|
|
|
"lint": "prettier --check . && eslint .",
|
|
|
|
"test": "pnpm run lint",
|
2021-08-29 13:13:27 +02:00
|
|
|
"serve": "sirv ./public --dev"
|
2021-01-29 22:56:37 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-02 15:35:39 +01:00
|
|
|
"autoprefixer": "^10.4.2",
|
|
|
|
"browserslist": "^4.19.1",
|
2023-03-01 12:12:17 +01:00
|
|
|
"eslint": "^8.35.0",
|
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"eslint-plugin-unicorn": "^45.0.2",
|
2021-01-29 22:56:37 +01:00
|
|
|
"gulp": "^4.0.2",
|
2022-02-02 15:35:39 +01:00
|
|
|
"gulp-postcss": "^9.0.1",
|
|
|
|
"gulp-sass": "^5.1.0",
|
2021-08-14 18:49:32 +02:00
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2022-02-02 15:35:39 +01:00
|
|
|
"gulp-terser": "^2.1.0",
|
|
|
|
"postcss": "^8.4.6",
|
|
|
|
"postcss-csso": "^6.0.0",
|
2023-03-01 12:12:17 +01:00
|
|
|
"prettier": "^2.8.4",
|
2022-02-02 15:35:39 +01:00
|
|
|
"sass": "^1.49.7",
|
|
|
|
"sirv-cli": "^2.0.2"
|
2021-01-29 22:56:37 +01:00
|
|
|
}
|
2020-09-23 16:08:21 +02:00
|
|
|
}
|