seedling/source/ui/package.json
Mr. Renovate e7b03b897e
All checks were successful
forgejo/Procyon/seedling/pipeline/head This commit looks good
Update dependency prettier to v3.1.1
2023-12-16 10:31:10 +01:00

95 lines
No EOL
3.3 KiB
JSON

{
"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.9",
"@procyon/auth": "1.2.9",
"@procyon/components": "1.2.9",
"@procyon/constants": "1.2.9",
"@procyon/forms": "1.2.9",
"@procyon/localization": "1.2.9",
"@procyon/styles": "1.2.9",
"@procyon/types": "1.2.9",
"@procyon/utils": "1.2.9",
"@reduxjs/toolkit": "2.0.1",
"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": "9.0.2",
"typescript": "5.3.3",
"wouter": "2.12.1",
"yup": "1.3.3"
},
"devDependencies": {
"@rtk-query/codegen-openapi": "1.2.0",
"@types/enzyme": "3.10.16",
"@types/jest": "29.5.11",
"@types/nightwatch": "2.3.30",
"@types/ramda": "0.29.9",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/react-redux": "7.1.32",
"@types/yup": "0.29.14",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.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.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"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.4",
"http-server-spa": "1.3.0",
"jest": "29.7.0",
"mini-css-extract-plugin": "2.7.6",
"nightwatch": "3.3.3",
"postcss": "8.4.32",
"postcss-loader": "7.3.3",
"prettier": "3.1.1",
"tailwindcss": "3.3.6",
"ts-node": "10.9.2",
"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": {}
}