mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@mgcrea/fastify-session": "^0.14.1",
|
|
"dotenv": "^8.2.0",
|
|
"express-validator": "5.3.1",
|
|
"fastify": "^3.18.0",
|
|
"fastify-cookie": "^5.3.1",
|
|
"fastify-flash": "^2.0.2",
|
|
"fastify-formbody": "^5.0.0",
|
|
"fastify-plugin": "^3.0.0",
|
|
"fastify-secure-session": "^2.3.1",
|
|
"fastify-static": "^4.2.2",
|
|
"fastify-tls-keygen": "^1.1.0",
|
|
"got": "^11.8.2",
|
|
"https": "^1.0.0",
|
|
"path": "^0.12.7",
|
|
"pino-pretty": "^5.0.2",
|
|
"point-of-view": "^4.15.0",
|
|
"pug": "^3.0.2",
|
|
"url": "^0.11.0"
|
|
},
|
|
"name": "ccashfrontend",
|
|
"description": "",
|
|
"version": "1.0.0",
|
|
"main": "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"
|
|
},
|
|
"devDependencies": {},
|
|
"build": {}
|
|
}
|