juxtaposition-ui/package.json
William Oldham fbd90bccfd
Some checks failed
Build and Publish Docker Image / build-publish (push) Has been cancelled
style: update common-eslint package, and actually fix block linting
2025-02-01 20:53:21 +00:00

68 lines
1.9 KiB
JSON

{
"name": "juxt-web",
"version": "1.0.0",
"description": "Web frontend for the Pretendo Network miiverse replacement, Juxt.",
"main": "./src/server",
"scripts": {
"start": "node .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"build": "npm run lint && npm run clean && npx tsc && npx tsc-alias",
"clean": "rimraf ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PretendoNetwork/juxt-web.git"
},
"keywords": [],
"author": "https://github.com/CaramelKat",
"license": "ISC",
"bugs": {
"url": "https://github.com/PretendoNetwork/juxt-web/issues"
},
"homepage": "https://github.com/PretendoNetwork/juxt-web#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.729.0",
"@pretendonetwork/grpc": "^2.0.1",
"colors": "^1.4.0",
"connect-redis": "^8.0.1",
"cookie-parser": "^1.4.7",
"crc": "^4.3.2",
"express": "^4.21.2",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"fs-extra": "^11.3.0",
"hashmap": "^2.4.0",
"image-pixels": "^2.2.2",
"moment": "^2.30.1",
"mongoose": "^6.13.6",
"mongoose-fuzzy-search-next": "^1.0.13",
"mongoose-unique-validator": "^3.1.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nice-grpc": "^2.1.10",
"node-snowflake": "0.0.1",
"pako": "^2.1.0",
"pngjs": "^7.0.0",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"tga": "^1.0.7",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
"@pretendonetwork/eslint-config": "^0.0.6",
"@stylistic/eslint-plugin": "^2.13.0",
"bmp-js": "^0.1.0",
"ejs": "^3.1.10",
"eslint": "^9.18.0",
"eslint-plugin-import": "^2.31.0",
"express-subdomain": "^1.0.6",
"globals": "^15.14.0",
"request": "^2.88.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
}
}