memento-dev/app/package.json

45 lines
1.2 KiB
JSON
Executable File

{
"scripts": {
"dev": "bun ./fastify-entry.ts",
"build": "vike build",
"preview": "cross-env NODE_ENV=production bun ./fastify-entry.ts",
"production": "bun run build && bun run preview",
"lint": "biome lint --write .",
"format": "biome format --write ."
},
"dependencies": {
"@fastify/middie": "^9.0.3",
"@fastify/static": "^8.1.1",
"@sindresorhus/slugify": "^2.2.1",
"@universal-middleware/core": "^0.4.7",
"@universal-middleware/fastify": "^0.5.16",
"clsx": "^2.1.1",
"fastify": "^5.3.0",
"solid-heroicons": "^3.2.4",
"solid-highlight": "^0.1.26",
"solid-js": "^1.9.5",
"telefunc": "^0.2.3",
"terracotta": "^1.0.6",
"vike": "^0.4.228",
"vike-solid": "^0.7.9"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/js": "^9.24.0",
"@tailwindcss/vite": "^4.1.3",
"@types/node": "^18.19.86",
"cross-env": "^7.0.3",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-solid": "^0.14.5",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.2.6"
},
"type": "module"
}