mirror of
https://github.com/C4illin/ConvertX.git
synced 2025-11-02 13:03:30 +00:00
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "convertx-frontend",
|
|
"version": "0.3.2",
|
|
"scripts": {
|
|
"dev": "bun run --watch src/index.tsx",
|
|
"hot": "bun run --hot src/index.tsx",
|
|
"format": "biome format --write ./src",
|
|
"css": "cpy 'node_modules/@picocss/pico/css/pico.lime.min.css' 'src/public/' --flat"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/cookie": "^0.8.0",
|
|
"@elysiajs/html": "^1.1.0",
|
|
"@elysiajs/jwt": "^1.1.0",
|
|
"@elysiajs/static": "^1.1.0",
|
|
"elysia": "^1.1.3"
|
|
},
|
|
"module": "src/index.tsx",
|
|
"bun-create": {
|
|
"start": "bun run src/index.tsx"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.8.3",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
|
"@kitajs/ts-html-plugin": "^4.0.1",
|
|
"@picocss/pico": "^2.0.6",
|
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
"@types/bun": "^1.1.6",
|
|
"@types/eslint": "^8.56.10",
|
|
"@types/node": "^20.14.11",
|
|
"@types/ws": "^8.5.11",
|
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
"@typescript-eslint/parser": "^7.16.1",
|
|
"cpy-cli": "^5.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"trustedDependencies": [
|
|
"@biomejs/biome"
|
|
]
|
|
}
|