nope/package.json

146 lines
4.5 KiB
JSON
Raw Normal View History

2020-08-19 06:36:59 +00:00
{
2021-08-04 16:17:23 +00:00
"name": "nope",
2021-08-17 15:52:46 +00:00
"version": "0.9.7",
2020-08-19 06:36:59 +00:00
"description": "Nodejs Backend, combining nextjs with openapi",
2021-09-02 06:20:26 +00:00
"main": "dist/lib/index.browser.js",
2021-08-04 16:17:23 +00:00
"files": [
"dist",
"node_modules",
"README.md",
"package.json"
],
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": {
2021-11-14 22:16:07 +00:00
"test": "mocha",
2020-08-19 06:36:59 +00:00
"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",
2021-08-04 16:17:23 +00:00
"build": "tsc && tsc -p tsconfigBackend.json",
2021-11-25 07:41:16 +00:00
"start": "next start",
"prettier-format": "run-script-os",
"prettier-format:win32": "prettier \"./lib/**/*.ts\" --write",
"prettier-format:darwin:linux": "prettier 'lib/**/*.ts' --write",
"prettier-format:default": "prettier 'lib/**/*.ts' --write",
"prettier-watch": "run-script-os",
"prettier-watch:win32": "onchange \"lib/**/*.ts\" -- prettier --write {{changed}}",
"prettier-watch:darwin:linux": "onchange 'lib/**/*.ts' -- prettier --write {{changed}}",
"prettier-watch:default": "onchange 'lib/**/*.ts' -- prettier --write {{changed}}",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
2020-08-19 06:36:59 +00:00
},
2021-11-14 22:16:07 +00:00
"mocha": {
"reporter": "spec",
"spec": "dist/**/*.spec.js"
},
2020-08-19 06:36:59 +00:00
"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-09-02 06:20:26 +00:00
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
2022-01-10 06:52:05 +00:00
"@fortawesome/react-fontawesome": "^0.1.16",
"@grpc/proto-loader": "^0.6.9",
"@openapitools/openapi-generator-cli": "^2.4.23",
"@rjsf/bootstrap-4": "^3.2.1",
"@rjsf/core": "^3.2.1",
2020-10-29 18:20:42 +00:00
"@zeit/next-css": "^1.0.1",
2022-01-10 06:52:05 +00:00
"ace-builds": "^1.4.13",
"aedes": "^0.46.2",
"ajv": "^8.8.2",
2021-07-27 10:55:02 +00:00
"amqplib": "^0.8.0",
2022-01-10 06:52:05 +00:00
"arangojs": "^7.6.1",
"async": "^3.2.2",
2020-11-15 19:11:25 +00:00
"asyncjs": "0.0.13",
2022-01-10 06:52:05 +00:00
"bootstrap": "^5.1.3",
"bootswatch": "^5.1.3",
2021-07-27 10:55:02 +00:00
"chroma-js": "^2.1.2",
2022-01-10 06:52:05 +00:00
"comment-parser": "^1.3.0",
2020-08-19 06:36:59 +00:00
"cors": "^2.8.5",
2022-01-10 06:52:05 +00:00
"express": "^4.17.2",
"express-openapi": "^10.0.0",
"gojs": "^2.1.56",
2021-09-02 06:20:26 +00:00
"gojs-react": "^1.1.0",
2021-05-13 08:04:51 +00:00
"handlebars": "^4.7.7",
2022-01-10 06:52:05 +00:00
"inquirer": "^8.2.0",
2020-08-25 22:11:26 +00:00
"inquirer-fuzzy-path": "^2.3.0",
"inquirer-search-list": "^1.2.6",
2022-01-10 06:52:05 +00:00
"inversify": "^6.0.1",
"js-logger": "^1.6.1",
"jsdocs": "^1.0.0",
"lodash": "^4.17.21",
2022-01-10 06:52:05 +00:00
"mathjs": "^10.0.2",
"mqtt": "^4.3.4",
2020-08-25 22:11:26 +00:00
"mqtt-pattern": "^1.2.0",
2022-01-10 06:52:05 +00:00
"next": "^12.0.7",
2020-08-25 22:11:26 +00:00
"node-ads": "^1.5.1",
"node-rest-client": "^3.1.0",
2022-01-10 06:52:05 +00:00
"node-windows": "^1.0.0-beta.6",
2021-02-12 14:54:57 +00:00
"node-wol": "^0.1.1",
2022-01-10 06:52:05 +00:00
"npm": "^8.3.0",
"npx": "^10.2.2",
2022-01-10 06:52:05 +00:00
"openapi-typescript-codegen": "^0.13.0",
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-09-02 06:20:26 +00:00
"react-ace": "^9.4.3",
2021-07-27 10:55:02 +00:00
"react-bootstrap": "^1.6.1",
2021-05-13 08:04:51 +00:00
"react-dom": "^17.0.2",
2021-09-02 06:20:26 +00:00
"react-grid-layout": "^1.3.0",
2022-01-10 06:52:05 +00:00
"react-icons": "^4.3.1",
"react-toastify": "^8.1.0",
2020-08-25 22:11:26 +00:00
"reflect-metadata": "^0.1.13",
2021-11-25 07:41:16 +00:00
"run-script-os": "^1.1.6",
2022-01-10 06:52:05 +00:00
"rxjs": "^7.5.1",
"simple-git": "^2.48.0",
2020-10-25 20:14:51 +00:00
"simple-undo": "^1.0.2",
2022-01-10 06:52:05 +00:00
"socket.io": "^4.4.1",
"socket.io-client": "^4.4.1",
"swagger-ts-client": "^0.9.6",
2022-01-10 06:52:05 +00:00
"swagger-ui-react": "^4.1.3",
2021-05-13 08:00:34 +00:00
"tinkerforge": "^2.1.33",
2022-01-10 06:52:05 +00:00
"ts-morph": "^13.0.2",
"typescript-json-schema": "^0.52.0",
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-09-02 06:20:26 +00:00
"@types/amqplib": "^0.8.2",
2022-01-10 06:52:05 +00:00
"@types/chai": "^4.3.0",
2021-07-27 10:55:02 +00:00
"@types/express": "^4.17.13",
2022-01-10 06:52:05 +00:00
"@types/lodash": "^4.14.178",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
2021-07-27 10:55:02 +00:00
"@types/socket.io": "^3.0.1",
2021-05-13 08:04:51 +00:00
"@types/socket.io-client": "^1.4.36",
2022-01-10 06:52:05 +00:00
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
2021-11-14 22:16:07 +00:00
"chai": "^4.3.4",
2021-09-03 05:42:37 +00:00
"dts-bundle": "^0.7.3",
2021-09-02 06:20:26 +00:00
"dts-bundle-webpack": "^1.0.2",
2022-01-10 06:52:05 +00:00
"eslint": "^8.6.0",
2021-07-27 10:55:02 +00:00
"eslint-config-prettier": "^8.3.0",
2022-01-10 06:52:05 +00:00
"eslint-plugin-import": "^2.25.4",
2021-09-02 06:20:26 +00:00
"eslint-plugin-prettier": "^4.0.0",
2021-11-25 07:41:16 +00:00
"mocha": "^9.1.3",
2022-01-10 06:52:05 +00:00
"npm-check-updates": "^12.1.0",
2021-11-25 07:41:16 +00:00
"onchange": "^7.1.0",
2022-01-10 06:52:05 +00:00
"prettier": "2.5.1",
"typescript": "^4.5.4",
2021-09-02 06:20:26 +00:00
"webpack": "^4.46.0",
"webpack-cli": "^4.8.0"
2020-08-19 06:36:59 +00:00
}
2021-11-14 22:16:07 +00:00
}