Files
core/package.json
Untone 03626ec20d
Some checks failed
Deploy on push / deploy (push) Failing after 31s
panelfix
2025-09-27 13:20:56 +03:00

40 lines
1.3 KiB
JSON

{
"name": "publy-panel",
"version": "0.9.29",
"type": "module",
"description": "Publy, a modern platform for collaborative text creation, offers a user-friendly interface for authors, editors, and readers, supporting real-time collaboration and structured feedback.",
"scripts": {
"dev": "vite",
"build": "npm run codegen && vite build",
"serve": "vite preview",
"lint": "biome check . --fix",
"format": "biome format . --write",
"typecheck": "tsc --noEmit",
"codegen": "graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@graphql-codegen/cli": "^6.0.0",
"@graphql-codegen/client-preset": "^5.0.1",
"@graphql-codegen/introspection": "^5.0.0",
"@graphql-codegen/typescript": "^5.0.0",
"@graphql-codegen/typescript-operations": "^5.0.0",
"@graphql-codegen/typescript-resolvers": "^5.0.0",
"@solidjs/router": "^0.15.3",
"@types/node": "^24.5.2",
"@types/prismjs": "^1.26.5",
"graphql": "^16.11.0",
"graphql-tag": "^2.12.6",
"lightningcss": "^1.30.1",
"prismjs": "^1.30.0",
"solid-js": "^1.9.9",
"terser": "^5.44.0",
"typescript": "^5.9.2",
"vite": "^7.1.7",
"vite-plugin-solid": "^2.11.7"
},
"overrides": {
"vite": "^7.1.7"
}
}