mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-19 05:55:03 +00:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": "http://localhost:8080",
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mantine/core": "^8.0.1",
|
|
"@mantine/dropzone": "^8.0.1",
|
|
"@mantine/hooks": "^8.0.1",
|
|
"@mui/icons-material": "^7.1.0",
|
|
"@mui/material": "^7.1.0",
|
|
"@tailwindcss/postcss": "^4.1.8",
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"axios": "^1.9.0",
|
|
"i18next": "^25.2.1",
|
|
"i18next-browser-languagedetector": "^8.1.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"pdfjs-dist": "^3.11.174",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.2",
|
|
"react-router-dom": "^7.6.0",
|
|
"tailwindcss": "^4.1.8",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"tauri-dev": "concurrently --kill-others \"tauri dev\" \"cd .. && gradlew bootrun\" ",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"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": {
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"@types/react": "^19.1.4",
|
|
"@types/react-dom": "^19.1.5",
|
|
"@vitejs/plugin-react": "^4.5.0",
|
|
"concurrently": "^9.1.2",
|
|
"postcss": "^8.5.3",
|
|
"postcss-cli": "^11.0.1",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|