You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "global-highlights-hub",
|
|
"private": true,
|
|
"version": "2.0.20",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"4test": "vite build --mode test",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.5.1",
|
|
"@react-pdf/renderer": "^3.4.0",
|
|
"antd": "^5.17.2",
|
|
"dayjs": "^1.11.13",
|
|
"docx": "^8.5.0",
|
|
"file-saver": "^2.0.5",
|
|
"i18next": "^23.11.5",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"i18next-http-backend": "^2.5.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^14.1.2",
|
|
"react-router-dom": "^6.10.0",
|
|
"react-to-pdf": "^1.0.1",
|
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.18.11/xlsx-0.18.11.tgz",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-legacy": "^4.0.2",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3",
|
|
"vite": "^4.2.0",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-windicss": "^1.9.3",
|
|
"windicss": "^3.5.6"
|
|
}
|
|
}
|