2020-09-23 09:08:21 -05:00
|
|
|
{
|
2023-03-16 09:20:56 -05:00
|
|
|
"name": "share2fedi",
|
2023-06-17 07:16:00 -05:00
|
|
|
"version": "2.4.5",
|
2023-03-16 13:06:57 -05:00
|
|
|
"description": "Instance-agnostic share page for the Fediverse.",
|
2021-08-14 12:01:37 -05:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2021-11-04 12:01:45 -05:00
|
|
|
"author": "Nikita Karamov <me@kytta.dev>",
|
2023-03-16 09:20:56 -05:00
|
|
|
"homepage": "https://s2f.kytta.dev/",
|
2021-08-14 12:01:37 -05:00
|
|
|
"repository": {
|
2021-08-14 12:12:42 -05:00
|
|
|
"type": "git",
|
2023-03-16 04:41:55 -05:00
|
|
|
"url": "https://github.com/kytta/share2fedi.git"
|
2021-08-14 12:12:42 -05:00
|
|
|
},
|
2021-08-14 12:01:37 -05:00
|
|
|
"private": true,
|
2023-03-16 05:47:59 -05:00
|
|
|
"type": "module",
|
2021-01-29 16:56:37 -05:00
|
|
|
"scripts": {
|
2023-03-16 05:47:59 -05:00
|
|
|
"build": "vite build",
|
|
|
|
"dev": "vite",
|
2023-03-01 06:12:17 -05:00
|
|
|
"fmt": "prettier --write .",
|
2023-03-16 08:44:21 -05:00
|
|
|
"lint": "prettier --check . && eslint . && stylelint '**/*.scss'",
|
2023-03-16 05:47:59 -05:00
|
|
|
"preview": "vite preview",
|
|
|
|
"test": "pnpm run lint"
|
2021-01-29 16:56:37 -05:00
|
|
|
},
|
2023-03-16 04:28:48 -05:00
|
|
|
"browserslist": "cover 95%, last 2 versions, Firefox ESR, not dead",
|
2021-01-29 16:56:37 -05:00
|
|
|
"devDependencies": {
|
2023-03-16 05:47:59 -05:00
|
|
|
"@vitejs/plugin-legacy": "^4.0.2",
|
2023-03-16 06:27:29 -05: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 06:12:17 -05:00
|
|
|
"prettier": "^2.8.4",
|
2023-03-16 06:27:29 -05:00
|
|
|
"sass": "^1.59.3",
|
2023-03-16 11:59:05 -05:00
|
|
|
"sharp": "^0.31.3",
|
2023-03-16 08:44:21 -05:00
|
|
|
"stylelint": "^15.2.0",
|
|
|
|
"stylelint-config-standard-scss": "^7.0.1",
|
2023-03-16 06:27:29 -05:00
|
|
|
"svgo": "^3.0.2",
|
2023-03-16 05:47:59 -05:00
|
|
|
"terser": "^5.16.6",
|
2023-03-16 06:27:29 -05:00
|
|
|
"vite": "^4.2.0",
|
2023-03-16 11:59:05 -05:00
|
|
|
"vite-plugin-image-optimizer": "^1.1.2",
|
2023-03-16 06:18:17 -05:00
|
|
|
"vite-plugin-node": "^3.0.2"
|
2023-03-16 05:47:59 -05:00
|
|
|
},
|
|
|
|
"postcss": {
|
|
|
|
"map": true,
|
|
|
|
"plugins": {
|
|
|
|
"autoprefixer": {},
|
|
|
|
"postcss-csso": {}
|
|
|
|
}
|
2023-03-16 08:44:21 -05:00
|
|
|
},
|
2023-03-17 08:06:30 -05:00
|
|
|
"prettier": {
|
|
|
|
"printWidth": 80,
|
|
|
|
"quoteProps": "as-needed",
|
|
|
|
"trailingComma": "all",
|
|
|
|
"proseWrap": "always",
|
|
|
|
"singleAttributePerLine": true
|
|
|
|
},
|
2023-03-16 08:44:21 -05:00
|
|
|
"stylelint": {
|
|
|
|
"extends": "stylelint-config-standard-scss"
|
2021-01-29 16:56:37 -05:00
|
|
|
}
|
2020-09-23 09:08:21 -05:00
|
|
|
}
|