core/package.json

28 lines
712 B
JSON
Raw Normal View History

2025-05-16 06:23:48 +00:00
{
"name": "publy-admin",
"version": "0.4.20",
"private": true,
"description": "admin panel",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
2025-05-16 07:30:02 +00:00
"lint": "biome check . --fix",
2025-05-16 06:23:48 +00:00
"format": "biome format . --write",
"type-check": "tsc --noEmit",
"test": "vitest",
"build:auth": "vite build -c client/auth/vite.config.ts",
"watch:auth": "vite build -c client/auth/vite.config.ts --watch"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
2025-05-16 07:30:02 +00:00
"@types/node": "^22.15.0",
"graphql": "^16.8.0",
"solid-js": "^1.9.6",
2025-05-16 06:23:48 +00:00
"typescript": "^5.8.0",
"vite": "^6.3.0",
"vite-plugin-solid": "^2.11.0",
"terser": "^5.39.0"
}
}