{ "name": "$(appName)-ui", "version": "0.1.0", "author": "Roman Jaroš", "license": "ISC", "scripts": { "ci:build": "pnpm build:prod", "ci:build:test": "pnpm build:test", "ci:test:e2e": "nightwatch --env ci", "dev": "webpack serve --config scripts/webpack-dev.js --env config=local", "lint": "eslint -c .eslintrc src/**/*.{ts,tsx}", "lint:css": "stylelint src/**/*.ts", "test": "jest", "test:watch": "jest --watch", "test:update": "jest -u", "test:e2e-build": "tsc -p tests/tsconfig.json -w", "test:e2e": "nightwatch --env localhost", "build:prod": "webpack --config scripts/webpack-prod.js", "build:test": "webpack --config scripts/webpack-dev.js --env config=test", "serve": "http-server-spa build index.html 3331", "codegen": "pnpm dlx @rtk-query/codegen-openapi openapi-config.ts" }, "dependencies": { "@procyon/api": "1.2.6", "@procyon/auth": "1.2.6", "@procyon/components": "1.2.6", "@procyon/constants": "1.2.6", "@procyon/forms": "1.2.6", "@procyon/localization": "1.2.6", "@procyon/styles": "1.2.6", "@procyon/types": "1.2.6", "@procyon/utils": "1.2.6", "@reduxjs/toolkit": "1.9.7", "clsx": "2.0.0", "date-fns": "2.30.0", "history": "5.3.0", "ramda": "0.29.1", "react": "18.2.0", "react-dom": "18.2.0", "react-redux": "8.1.3", "typescript": "5.3.2", "wouter": "2.12.1", "yup": "1.3.2" }, "devDependencies": { "@rtk-query/codegen-openapi": "1.2.0", "@types/enzyme": "3.10.11", "@types/jest": "29.5.10", "@types/nightwatch": "2.3.28", "@types/ramda": "0.29.9", "@types/react": "18.2.38", "@types/react-dom": "18.2.17", "@types/react-redux": "7.1.31", "@types/yup": "0.29.14", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "autoprefixer": "10.4.16", "case-sensitive-paths-webpack-plugin": "2.4.0", "clean-webpack-plugin": "4.0.0", "copy-webpack-plugin": "11.0.0", "css-loader": "6.8.1", "process": "0.11.10", "dotenv": "16.3.1", "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-import": "2.29.0", "eslint-plugin-react": "7.33.2", "eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-typescript": "0.14.0", "eslint-plugin-typescript-sort-keys": "3.1.0", "file-loader": "6.2.0", "html-webpack-plugin": "5.5.3", "http-server-spa": "1.3.0", "jest": "29.7.0", "mini-css-extract-plugin": "2.6.0", "nightwatch": "3.3.2", "postcss": "8.4.31", "postcss-loader": "7.3.3", "prettier": "3.1.0", "tailwindcss": "3.3.5", "ts-node": "10.9.1", "ts-jest": "29.1.1", "ts-loader": "9.5.1", "ts-prune": "0.10.3", "tsconfig-paths": "4.2.0", "url-loader": "4.1.1", "webpack": "5.89.0", "webpack-bundle-analyzer": "4.10.1", "webpack-cli": "5.1.4", "webpack-dev-server": "4.15.1", "webpack-merge": "5.10.0" }, "peerDependencies": {} }