nope/package.json

120 lines
3.5 KiB
JSON
Raw Normal View History

2020-08-19 06:36:59 +00:00
{
"name": "nope-backend",
"version": "1.0.0",
"description": "Nodejs Backend, combining nextjs with openapi",
"main": "dist/index.js",
2021-01-08 15:58:23 +00:00
"bin": {
2021-05-20 07:55:56 +00:00
"nope-js": "./bin/nope"
2021-01-08 15:58:23 +00:00
},
2020-08-19 06:36:59 +00:00
"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",
2020-10-29 18:20:42 +00:00
"dev": "NODE_OPTIONS='--inspect' next dev",
2020-08-19 06:36:59 +00:00
"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": {
2021-05-13 08:04:51 +00:00
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
2021-07-27 10:55:02 +00:00
"@grpc/proto-loader": "^0.6.4",
"@openapitools/openapi-generator-cli": "^2.3.7",
"@rjsf/bootstrap-4": "^3.0.0",
"@rjsf/core": "^3.0.0",
2020-10-29 18:20:42 +00:00
"@zeit/next-css": "^1.0.1",
2020-11-04 21:36:52 +00:00
"ace-builds": "^1.4.12",
2021-07-27 10:55:02 +00:00
"aedes": "^0.46.1",
"ajv": "^8.6.2",
"amqplib": "^0.8.0",
2021-05-13 08:04:51 +00:00
"arangojs": "^7.5.0",
"async": "^3.2.0",
2020-11-15 19:11:25 +00:00
"asyncjs": "0.0.13",
2021-07-27 10:55:02 +00:00
"bootstrap": "^5.0.2",
"bootswatch": "^5.0.2",
"chroma-js": "^2.1.2",
2021-05-13 08:04:51 +00:00
"comment-parser": "^1.1.5",
2020-08-19 06:36:59 +00:00
"cors": "^2.8.5",
"express": "^4.17.1",
2021-07-27 10:55:02 +00:00
"express-openapi": "^9.1.0",
"gojs": "^2.1.46",
2020-12-01 12:05:35 +00:00
"gojs-react": "^1.0.10",
2021-05-13 08:04:51 +00:00
"grpc": "^1.24.7",
"handlebars": "^4.7.7",
2021-07-27 10:55:02 +00:00
"inquirer": "^8.1.2",
2020-08-25 22:11:26 +00:00
"inquirer-fuzzy-path": "^2.3.0",
"inquirer-search-list": "^1.2.6",
2021-07-27 10:55:02 +00:00
"inversify": "^5.1.1",
"js-logger": "^1.6.1",
"jsdocs": "^1.0.0",
2021-07-27 10:55:02 +00:00
"jsoneditor": "^9.5.2",
2021-05-04 14:51:27 +00:00
"jsoneditor-react": "^3.1.1",
"lodash": "^4.17.21",
"mathjs": "^9.4.4",
2021-07-27 10:55:02 +00:00
"mqtt": "^4.2.8",
2020-08-25 22:11:26 +00:00
"mqtt-pattern": "^1.2.0",
2021-07-27 10:55:02 +00:00
"next": "^11.0.1",
2020-08-25 22:11:26 +00:00
"node-ads": "^1.5.1",
"node-rest-client": "^3.1.0",
2021-01-07 16:28:57 +00:00
"node-windows": "^1.0.0-beta.5",
2021-02-12 14:54:57 +00:00
"node-wol": "^0.1.1",
2021-07-27 10:55:02 +00:00
"npm": "^7.20.1",
"npx": "^10.2.2",
2021-05-13 08:04:51 +00:00
"openapi-typescript-codegen": "^0.9.3",
2021-07-27 10:55:02 +00:00
"rctx-contextmenu": "^1.3.5",
2021-05-13 08:04:51 +00:00
"react": "^17.0.2",
2021-07-27 10:55:02 +00:00
"react-ace": "^9.4.1",
"react-bootstrap": "^1.6.1",
2021-05-13 08:04:51 +00:00
"react-dom": "^17.0.2",
2021-07-27 10:55:02 +00:00
"react-grid-layout": "^1.2.5",
2021-05-13 08:04:51 +00:00
"react-icons": "^4.2.0",
"react-toastify": "^7.0.4",
2020-08-25 22:11:26 +00:00
"reflect-metadata": "^0.1.13",
2021-07-27 10:55:02 +00:00
"rxjs": "^7.2.0",
"simple-git": "^2.41.1",
2020-10-25 20:14:51 +00:00
"simple-undo": "^1.0.2",
2020-08-21 16:38:21 +00:00
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.1",
"swagger-ts-client": "^0.9.6",
2021-07-27 10:55:02 +00:00
"swagger-ui-react": "^3.51.1",
2021-05-13 08:00:34 +00:00
"tinkerforge": "^2.1.33",
2021-07-27 10:55:02 +00:00
"ts-morph": "^11.0.3",
"typescript-json-schema": "^0.50.1",
2021-05-13 08:04:51 +00:00
"uuid": "^8.3.2",
2021-01-08 10:05:04 +00:00
"websocket-stream": "^5.5.2"
2020-08-19 06:36:59 +00:00
},
"devDependencies": {
2021-07-27 10:55:02 +00:00
"@types/amqplib": "^0.8.1",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.171",
"@types/node": "^16.4.1",
"@types/react": "^17.0.14",
"@types/socket.io": "^3.0.1",
2021-05-13 08:04:51 +00:00
"@types/socket.io-client": "^1.4.36",
2021-07-27 10:55:02 +00:00
"@typescript-eslint/eslint-plugin": "^4.28.4",
"@typescript-eslint/parser": "^4.28.4",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
2021-05-13 08:04:51 +00:00
"eslint-plugin-prettier": "^3.4.0",
2021-07-27 10:55:02 +00:00
"npm-check-updates": "^11.8.3",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
2020-08-19 06:36:59 +00:00
}
2021-05-21 17:21:53 +00:00
}