{ "name": "bflows-gepafin", "version": "1.0.0", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "7.21.11", "@babel/preset-react": "7.25.9", "@date-fns/tz": "1.2.0", "@emailjs/browser": "4.4.1", "@emotion/styled": "11.13.5", "@number-flow/react": "0.4.2", "@sentry/browser": "8.42.0", "@stomp/stompjs": "7.0.0", "@tanstack/react-table": "8.20.5", "@wordpress/i18n": "5.13.0", "@wordpress/react-i18n": "4.13.0", "codice-fiscale-js": "2.3.22", "copy-to-clipboard": "3.3.3", "deep-object-diff": "1.1.9", "dompurify": "3.2.2", "fast-deep-equal": "3.1.3", "hotkeys-js": "3.13.7", "html-react-parser": "5.1.18", "jwt-decode": "4.0.0", "klona": "2.0.6", "leader-line-new": "1.1.9", "luxon": "3.5.0", "object-path-immutable": "4.1.2", "primeicons": "7.0.0", "primereact": "10.8.5", "quill": "2.0.3", "ramda": "0.30.1", "react": "18.3.1", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", "react-dom": "18.3.1", "react-hook-form": "7.53.2", "react-router-dom": "7.0.1", "react-scripts": "5.0.1", "recharts": "2.15.0", "sockjs-client": "^1.6.1", "validate.js": "0.13.1", "zustand": "4.5.4", "zustand-x": "3.0.4" }, "devDependencies": { "@babel/cli": "7.25.9", "@babel/core": "7.26.0", "@babel/plugin-syntax-jsx": "7.25.9", "@wordpress/babel-plugin-makepot": "6.13.0", "babel-plugin-macros": "3.1.0", "node-wp-i18n": "1.2.7", "sass": "1.81.0", "sass-loader": "16.0.3" }, "scripts": { "start": "GENERATE_SOURCEMAP=false react-scripts start", "start:dev": "cp environments/dev/* public/loaded-files && rm public/loaded-files/dev.env && cp environments/dev/dev.env .env && PORT=8000 react-scripts start --mode development", "start:prod": "cp environments/prod/* public/loaded-files && rm public/loaded-files/prod.env && cp environments/prod/prod.env .env && react-scripts start --mode production", "build": "react-scripts build", "build:dev": "cp environments/dev/* public/loaded-files && rm public/loaded-files/dev.env && cp environments/dev/dev.env .env && react-scripts build --mode development", "build:prod": "cp environments/prod/* public/loaded-files && rm public/loaded-files/prod.env && cp environments/prod/prod.env .env && react-scripts build --mode production", "test": "react-scripts test", "eject": "react-scripts eject", "make-pot": "wpi18n makepot --domain-path=languages --domain=gepafin" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ], "rules": { "react-hooks/exhaustive-deps": "off" } }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }