nodefony
Version:
Nodefony Framework Core
112 lines (111 loc) • 2.76 kB
JSON
{
"name": "nodefony",
"version": "7.0.2",
"main": "autoloader.es6",
"description": "Nodefony Framework Core",
"contributors": [],
"scripts": {
"nodefony": "node ./bin/nodefony",
"start": "node ./bin/nodefony"
},
"private": false,
"keywords": [
"nodefony",
"node-js",
"javascript",
"framework",
"mvc-framework",
"redis",
"eleasticsearch",
"http2",
"pm2",
"sequelize",
"mongoose",
"webpack",
"sockjs",
"twig",
"cors",
"websocket",
"waf"
],
"bin": {
"nodefony": "bin/nodefony"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/parser": "^7.26.3",
"@graphql-tools/merge": "^9.0.16",
"@graphql-tools/schema": "^10.0.15",
"@graphql-tools/utils": "^10.7.1",
"@nodefony/elastic-bundle": "7.0.2",
"@nodefony/framework-bundle": "7.0.2",
"@nodefony/http-bundle": "7.0.2",
"@nodefony/mail-bundle": "7.0.2",
"@nodefony/mongoose-bundle": "7.0.2",
"@nodefony/monitoring-bundle": "7.0.2",
"@nodefony/realtime-bundle": "7.0.2",
"@nodefony/redis-bundle": "7.0.2",
"@nodefony/security-bundle": "7.0.2",
"@nodefony/sequelize-bundle": "7.0.2",
"@nodefony/unittests-bundle": "7.0.2",
"@vue/cli": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/cli-service-global": "4.5.19",
"asciify": "1.3.5",
"bluebird": "3.7.2",
"chai": "^5.1.2",
"chokidar": "^4.0.3",
"cli-color": "2.0.4",
"cli-table3": "0.6.5",
"clui": "0.3.6",
"commander": "12.1.0",
"core-js": "^3.39.0",
"create-react-app": "5.0.1",
"graphql": "^16.10.0",
"inquirer": "10.1.8",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"lodash.isregexp": "4.0.1",
"markdown-it": "14.1.0",
"mime": "=3.0.0",
"moment": "2.30.1",
"node-cron": "3.0.3",
"node-emoji": "^2.2.0",
"npm": "^11.0.0",
"pm2": "^5.4.3",
"promise": "8.3.0",
"request": "2.88.2",
"semver": "7.6.3",
"shelljs": "0.8.5",
"shortid": "2.2.16",
"simple-git": "^3.27.0",
"spdx": "0.5.2",
"twig": "1.17.1",
"uuid": "^11.0.3",
"webpack": "^5.97.1",
"xml2js": "0.6.2",
"yarn": "1.22.22"
},
"devDependencies": {
"babel-loader": "^9.2.1",
"babel-polyfill": "6.26.0",
"eslint": "^9.17.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "6.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/nodefony/nodefony.git",
"directory": "src/nodefony"
},
"resolutions": {},
"license": "CECILL-B",
"licenses": [
{
"type": "CECILL-B",
"url": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"
}
],
"author": "Christophe CAMENSULI <ccamensuli@gmail.com>",
"readmeFilename": "README.md"
}