6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
130 lines
3.9 KiB
JSON
130 lines
3.9 KiB
JSON
{
|
|
"name": "bull-board",
|
|
"description": "Bull queue UI for inspecting jobs",
|
|
"version": "1.7.2",
|
|
"keywords": [
|
|
"bull",
|
|
"redis",
|
|
"queue",
|
|
"monitoring"
|
|
],
|
|
"author": "Vitor Capretz <capretzvitor@gmail.com>",
|
|
"contributors": [
|
|
"Erik Engervall <erik.engervall@gmail.com>",
|
|
"Felix Mosheev"
|
|
],
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/felixmosh/bull-board.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/felixmosh/bull-board/issues"
|
|
},
|
|
"files": [
|
|
"dist/**/*",
|
|
"static/**/*"
|
|
],
|
|
"scripts": {
|
|
"prepublishOnly": "yarn build",
|
|
"lint": "eslint \"./src/**/*.ts*\"",
|
|
"build": "yarn build:clean && yarn build:ui && yarn build:routes",
|
|
"build:ui": "NODE_ENV=production webpack --mode=production",
|
|
"build:routes": "yarn tsc",
|
|
"build:clean": "rm -rf ./static ./dist",
|
|
"start:dev:docker": "docker-compose up -d",
|
|
"start:dev:server": "ts-node-dev example.ts",
|
|
"start:dev:ui": "NODE_ENV=development webpack serve",
|
|
"start:dev": "yarn start:dev:docker && yarn start:dev:server",
|
|
"test": "yarn ts-node src/dockest",
|
|
"release": "release-it"
|
|
},
|
|
"dependencies": {
|
|
"@types/bull": "^3.14.4",
|
|
"@types/express": "^4.17.9",
|
|
"@types/express-serve-static-core": "^4.17.14",
|
|
"@types/ioredis": "^4.22.3",
|
|
"@types/react-dom": "^17.0.2",
|
|
"axios": "^0.21.1",
|
|
"classnames": "^2.2.6",
|
|
"date-fns": "2.21.1",
|
|
"ejs": "3.1.6",
|
|
"express": "4.17.1",
|
|
"highlight.js": "^10.7.1",
|
|
"pretty-bytes": "5.6.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-toastify": "^7.0.3",
|
|
"redis-info": "^3.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
|
"@babel/plugin-transform-runtime": "^7.13.10",
|
|
"@babel/preset-env": "^7.13.10",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"@babel/runtime": "^7.13.10",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/jest": "^26.0.21",
|
|
"@types/node": "^14.14.35",
|
|
"@types/pretty-bytes": "^5.2.0",
|
|
"@types/react-highlight": "^0.12.2",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"@types/redis-info": "^3.0.0",
|
|
"@types/supertest": "^2.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"@typescript-eslint/typescript-estree": "^4.18.0",
|
|
"auto-changelog": "^2.2.1",
|
|
"babel-loader": "^8.2.2",
|
|
"bull": "^3.21.1",
|
|
"bullmq": "1.19.3",
|
|
"css-loader": "^5.1.3",
|
|
"css-minimizer-webpack-plugin": "^2.0.0",
|
|
"dockest": "2.1.0",
|
|
"eslint": "^7.24.0",
|
|
"eslint-config-prettier": "^8.2.0",
|
|
"eslint-plugin-no-only-tests": "^2.4.0",
|
|
"eslint-plugin-prettier": "^3.2.0",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"fork-ts-checker-webpack-plugin": "^6.2.0",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"jest": "^26.6.3",
|
|
"mini-css-extract-plugin": "^1.3.9",
|
|
"postcss-loader": "^5.2.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"prettier": "^2.2.1",
|
|
"prettier-eslint": "^12.0.0",
|
|
"react-dev-utils": "^11.0.1",
|
|
"react-refresh": "^0.10.0",
|
|
"release-it": "^14.5.0",
|
|
"snyk": "^1.503.0",
|
|
"style-loader": "^2.0.0",
|
|
"supertest": "^6.0.1",
|
|
"ts-jest": "^26.5.4",
|
|
"ts-node-dev": "^1.1.6",
|
|
"typescript": "^4.2.3",
|
|
"webpack": "^5.35.0",
|
|
"webpack-cli": "^4.5.0",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"release-it": {
|
|
"git": {
|
|
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
|
|
},
|
|
"hooks": {
|
|
"after:bump": "npx auto-changelog -p"
|
|
},
|
|
"github": {
|
|
"release": true
|
|
}
|
|
},
|
|
"snyk": true
|
|
}
|