Kremta-Website/package.json

37 lines
1000 B
JSON

{
"name": "trueberryless",
"homepage": "https://github.com/trueberryless-org/trueberryless",
"bugs": {
"url": "https://github.com/trueberryless-org/trueberryless/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/trueberryless.git"
},
"license": "MIT",
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^6.5.11",
"@astrojs/react": "^4.4.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"astro-vtbot": "^2.1.9",
"astro-webrings": "^0.1.1",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"astro": "^5.14.5",
"prettier": "3.5.3",
"prettier-plugin-astro": "0.14.1"
},
"packageManager": "pnpm@10.10.0"
}