2024-04-06 19:05:02 +02:00
|
|
|
{
|
2024-04-07 18:20:58 +02:00
|
|
|
"name": "convertx-frontend",
|
2024-11-21 22:44:51 +01:00
|
|
|
"version": "0.9.0",
|
2024-04-06 19:05:02 +02:00
|
|
|
"scripts": {
|
2024-05-24 22:58:25 +02:00
|
|
|
"dev": "bun run --watch src/index.tsx",
|
2024-05-26 12:47:15 +02:00
|
|
|
"hot": "bun run --hot src/index.tsx",
|
2024-10-05 00:43:24 +02:00
|
|
|
"format": "eslint --fix .",
|
2024-10-18 19:32:42 +02:00
|
|
|
"build": "postcss ./src/main.css -o ./public/generated.css",
|
2024-07-30 00:47:46 +02:00
|
|
|
"lint": "run-p 'lint:*'",
|
|
|
|
|
"lint:tsc": "tsc --noEmit",
|
2024-08-05 21:25:35 +02:00
|
|
|
"lint:knip": "knip",
|
2024-10-05 00:43:24 +02:00
|
|
|
"lint:eslint": "eslint ."
|
2024-04-06 19:05:02 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-05-18 00:16:08 +02:00
|
|
|
"@elysiajs/cookie": "^0.8.0",
|
2024-10-18 18:53:45 +02:00
|
|
|
"@elysiajs/html": "^1.1.1",
|
2024-09-05 12:22:27 +02:00
|
|
|
"@elysiajs/jwt": "^1.1.1",
|
2024-10-18 19:32:42 +02:00
|
|
|
"@elysiajs/static": "^1.1.1",
|
2024-12-17 21:56:24 +01:00
|
|
|
"@kitajs/html": "^4.2.6",
|
|
|
|
|
"elysia": "^1.1.26"
|
2024-04-06 19:05:02 +02:00
|
|
|
},
|
2024-05-19 00:07:56 +02:00
|
|
|
"module": "src/index.tsx",
|
2024-07-30 00:47:46 +02:00
|
|
|
"type": "module",
|
2024-04-06 19:05:02 +02:00
|
|
|
"bun-create": {
|
2024-05-19 00:07:56 +02:00
|
|
|
"start": "bun run src/index.tsx"
|
2024-05-18 00:16:08 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-12-17 21:56:24 +01:00
|
|
|
"@eslint/compat": "^1.2.4",
|
|
|
|
|
"@eslint/js": "^9.17.0",
|
2024-11-13 13:08:00 +01:00
|
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
|
2024-12-17 21:56:24 +01:00
|
|
|
"@kitajs/ts-html-plugin": "^4.1.1",
|
2024-09-05 12:22:27 +02:00
|
|
|
"@total-typescript/ts-reset": "^0.6.1",
|
2024-12-17 21:56:24 +01:00
|
|
|
"@types/bun": "^1.1.14",
|
2024-09-24 23:49:14 +02:00
|
|
|
"@types/eslint-plugin-tailwindcss": "^3.17.0",
|
|
|
|
|
"@types/eslint__js": "^8.42.3",
|
2024-12-17 21:56:24 +01:00
|
|
|
"@types/node": "^22.10.2",
|
2024-09-09 17:38:03 +02:00
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
|
"cssnano": "^7.0.6",
|
2024-12-17 21:56:24 +01:00
|
|
|
"eslint": "^9.17.0",
|
2024-08-05 21:25:35 +02:00
|
|
|
"eslint-plugin-deprecation": "^3.0.0",
|
2024-11-13 13:08:00 +01:00
|
|
|
"eslint-plugin-readable-tailwind": "^1.8.2",
|
2024-08-05 21:25:35 +02:00
|
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
2024-10-18 18:43:51 +02:00
|
|
|
"eslint-plugin-tailwindcss": "^3.17.5",
|
2024-12-17 21:56:24 +01:00
|
|
|
"globals": "^15.13.0",
|
|
|
|
|
"knip": "^5.41.0",
|
|
|
|
|
"npm-run-all2": "^7.0.2",
|
2024-11-13 13:08:00 +01:00
|
|
|
"postcss": "^8.4.49",
|
2024-09-09 17:38:03 +02:00
|
|
|
"postcss-cli": "^11.0.0",
|
2024-12-17 21:56:24 +01:00
|
|
|
"prettier": "^3.4.2",
|
2024-09-09 17:38:03 +02:00
|
|
|
"tailwind-scrollbar": "^3.1.0",
|
2024-12-17 21:56:24 +01:00
|
|
|
"tailwindcss": "^3.4.17",
|
2024-11-25 23:22:18 +01:00
|
|
|
"typescript": "^5.7.2",
|
2024-12-17 21:56:24 +01:00
|
|
|
"typescript-eslint": "^8.18.1"
|
2024-10-05 00:01:39 +02:00
|
|
|
}
|
2024-09-25 23:46:21 +02:00
|
|
|
}
|