Revela-v4/package.json
2024-02-11 19:23:49 -06:00

35 lines
996 B
JSON

{
"name": "alus-unblocker",
"type": "module",
"version": "0.0.1",
"scripts": {
"start": "node .",
"build": "astro build",
"lint": "prettier --write .",
"lint:check": "prettier --check ."
},
"dependencies": {
"@astrojs/check": "^0.4.0",
"@astrojs/node": "^7.0.4",
"@nebula-services/ultraviolet": "^1.0.1-1.patch.7",
"@tomphttp/bare-server-node": "^2.0.1",
"astro": "^4.3.3",
"astro-i18n": "^2.2.4",
"astro-i18next": "^1.0.0-beta.21",
"chalk": "^5.3.0",
"compression": "^1.7.4",
"dotenv": "^16.3.1",
"dotenv-flow": "^4.1.0",
"express": "^4.18.2",
"i18next": "^23.7.18",
"i18next-browser-languagedetector": "^7.2.0",
"npm": "^10.2.5",
"path": "^0.12.7",
"rammerhead": "https://github.com/holy-unblocker/rammerhead/releases/download/v1.2.41-holy.5/rammerhead-1.2.41-holy.5.tgz",
"typescript": "^5.3.3"
},
"devDependencies": {
"prettier": "3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}