mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-03-22 01:44:08 -05:00
63 lines
1.8 KiB
JSON
63 lines
1.8 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": "npx eslint .",
|
|
"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.723.0",
|
|
"@pretendonetwork/grpc": "^1.0.6",
|
|
"colors": "^1.4.0",
|
|
"connect-redis": "^7.1.1",
|
|
"cookie-parser": "^1.4.5",
|
|
"crc": "^4.3.2",
|
|
"express": "^4.17.1",
|
|
"express-rate-limit": "^6.7.0",
|
|
"express-session": "^1.18.0",
|
|
"fs-extra": "^9.0.1",
|
|
"hashmap": "^2.4.0",
|
|
"image-pixels": "^2.2.2",
|
|
"moment": "^2.29.1",
|
|
"mongoose": "^6.0.13",
|
|
"mongoose-fuzzy-search-next": "^1.0.13",
|
|
"mongoose-unique-validator": "^3.0.0",
|
|
"morgan": "^1.10.0",
|
|
"multer": "^1.4.5-lts.1",
|
|
"nice-grpc": "^2.1.4",
|
|
"node-snowflake": "0.0.1",
|
|
"pako": "^2.0.2",
|
|
"pngjs": "^6.0.0",
|
|
"redis": "^4.6.13",
|
|
"sharp": "^0.33.5",
|
|
"tga": "^1.0.4",
|
|
"xml2js": "^0.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
|
"@typescript-eslint/parser": "^5.59.11",
|
|
"bmp-js": "^0.1.0",
|
|
"ejs": "^3.1.5",
|
|
"eslint": "^8.42.0",
|
|
"express-slow-down": "^1.4.0",
|
|
"express-subdomain": "^1.0.5",
|
|
"request": "^2.88.2",
|
|
"tsc-alias": "^1.8.6",
|
|
"typescript": "^5.1.3"
|
|
}
|
|
} |