2023-09-02 10:42:40 +00:00
|
|
|
{
|
2023-09-06 10:23:31 +00:00
|
|
|
"name": "wireadmin",
|
2024-05-29 18:01:32 +00:00
|
|
|
"version": "2.0.0",
|
2024-04-20 20:06:45 +00:00
|
|
|
"author": "Shahrad Elahi <https://github.com/shahradelahi>",
|
|
|
|
"private": true,
|
|
|
|
"packageManager": "pnpm@8.15.0",
|
2023-09-02 10:42:40 +00:00
|
|
|
"scripts": {
|
2024-05-29 16:40:18 +00:00
|
|
|
"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"
|
2023-09-02 10:42:40 +00:00
|
|
|
},
|
2023-09-06 10:23:31 +00:00
|
|
|
"keywords": [],
|
2024-04-20 20:06:45 +00:00
|
|
|
"license": "GPL-3.0",
|
2024-05-29 16:40:18 +00:00
|
|
|
"dependencies": {
|
2024-04-20 20:06:45 +00:00
|
|
|
"@changesets/cli": "^2.27.1",
|
2024-05-29 16:40:18 +00:00
|
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
|
2024-04-20 20:06:45 +00:00
|
|
|
"prettier": "^3.2.5",
|
2024-05-29 16:40:18 +00:00
|
|
|
"prettier-plugin-sh": "^0.14.0",
|
|
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.14"
|
2024-01-08 08:59:54 +00:00
|
|
|
}
|
2023-09-02 10:42:40 +00:00
|
|
|
}
|