mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 06:42:13 +11:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"dependencies": {
|
|
"@mgcrea/fastify-session": "^0.14.1",
|
|
"ccash-client-js": "^1.8.1",
|
|
"connect-flash": "^0.1.1",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-messages": "^1.0.1",
|
|
"express-session": "^1.17.1",
|
|
"express-validator": "5.3.1",
|
|
"fastify": "^3.18.0",
|
|
"fastify-auth": "^1.1.0",
|
|
"fastify-basic-auth": "^2.0.0",
|
|
"fastify-cookie": "^5.3.1",
|
|
"fastify-flash": "^2.0.2",
|
|
"fastify-formbody": "^5.0.0",
|
|
"fastify-jwt": "^3.0.0",
|
|
"fastify-jwt-webapp": "^0.11.1",
|
|
"fastify-plugin": "^3.0.0",
|
|
"fastify-secure-session": "^2.3.1",
|
|
"fastify-session": "^5.2.1",
|
|
"fastify-static": "^4.2.2",
|
|
"fastify-tls-keygen": "^1.1.0",
|
|
"got": "^11.8.2",
|
|
"https": "^1.0.0",
|
|
"memorystore": "*",
|
|
"mongoose": "^5.12.5",
|
|
"path": "^0.12.7",
|
|
"pem": "^1.14.4",
|
|
"pino-pretty": "^5.0.2",
|
|
"point-of-view": "^4.15.0",
|
|
"pug": "^3.0.2",
|
|
"url": "^0.11.0",
|
|
"validator": "^13.5.2"
|
|
},
|
|
"name": "ccashfrontend",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Expand-sys/ccashfrontend.git"
|
|
},
|
|
"author": "Expand",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Expand-sys/ccashfrontend/issues"
|
|
},
|
|
"homepage": "https://github.com/Expand-sys/ccashfrontend#readme",
|
|
"engines": {
|
|
"node": "16.x"
|
|
}
|
|
}
|