mirror of
https://github.com/PretendoNetwork/juxtaposition-ui.git
synced 2026-04-23 00:57:40 -05:00
55 lines
1.4 KiB
JSON
55 lines
1.4 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 ."
|
|
},
|
|
"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": {
|
|
"body-parser": "^1.19.0",
|
|
"colors": "^1.4.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"express": "^4.17.1",
|
|
"fs-extra": "^9.0.1",
|
|
"hashmap": "^2.4.0",
|
|
"image-pixels": "^2.2.2",
|
|
"memory-cache": "^0.2.0",
|
|
"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",
|
|
"node-rsa": "^1.1.1",
|
|
"node-snowflake": "0.0.1",
|
|
"pako": "^2.0.2",
|
|
"pngjs": "^6.0.0",
|
|
"sharp": "^0.28.1",
|
|
"tga": "^1.0.4",
|
|
"xml2js": "^0.4.23",
|
|
"xmlbuilder": "^15.1.1",
|
|
"xmlbuilder2": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"bmp-js": "^0.1.0",
|
|
"ejs": "^3.1.5",
|
|
"express-slow-down": "^1.4.0",
|
|
"express-subdomain": "^1.0.5",
|
|
"multer": "^1.4.2",
|
|
"object-to-xml": "^2.0.0",
|
|
"request": "^2.88.2",
|
|
"xml2json": "^0.12.0"
|
|
}
|
|
}
|