mirror of
https://github.com/wireadmin/wireadmin
synced 2025-01-22 20:15:29 +00:00
e8a6ae03e6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
27 lines
957 B
JSON
27 lines
957 B
JSON
{
|
|
"name": "wireadmin",
|
|
"version": "2.0.1",
|
|
"author": "Shahrad Elahi <https://github.com/shahradelahi>",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.9.0",
|
|
"scripts": {
|
|
"dev": "docker compose -f docker-compose.yml -f docker-compose.dev.yml up --force-recreate",
|
|
"dev:image": "docker buildx build --tag ghcr.io/wireadmin/wireadmin:dev -f Dockerfile-Dev .",
|
|
"build": "docker buildx build --tag ghcr.io/wireadmin/wireadmin .",
|
|
"start": "docker compose -f docker-compose.yml up --force-recreate",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check . ",
|
|
"ci:publish": "pnpm build && changeset publish"
|
|
},
|
|
"keywords": [],
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@changesets/cli": "^2.27.8",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-sh": "^0.14.0",
|
|
"prettier-plugin-svelte": "^3.2.6",
|
|
"prettier-plugin-tailwindcss": "^0.5.14"
|
|
}
|
|
}
|