mirror of
https://github.com/linuxserver/budge.git
synced 2026-01-15 01:21:43 +08:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "BudgE",
|
|
"version": "0.0.8",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@dinero.js/currencies": "^2.0.0-alpha.8",
|
|
"@mui/icons-material": "^5.2.0",
|
|
"@mui/lab": "^5.0.0-alpha.59",
|
|
"@mui/material": "^5.2.1",
|
|
"@mui/styles": "^5.2.2",
|
|
"@reduxjs/toolkit": "^1.6.2",
|
|
"@testing-library/jest-dom": "^5.15.0",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"axios": "^0.24.0",
|
|
"clsx": "^1.1.1",
|
|
"csv-parse": "^5.0.4",
|
|
"dinero.js": "^2.0.0-alpha.8",
|
|
"filefy": "^0.1.11",
|
|
"lodash": "^4.17.21",
|
|
"material-ui-popup-state": "^2.0.0",
|
|
"math-expression-evaluator": "^1.3.8",
|
|
"normalizr": "^3.6.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^6.0.2",
|
|
"react-scripts": "5.0.0",
|
|
"react-table": "^7.7.0",
|
|
"react-virtualized-auto-sizer": "^1.0.6",
|
|
"react-window": "^1.8.6",
|
|
"rsuite-table": "^5.3.2",
|
|
"web-vitals": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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": {
|
|
"@welldone-software/why-did-you-render": "^6.2.3",
|
|
"eslint": "^8.9.0",
|
|
"eslint-plugin-react": "^7.28.0"
|
|
}
|
|
}
|