nope/package.json
2021-01-22 19:39:11 +01:00

112 lines
3.3 KiB
JSON

{
"name": "nope-backend",
"version": "1.0.0",
"description": "Nodejs Backend, combining nextjs with openapi",
"main": "index.js",
"bin": {
"nope-cli": "./bin/nope"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-frontend-interfaces": "openapi --input http://localhost:3000/api/api-docs --output ./pages/interfaces",
"compile-backend": "tsc -p ./tsconfigBackend.json",
"doc": "npx jsdoc ./lib -r -c jsdoc.json",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anti-held-333/nope-backend.git"
},
"keywords": [
"nextjs",
"openapi"
],
"author": "anti-held-333",
"license": "MIT",
"bugs": {
"url": "https://github.com/anti-held-333/nope-backend/issues"
},
"homepage": "https://github.com/anti-held-333/nope-backend#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@grpc/proto-loader": "^0.5.5",
"@openapitools/openapi-generator-cli": "^2.0.3",
"@rjsf/bootstrap-4": "^2.4.0",
"@rjsf/core": "^2.4.0",
"@zeit/next-css": "^1.0.1",
"ace-builds": "^1.4.12",
"aedes": "^0.44.1",
"ajv": "^6.12.6",
"amqplib": "^0.6.0",
"arangojs": "^7.1.0",
"async": "^3.2.0",
"asyncjs": "0.0.13",
"bootstrap": "^4.5.3",
"bootswatch": "^4.5.3",
"chroma-js": "^2.1.0",
"comment-parser": "^0.7.6",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-openapi": "^7.0.2",
"gojs": "^2.1.30",
"gojs-react": "^1.0.10",
"grpc": "^1.24.3",
"handlebars": "^4.7.6",
"inquirer": "^7.3.3",
"inquirer-fuzzy-path": "^2.3.0",
"inversify": "^5.0.1",
"js-logger": "^1.6.1",
"jsdocs": "^1.0.0",
"lodash": "^4.17.20",
"mathjs": "^7.5.1",
"mqtt": "^4.2.6",
"mqtt-pattern": "^1.2.0",
"next": "^10.0.0",
"node-ads": "^1.5.1",
"node-rest-client": "^3.1.0",
"node-windows": "^1.0.0-beta.5",
"openapi-typescript-codegen": "^0.5.3",
"rctx-contextmenu": "^1.3.4",
"react": "^17.0.1",
"react-ace": "^9.2.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-grid-layout": "^1.1.1",
"react-icons": "^3.11.0",
"react-toastify": "^6.0.9",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"simple-undo": "^1.0.2",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.1",
"swagger-ts-client": "^0.9.6",
"swagger-ui-react": "^3.36.0",
"ts-morph": "^8.1.2",
"typescript-json-schema": "^0.43.0",
"uuid": "^8.3.1",
"websocket-stream": "^5.5.2"
},
"devDependencies": {
"@types/amqplib": "^0.5.15",
"@types/express": "^4.17.8",
"@types/lodash": "^4.14.162",
"@types/node": "^14.14.5",
"@types/react": "^16.9.53",
"@types/socket.io": "^2.1.11",
"@types/socket.io-client": "^1.4.34",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"npm-check-updates": "^9.2.3",
"prettier": "^2.2.0",
"typescript": "^4.0.5"
}
}