tei.su/package.json
alina sireneva caa51bea9b
All checks were successful
Publish and deploy / publish (push) Successful in 40s
Publish and deploy / deploy (push) Successful in 7s
feat: blog!
2025-01-26 19:00:11 +03:00

58 lines
1.8 KiB
JSON

{
"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",
"@astrojs/solid-js": "^5.0.4",
"@fuman/fetch": "0.0.10",
"@fuman/utils": "0.0.10",
"@hpcc-js/wasm-graphviz": "^1.7.0",
"@iconify-json/gravity-ui": "^1.2.4",
"@mtcute/dispatcher": "^0.17.0",
"@mtcute/node": "^0.17.0",
"@tanstack/solid-query": "^5.51.21",
"@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",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.23.1",
"drizzle-orm": "^0.32.1",
"mdast-util-to-string": "^4.0.0",
"parse-duration": "^1.1.0",
"rate-limiter-flexible": "^5.0.3",
"reading-time": "^1.5.0",
"remark-graphviz-svg": "^0.2.0",
"solid-js": "^1.8.19",
"tailwind-merge": "^2.6.0",
"typescript": "^5.7.3",
"unist-util-visit": "^5.0.0",
"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",
"eslint-plugin-solid": "0.14.5",
"postcss-nesting": "13.0.1"
}
}