toot-script-condivisione-su.../package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2020-09-23 16:08:21 +02: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",
2023-03-16 10:41:55 +01:00
"url": "https://github.com/kytta/share2fedi.git"
2021-08-14 19:12:42 +02:00
},
2021-08-14 19:01:37 +02:00
"private": true,
2023-03-16 11:47:59 +01:00
"type": "module",
"scripts": {
2023-03-16 11:47:59 +01:00
"build": "vite build",
2022-11-14 13:31:48 +01:00
"build-icons": "svgo --multipass assets/pentagon.svg assets/s2f.svg assets/share2fedi.svg -o assets/pentagon.min.svg assets/s2f.min.svg assets/share2fedi.min.svg",
2023-03-16 11:47:59 +01:00
"dev": "vite",
2023-03-01 12:12:17 +01:00
"fmt": "prettier --write .",
"lint": "prettier --check . && eslint .",
2023-03-16 11:47:59 +01:00
"preview": "vite preview",
"test": "pnpm run lint"
},
"browserslist": "cover 95%, last 2 versions, Firefox ESR, not dead",
"devDependencies": {
2023-03-16 11:47:59 +01:00
"@vitejs/plugin-legacy": "^4.0.2",
2023-03-16 12:27:29 +01:00
"autoprefixer": "^10.4.14",
"browserslist": "^4.21.5",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-unicorn": "^46.0.0",
"postcss": "^8.4.21",
"postcss-csso": "^6.0.1",
2023-03-01 12:12:17 +01:00
"prettier": "^2.8.4",
2023-03-16 12:27:29 +01:00
"sass": "^1.59.3",
"svgo": "^3.0.2",
2023-03-16 11:47:59 +01:00
"terser": "^5.16.6",
2023-03-16 12:27:29 +01:00
"vite": "^4.2.0",
"vite-plugin-node": "^3.0.2"
2023-03-16 11:47:59 +01:00
},
"postcss": {
"map": true,
"plugins": {
"autoprefixer": {},
"postcss-csso": {}
}
}
2020-09-23 16:08:21 +02:00
}