2023-12-08 22:35:15 +01:00
|
|
|
{
|
2024-01-02 14:18:37 +01:00
|
|
|
"name": "@homarr/prettier-config",
|
2023-12-08 22:35:15 +01:00
|
|
|
"version": "0.1.0",
|
2024-12-01 22:59:11 +01:00
|
|
|
"private": true,
|
2023-12-08 22:35:15 +01:00
|
|
|
"main": "index.mjs",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"clean": "rm -rf .turbo node_modules",
|
|
|
|
|
"format": "prettier --check . --ignore-path ../../.gitignore",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2024-12-01 22:59:11 +01:00
|
|
|
"prettier": "@homarr/prettier-config",
|
2023-12-08 22:35:15 +01:00
|
|
|
"dependencies": {
|
2025-01-13 18:49:04 +00:00
|
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
2025-03-03 02:25:21 +00:00
|
|
|
"prettier": "^3.5.3"
|
2023-12-08 22:35:15 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-01-02 14:18:37 +01:00
|
|
|
"@homarr/tsconfig": "workspace:^0.1.0",
|
2025-05-19 12:36:05 +00:00
|
|
|
"prettier-plugin-packagejson": "^2.5.14",
|
2025-04-05 08:39:48 +00:00
|
|
|
"typescript": "^5.8.3"
|
2024-12-01 22:59:11 +01:00
|
|
|
}
|
2023-12-10 17:12:20 +01:00
|
|
|
}
|