You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.4 KiB
54 lines
1.4 KiB
3 years ago
|
{
|
||
|
"name": "armintatankapi",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Arminta Tank API",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "./node_modules/nodemon/bin/nodemon.js ./src/index.js",
|
||
|
"start:dev": "nodemon ./src/index.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"@adminjs/fastify": "^3.0.1",
|
||
|
"@adminjs/mongoose": "^3.0.1",
|
||
|
"@fastify/env": "^3.0.0",
|
||
|
"@fastify/jwt": "^6.5.0",
|
||
|
"@fastify/view": "^7.1.2",
|
||
|
"adminjs": "^6.7.2",
|
||
|
"bcrypt": "^5.0.0",
|
||
|
"body-parser": "^1.19.0",
|
||
|
"boom": "^7.3.0",
|
||
|
"chalk": "^4.1.0",
|
||
|
"cors": "^2.8.5",
|
||
|
"csvjson": "^5.1.0",
|
||
|
"csvtojson": "^2.0.10",
|
||
|
"email-validator": "^2.0.4",
|
||
|
"fastify": "^3.29.4",
|
||
|
"fastify-auth": "^1.0.1",
|
||
|
"fastify-cors": "^5.2.0",
|
||
|
"fastify-env": "^2.2.0",
|
||
|
"fastify-formbody": "^5.3.0",
|
||
|
"fastify-jwt": "^4.2.0",
|
||
|
"fastify-multer": "^2.0.2",
|
||
|
"fastify-multipart": "^5.4.0",
|
||
|
"fastify-static": "^4.7.0",
|
||
|
"fastify-swagger": "^5.2.0",
|
||
|
"form-data": "^2.3.3",
|
||
|
"generate-password": "^1.6.0",
|
||
|
"gridfile": "^1.1.3",
|
||
|
"libphonenumber-js": "^1.9.6",
|
||
|
"moment": "^2.29.4",
|
||
|
"mongoose": "^5.11.8",
|
||
|
"multer-gridfs-storage": "^5.0.2",
|
||
|
"nodemon": "^2.0.20",
|
||
|
"nunjucks": "^3.2.3",
|
||
|
"point-of-view": "^5.3.0",
|
||
|
"raw-body": "^2.4.1",
|
||
|
"request": "^2.88.2",
|
||
|
"twilio": "^2.5.2",
|
||
|
"urllib": "^2.38.0",
|
||
|
"xml2js": "^0.4.23"
|
||
|
}
|
||
|
}
|