diff --git a/server/package.json b/server/package.json index e472587..03afcef 100644 --- a/server/package.json +++ b/server/package.json @@ -1,83 +1,83 @@ { - "name": "@deemix-gui/deemix-server", - "version": "0.0.0", - "private": true, - "scripts": { - "start": "node dist/app.js", - "build": "webpack --env production", - "sourcemap": "webpack --env production sourcemap", - "prewatch": "yarn lint-build", - "watch": "webpack --watch", - "lint": "eslint \"./{src, tests}/**\" --fix", - "lint-build": "eslint \"./src/**\" --fix", - "test": "jest", - "test-watch": "jest --watch" - }, - "bin": "./dist/app.js", - "pkg": { - "scripts": "./dist/**/*.js", - "assets": [ - "../webui/public/**/*", - "../package.json" - ], - "targets": [ - "node20-linux-x64", - "node20-win-x64", - "node20-macos-x64" - ] - }, - "dependencies": { - "@types/cookie-parser": "1.4.2", - "@types/dateformat": "5.0.0", - "@types/debug": "4.1.5", - "@types/ejs": "3.1.1", - "@types/express": "4.17.11", - "@types/express-session": "^1.17.3", - "@types/morgan": "1.9.2", - "@types/node": "14.14.37", - "@types/ramda": "0.27.40", - "@types/uuid": "8.3.0", - "@types/ws": "7.4.1", - "@types/yargs": "17.0.0", - "bufferutil": "4.0.8", - "cookie-parser": "1.4.6", - "dateformat": "5.0.3", - "debug": "2.6.9", - "deemix": "^3.6.14", - "deezer-js": "^1.3.8", - "dotenv": "8.2.0", - "ejs": "3.1.9", - "express": "4.18.2", - "express-session": "^1.17.3", - "memorystore": "1.6.7", - "morgan": "1.10.0", - "nodemon": "2.0.7", - "nodemon-webpack-plugin": "4.8.2", - "ramda": "0.27.1", - "ts-loader": "9.4.2", - "utf-8-validate": "5.0.5", - "uuid": "8.3.2", - "webpack": "5.89.0", - "webpack-cli": "5.1.4", - "winston": "3.11.0", - "ws": "7.4.5", - "yargs": "17.7.2" - }, - "devDependencies": { - "@nuxtjs/eslint-config": "6.0.0", - "@types/jest": "26.0.22", - "@types/supertest": "2.0.11", - "@typescript-eslint/eslint-plugin": "4.21.0", - "@typescript-eslint/parser": "4.21.0", - "eslint": "7.23.0", - "eslint-config-prettier": "8.1.0", - "eslint-plugin-prettier": "3.3.1", - "jest": "26.6.3", - "prettier": "2.2.1", - "supertest": "6.1.3", - "ts-jest": "26.5.4", - "ts-node": "9.1.1", - "ts-node-dev": "1.1.6", - "typescript": "4.2.4" - } + "name": "@deemix-gui/deemix-server", + "version": "0.0.0", + "private": true, + "scripts": { + "start": "node dist/app.js", + "build": "webpack --env production", + "sourcemap": "webpack --env production sourcemap", + "prewatch": "yarn lint-build", + "watch": "webpack --watch", + "lint": "eslint \"./{src, tests}/**\" --fix", + "lint-build": "eslint \"./src/**\" --fix", + "test": "jest", + "test-watch": "jest --watch" + }, + "bin": "./dist/app.js", + "pkg": { + "scripts": "./dist/**/*.js", + "assets": [ + "../webui/public/**/*", + "../package.json" + ], + "targets": [ + "node20-linux-x64", + "node20-win-x64", + "node20-macos-x64" + ] + }, + "dependencies": { + "@types/cookie-parser": "1.4.2", + "@types/dateformat": "5.0.0", + "@types/debug": "4.1.5", + "@types/ejs": "3.1.1", + "@types/express": "4.17.11", + "@types/express-session": "^1.17.3", + "@types/morgan": "1.9.2", + "@types/node": "14.14.37", + "@types/ramda": "0.27.40", + "@types/uuid": "8.3.0", + "@types/ws": "7.4.1", + "@types/yargs": "17.0.0", + "bufferutil": "4.0.8", + "cookie-parser": "1.4.6", + "dateformat": "5.0.3", + "debug": "2.6.9", + "deemix": "^3.6.14", + "deezer-js": "^1.3.8", + "dotenv": "8.2.0", + "ejs": "3.1.9", + "express": "4.18.2", + "express-session": "^1.17.3", + "memorystore": "1.6.7", + "morgan": "1.10.0", + "nodemon": "2.0.7", + "nodemon-webpack-plugin": "4.8.2", + "ramda": "0.27.1", + "ts-loader": "9.4.2", + "utf-8-validate": "5.0.5", + "uuid": "8.3.2", + "webpack": "5.89.0", + "webpack-cli": "5.1.4", + "winston": "3.11.0", + "ws": "7.4.5", + "yargs": "17.7.2" + }, + "devDependencies": { + "@nuxtjs/eslint-config": "6.0.0", + "@types/jest": "26.0.22", + "@types/supertest": "2.0.11", + "@typescript-eslint/eslint-plugin": "4.21.0", + "@typescript-eslint/parser": "4.21.0", + "eslint": "7.23.0", + "eslint-config-prettier": "8.1.0", + "eslint-plugin-prettier": "3.3.1", + "jest": "26.6.3", + "prettier": "2.2.1", + "supertest": "6.1.3", + "ts-jest": "26.5.4", + "ts-node": "9.1.1", + "ts-node-dev": "1.1.6", + "typescript": "4.2.4" + } }