2024-08-03 06:30:05 +03:00
|
|
|
{
|
2025-01-25 13:42:13 +03:00
|
|
|
"name": "tei.su",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"start:prod": "drizzle-kit migrate && node dist/server/entry.mjs",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/check": "^0.9.4",
|
|
|
|
"@astrojs/node": "^9.0.2",
|
2025-01-26 19:00:11 +03:00
|
|
|
"@astrojs/rss": "^4.0.11",
|
2025-01-25 13:42:13 +03:00
|
|
|
"@astrojs/solid-js": "^5.0.4",
|
|
|
|
"@fuman/fetch": "0.0.10",
|
|
|
|
"@fuman/utils": "0.0.10",
|
2025-01-26 19:00:11 +03:00
|
|
|
"@hpcc-js/wasm-graphviz": "^1.7.0",
|
2025-01-25 13:42:13 +03:00
|
|
|
"@iconify-json/gravity-ui": "^1.2.4",
|
|
|
|
"@mtcute/dispatcher": "^0.17.0",
|
|
|
|
"@mtcute/node": "^0.17.0",
|
|
|
|
"@unocss/postcss": "^65.4.3",
|
|
|
|
"@unocss/reset": "^65.4.3",
|
|
|
|
"astro": "^5.1.9",
|
|
|
|
"astro-loading-indicator": "0.7.0",
|
|
|
|
"better-sqlite3": "^11.1.2",
|
2025-01-30 15:36:25 +03:00
|
|
|
"browserslist": "^4.24.4",
|
2025-01-25 13:42:13 +03:00
|
|
|
"clsx": "^2.1.1",
|
2025-01-30 15:16:23 +03:00
|
|
|
"date-fns": "^4.1.0",
|
2025-01-25 13:42:13 +03:00
|
|
|
"dotenv": "^16.4.5",
|
|
|
|
"drizzle-kit": "^0.23.1",
|
|
|
|
"drizzle-orm": "^0.32.1",
|
2025-01-30 15:36:25 +03:00
|
|
|
"lightningcss": "^1.29.1",
|
2025-01-26 19:00:11 +03:00
|
|
|
"mdast-util-to-string": "^4.0.0",
|
2025-01-25 13:42:13 +03:00
|
|
|
"parse-duration": "^1.1.0",
|
|
|
|
"rate-limiter-flexible": "^5.0.3",
|
2025-01-26 19:00:11 +03:00
|
|
|
"reading-time": "^1.5.0",
|
|
|
|
"remark-graphviz-svg": "^0.2.0",
|
2025-01-25 13:42:13 +03:00
|
|
|
"solid-js": "^1.8.19",
|
|
|
|
"tailwind-merge": "^2.6.0",
|
|
|
|
"typescript": "^5.7.3",
|
2025-01-26 19:00:11 +03:00
|
|
|
"unist-util-visit": "^5.0.0",
|
2025-01-25 13:42:13 +03:00
|
|
|
"unocss": "^65.4.3",
|
|
|
|
"zod": "^3.23.8",
|
|
|
|
"zod-validation-error": "^3.3.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@antfu/eslint-config": "3.16.0",
|
|
|
|
"@types/better-sqlite3": "^7.6.11",
|
|
|
|
"@types/node": "^22.0.2",
|
|
|
|
"@unocss/eslint-plugin": "^65.4.3",
|
|
|
|
"eslint": "9.19.0",
|
|
|
|
"eslint-plugin-astro": "^1.2.3",
|
2025-01-26 19:00:11 +03:00
|
|
|
"eslint-plugin-solid": "0.14.5",
|
|
|
|
"postcss-nesting": "13.0.1"
|
2025-01-25 13:42:13 +03:00
|
|
|
}
|
2024-08-03 06:30:05 +03:00
|
|
|
}
|