89 lines
2.7 KiB
JSON
89 lines
2.7 KiB
JSON
{
|
|
"name": "e-suite.webui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@ckeditor/ckeditor5-react": "^11.0.1",
|
|
"@fortawesome/fontawesome-pro": "^7.2.0",
|
|
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
"@fortawesome/pro-duotone-svg-icons": "^7.2.0",
|
|
"@fortawesome/pro-light-svg-icons": "^7.2.0",
|
|
"@fortawesome/pro-regular-svg-icons": "^7.2.0",
|
|
"@fortawesome/pro-solid-svg-icons": "^7.2.0",
|
|
"@fortawesome/pro-thin-svg-icons": "^7.2.0",
|
|
"@fortawesome/react-fontawesome": "^3.2.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/lodash.debounce": "^4.0.9",
|
|
"@types/react": "^18.3.27",
|
|
"@types/react-dom": "^18.3.7",
|
|
"axios": "^1.13.5",
|
|
"bootstrap": "^5.3.8",
|
|
"buffer": "^6.0.3",
|
|
"ckeditor5": "^47.5.0",
|
|
"ckeditor5-premium-features": "^47.5.0",
|
|
"concurrently": "^9.2.1",
|
|
"date-fns": "^4.1.0",
|
|
"html-react-parser": "^5.2.17",
|
|
"i18next": "^25.8.11",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"joi": "^18.0.2",
|
|
"js-cookie": "^3.0.5",
|
|
"jwt-decode": "^4.0.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"nodemon": "^3.1.13",
|
|
"react": "^18.3.1",
|
|
"react-bootstrap": "^2.10.8",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-i18next": "^16.5.4",
|
|
"react-router-dom": "^7.13.0",
|
|
"react-toastify": "^11.0.5",
|
|
"runtime-env-cra": "^0.2.4",
|
|
"sass": "^1.97.3",
|
|
"web-vitals": "^5.1.0"
|
|
},
|
|
"scripts": {
|
|
"build-css": "sass src/Sass/global.scss public/styles.css",
|
|
"watch-css": "nodemon -e scss -x \"npm run build-css\" ",
|
|
"prestart": "node scripts/generate-locales.js",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"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": "^25.3.0",
|
|
"@types/react-toggle": "^4.0.5",
|
|
"@vitejs/plugin-react-swc": "^4.3.0",
|
|
"i18n-unused": "^0.19.0",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|