{ "name": "kontena-lens", "version": "1.13.1", "scripts": { "app-dev": "yarn extract && webpack-cli --watch --cache --progress --output-path ../static/build/client/", "build-client": "yarn extract && NODE_ENV=production webpack -p --cache --progress --output-path ../static/build/client/", "build-server": "tsc --project server", "pkg-server-linux": "pkg --no-bytecode --public --public-packages '*' -t node12-linux -o ../binaries/server/linux/lens-server build/server/app.js", "pkg-server-macos": "pkg --no-bytecode --public --public-packages '*' -t node12-macos -o ../binaries/server/darwin/lens-server build/server/app.js", "pkg-server-win": "pkg --no-bytecode --public --public-packages '*' -t node12-win -o ../binaries/server/win32/lens-server-x64.exe build/server/app.js", "test": "jest --config './test/jest.config.js'", "add-locale": "lingui add-locale", "extract": "lingui extract --clean", "compile": "lingui compile" }, "nodemonConfig": { "watch": [ ".env", "package.json", "server" ], "ext": "ts", "execMap": { "ts": "ts-node --project server/tsconfig.json" } }, "dependencies": { "@types/jsonpath": "^0.2.0", "axios": "^0.19.0", "chalk": "^2.4.2", "compression": "^1.7.4", "cookie-session": "^1.3.3", "cors": "^2.8.5", "crypto-js": "^3.1.9-1", "dotenv": "^8.2.0", "express": "^4.17.1", "helmet": "^3.21.2", "http-proxy-middleware": "^0.20.0", "ip": "^1.1.5", "js-yaml": "^3.13.1", "jsonpath": "^1.0.2", "lodash": "^4.17.15", "morgan": "^1.9.1" }, "devDependencies": { "@babel/core": "^7.7.2", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.8.7", "@babel/preset-react": "^7.7.0", "@babel/preset-typescript": "^7.8.3", "@babel/runtime": "^7.7.2", "@lingui/cli": "^3.0.0-7", "@lingui/loader": "^3.0.0-7", "@lingui/macro": "^3.0.0-7", "@lingui/react": "^3.0.0-7", "@material-ui/core": "^4.6.0", "@types/chart.js": "^2.9.1", "@types/color": "^3.0.0", "@types/compression": "^1.0.1", "@types/cookie-session": "^2.0.37", "@types/cors": "^2.8.6", "@types/crypto-js": "^3.1.43", "@types/dompurify": "^2.0.0", "@types/dotenv": "^8.2.0", "@types/enzyme": "^3.10.3", "@types/enzyme-adapter-react-16": "^1.0.5", "@types/express": "^4.17.2", "@types/helmet": "^0.0.45", "@types/history": "^4.7.3", "@types/hoist-non-react-statics": "^3.3.1", "@types/html-webpack-plugin": "^3.2.1", "@types/http-proxy-middleware": "^0.19.3", "@types/ip": "^1.1.0", "@types/jest": "^24.0.22", "@types/js-yaml": "^3.12.1", "@types/lingui__macro": "^2.7.3", "@types/lodash": "^4.14.146", "@types/marked": "^0.7.0", "@types/material-ui": "^0.21.7", "@types/mini-css-extract-plugin": "^0.8.0", "@types/morgan": "^1.7.37", "@types/node": "^12.12.7", "@types/react": "^16.9.11", "@types/react-dom": "^16.9.4", "@types/react-router-dom": "^5.1.2", "@types/react-select": "^3.0.8", "@types/react-window": "^1.8.1", "@types/terser-webpack-plugin": "^2.2.0", "@types/webpack": "^4.39.8", "ace-builds": "^1.4.7", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^8.0.6", "babel-plugin-macros": "^2.6.1", "chart.js": "^2.9.2", "color": "^3.1.2", "commander": "^4.0.1", "concurrently": "^5.0.0", "css-element-queries": "^1.2.1", "css-loader": "^3.2.0", "dompurify": "^2.0.7", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "file-loader": "^4.2.0", "flex.box": "^3.4.4", "fs-extra": "^8.1.0", "hoist-non-react-statics": "^3.3.0", "html-webpack-plugin": "3.2.0", "identity-obj-proxy": "^3.0.0", "include-media": "^1.4.9", "jest": "^24.9.0", "marked": "^0.7.0", "mini-css-extract-plugin": "^0.8.0", "mobx": "^5.15.0", "mobx-observable-history": "^1.0.0", "mobx-react": "^6.1.4", "moment": "^2.24.0", "node-sass": "^4.13.0", "nodemon": "^1.19.4", "path-to-regexp": "^3.2.0", "pkg": "^4.4.4", "raw-loader": "^3.1.0", "react": "^16.11.0", "react-dom": "^16.11.0", "react-router-dom": "^5.1.2", "react-select": "^3.0.8", "react-window": "^1.8.5", "sass-loader": "^8.0.0", "style-loader": "^1.0.0", "ts-jest": "^24.1.0", "ts-loader": "^6.2.1", "ts-node": "^8.5.0", "typescript": "^3.7.2", "url-loader": "^2.2.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.9.0", "xterm": "^4.2.0-vscode1", "xterm-addon-fit": "^0.3.0", "yargs": "^14.2.0" } }