11186c9374
* master: Sort import in alphabetical order (#238) Separate external, monorepo and internal imports (#237) Allow `enter` to create new transaction when focused on `cleared` column (#234) Enforce linting in loot-design (#233) style: run linter (#232) refactor: create index.js for aql directory (#68) Revert "build: update yarn.lock" (#230) Fix handling of -0 in budget summary (#229) Update bug-report.yml (#228)
98 lines
3 KiB
JSON
98 lines
3 KiB
JSON
{
|
|
"name": "@actual-app/web",
|
|
"version": "4.0.2",
|
|
"license": "MIT",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "~7.14.3",
|
|
"@jlongster/lively": "0.0.4",
|
|
"@jlongster/sentry-metrics-actual": "^0.0.10",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
|
|
"@reach/listbox": "^0.11.2",
|
|
"@reactions/component": "^2.0.2",
|
|
"@sentry/browser": "6.12.0",
|
|
"@svgr/webpack": "2.4.1",
|
|
"babel-eslint": "9.0.0",
|
|
"babel-loader": "8.0.4",
|
|
"babel-preset-jwl-app": "6.1.12",
|
|
"bezier-easing": "^2.0.3",
|
|
"bfj": "6.1.1",
|
|
"case-sensitive-paths-webpack-plugin": "2.1.2",
|
|
"chalk": "2.4.1",
|
|
"codemirror": "^5.37.0",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "1.0.0",
|
|
"date-fns": "2.0.0-alpha.27",
|
|
"debounce": "^1.2.0",
|
|
"dotenv": "6.0.0",
|
|
"dotenv-expand": "4.2.0",
|
|
"eslint": "5.6.0",
|
|
"eslint-config-react-app": "3.0.5",
|
|
"eslint-loader": "2.1.1",
|
|
"eslint-plugin-flowtype": "2.50.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "6.1.2",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "7.11.1",
|
|
"file-loader": "2.0.0",
|
|
"focus-visible": "^4.1.1",
|
|
"fork-ts-checker-webpack-plugin-alt": "0.4.14",
|
|
"fs-extra": "7.0.0",
|
|
"glamor": "^2.20.40",
|
|
"html-webpack-plugin": "4.0.0-alpha.2",
|
|
"i18next": "^21.9.1",
|
|
"i18next-parser": "^6.5.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"load-js": "^3.0.3",
|
|
"mini-css-extract-plugin": "0.4.3",
|
|
"mitt": "^1.1.2",
|
|
"optimize-css-assets-webpack-plugin": "5.0.1",
|
|
"perf-deets": "^1.0.15",
|
|
"pnp-webpack-plugin": "1.1.0",
|
|
"postcss-flexbugs-fixes": "4.1.0",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-preset-env": "6.3.1",
|
|
"postcss-safe-parser": "4.0.1",
|
|
"prop-types": "15.6.0",
|
|
"react": "16.13.1",
|
|
"react-addons-shallow-compare": "^15.6.0",
|
|
"react-app-polyfill": "^0.1.3",
|
|
"react-autosuggest": "9.3.2",
|
|
"react-dev-utils": "^12.0.1",
|
|
"react-dnd": "^10.0.2",
|
|
"react-dom": "16.13.1",
|
|
"react-i18next": "^11.18.4",
|
|
"react-modal": "3.4.4",
|
|
"react-redux": "7.2.1",
|
|
"react-router": "5.2.0",
|
|
"react-router-dom": "5.2.0",
|
|
"react-spring": "^8.0.27",
|
|
"react-virtualized-auto-sizer": "^1.0.2",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"resolve": "1.8.1",
|
|
"sass-loader": "7.1.0",
|
|
"style-loader": "0.23.0",
|
|
"terser-webpack-plugin": "1.1.0",
|
|
"victory": "^0.26.1",
|
|
"webpack": "4.19.1",
|
|
"webpack-dev-server": "3.11.0",
|
|
"webpack-manifest-plugin": "2.0.4",
|
|
"workbox-webpack-plugin": "3.6.3",
|
|
"worker-loader": "^3.0.8"
|
|
},
|
|
"scripts": {
|
|
"start": "cross-env PORT=3001 node scripts/start.js",
|
|
"start:browser": "cross-env ./bin/watch-browser",
|
|
"watch": "cross-env PORT=3001 node scripts/start.js",
|
|
"build": "cross-env INLINE_RUNTIME_CHUNK=false node scripts/build.js",
|
|
"build:browser": "cross-env ./bin/build-browser",
|
|
"lint": "eslint src",
|
|
"check-i18n": "i18next"
|
|
},
|
|
"browserslist": [
|
|
"electron 3.0"
|
|
]
|
|
}
|