44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "alus-unblocker",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"build:all": "npm run format && npm run lint && npm run build",
|
|
"start": "node .",
|
|
"build": "astro build",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^8.2.5",
|
|
"@astrojs/partytown": "^2.1.1",
|
|
"@astrojs/sitemap": "^3.1.4",
|
|
"@mercuryworkshop/bare-mux": "^1.0.9",
|
|
"@mercuryworkshop/epoxy-transport": "^1.1.0",
|
|
"@mercuryworkshop/libcurl-transport": "^1.3.1",
|
|
"@titaniumnetwork-dev/ultraviolet": "^3.1.0",
|
|
"@tomphttp/bare-server-node": "^2.0.3",
|
|
"astro": "^4.7.0",
|
|
"chalk": "^5.3.0",
|
|
"compression": "^1.7.4",
|
|
"cookie-parser": "^1.4.6",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"notyf": "^3.10.0",
|
|
"rammerhead": "https://github.com/NebulaServices/rammerhead/releases/download/rammerhead-1.2.41-nebula.8/rammerhead-1.2.41-nebula.7.tgz",
|
|
"wisp-server-node": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.24.1",
|
|
"@typescript-eslint/eslint-plugin": "^7.8.0",
|
|
"@typescript-eslint/parser": "^7.8.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-astro": "^0.31.4",
|
|
"prettier": "3.2.5",
|
|
"prettier-plugin-astro": "^0.13.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"bufferutil": "^4.0.8"
|
|
}
|
|
}
|