mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-30 20:18:47 -04:00
## [1.3.0](https://github.com/stan-smith/FossFLOW/compare/v1.2.0...v1.3.0) (2025-10-09) ### Features * **ci:** added selenium based testing procedure for integration tests ([af6dabe](af6dabe0fd))
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "fossflow-app",
|
|
"version": "1.3.0",
|
|
"private": true,
|
|
"description": "Progressive Web App for creating isometric diagrams",
|
|
"dependencies": {
|
|
"@isoflow/isopacks": "^0.0.10",
|
|
"fossflow": "^1.1.0",
|
|
"i18next": "^25.5.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-i18next": "^15.7.4",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "rsbuild dev",
|
|
"build": "rsbuild build",
|
|
"preview": "rsbuild preview",
|
|
"clean": "rm -rf build"
|
|
},
|
|
"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": {
|
|
"@rsbuild/core": "^1.5.14",
|
|
"@rsbuild/plugin-react": "^1.4.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^14.3.1",
|
|
"@testing-library/user-event": "^14.6.1"
|
|
}
|
|
}
|