{ "name": "e-suite.webui", "version": "0.1.0", "private": true, "dependencies": { "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@ckeditor/ckeditor5-react": "^6.1.0", "@fortawesome/fontawesome-pro": "^6.5.0", "@fortawesome/fontawesome-svg-core": "^6.2.1", "@fortawesome/free-solid-svg-icons": "^6.2.1", "@fortawesome/pro-duotone-svg-icons": "^6.5.0", "@fortawesome/pro-light-svg-icons": "^6.5.0", "@fortawesome/pro-regular-svg-icons": "^6.5.0", "@fortawesome/pro-solid-svg-icons": "^6.5.0", "@fortawesome/pro-thin-svg-icons": "^6.5.1", "@fortawesome/react-fontawesome": "^0.2.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.1", "@types/js-cookie": "^3.0.6", "@types/lodash.debounce": "^4.0.7", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "axios": "^1.4.0", "bootstrap": "^5.3.0-alpha3", "buffer": "^6.0.3", "ckeditor5": "^43.1.0", "ckeditor5-premium-features": "^43.1.0", "concurrently": "^8.2.2", "cross-env": "^7.0.3", "date-fns": "^2.30.0", "html-react-parser": "^3.0.16", "i18next": "^22.5.1", "i18next-http-backend": "^3.0.2", "joi": "^17.9.1", "js-cookie": "^3.0.5", "jwt-decode": "^3.1.2", "lodash.debounce": "^4.0.8", "nodemon": "^3.1.4", "react": "^18.2.0", "react-bootstrap": "^2.7.4", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", "react-i18next": "^12.3.1", "react-router-dom": "^6.10.0", "react-scripts": "^5.0.1", "react-toastify": "^9.1.2", "react-toggle": "^4.1.3", "runtime-env-cra": "^0.2.4", "sass": "^1.62.0", "web-vitals": "^3.3.1" }, "scripts": { "build-css": "sass src/Sass/global.scss public/styles.css", "watch-css": "nodemon -e scss -x \"npm run build-css\" ", "start-react": "cross-env NODE_ENV=development runtime-env-cra --config-name=./public/runtime-env.js && react-app-rewired start", "start": "concurrently \"npm run start-react\" \"npm run watch-css\" ", "build": "react-app-rewired build", "test": "react-app-rewired test", "eject": "react-scripts eject", "i18n:extract": "i18next \"src/**/*.{ts,tsx,js,jsx}\" \"!src/components/common/ckeditor/**\" --config i18next-parser.config.js", "i18n:unused": "i18n-unused display-unused", "i18n:missed": "i18n-unused display-missed", "i18n:check": "npm run i18n:extract && npm run i18n:unused" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/node": "^20.2.3", "@types/react-toggle": "^4.0.3", "i18n-unused": "^0.19.0", "i18next-parser": "^9.3.0", "react-app-rewired": "^2.2.1", "typescript": "^4.9.5" } }