Skip to content
Snippets Groups Projects
package.json 2.89 KiB
Newer Older
  • Learn to ignore specific revisions
  • James Long's avatar
    James Long committed
    {
      "name": "@actual-app/web",
    
    James Long's avatar
    James Long committed
      "version": "4.0.2",
      "license": "MIT",
    
    James Long's avatar
    James Long committed
      "files": [
        "build"
      ],
      "devDependencies": {
        "@babel/core": "~7.14.3",
    
        "@jlongster/lively": "0.0.4",
    
    James Long's avatar
    James Long committed
        "@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",
    
    James Long's avatar
    James Long committed
        "@svgr/webpack": "2.4.1",
        "add": "^2.0.6",
        "babel-eslint": "9.0.0",
        "babel-loader": "8.0.4",
        "babel-preset-jwl-app": "6.1.12",
    
        "bezier-easing": "^2.0.3",
    
    James Long's avatar
    James Long committed
        "bfj": "6.1.1",
        "case-sensitive-paths-webpack-plugin": "2.1.2",
        "chalk": "2.4.1",
    
        "codemirror": "^5.37.0",
    
    James Long's avatar
    James Long committed
        "css-loader": "1.0.0",
    
        "date-fns": "2.0.0-alpha.27",
    
    James Long's avatar
    James Long committed
        "debounce": "^1.2.0",
        "dotenv": "6.0.0",
        "dotenv-expand": "4.2.0",
        "eslint": "5.6.0",
    
        "eslint-config-react-app": "3.0.5",
    
    James Long's avatar
    James Long committed
        "eslint-loader": "2.1.1",
        "eslint-plugin-flowtype": "2.50.1",
        "eslint-plugin-import": "2.14.0",
        "eslint-plugin-jsx-a11y": "6.1.2",
        "eslint-plugin-react": "7.11.1",
        "file-loader": "2.0.0",
    
        "focus-visible": "^4.1.1",
    
    James Long's avatar
    James Long committed
        "fork-ts-checker-webpack-plugin-alt": "0.4.14",
        "fs-extra": "7.0.0",
    
        "glamor": "^2.20.40",
    
    James Long's avatar
    James Long committed
        "html-webpack-plugin": "4.0.0-alpha.2",
    
        "http-client": "^4.3.1",
    
    James Long's avatar
    James Long committed
        "identity-obj-proxy": "3.0.0",
        "load-js": "^3.0.3",
    
        "lodash.memoize": "^4.1.2",
    
    James Long's avatar
    James Long committed
        "mini-css-extract-plugin": "0.4.3",
    
    James Long's avatar
    James Long committed
        "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",
        "raven-js": "^3.21.0",
        "react": "16.13.1",
        "react-addons-shallow-compare": "^15.6.0",
    
    James Long's avatar
    James Long committed
        "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-redux": "7.2.1",
        "react-router": "5.2.0",
        "react-router-dom": "5.2.0",
        "react-spring": "^8.0.27",
    
    James Long's avatar
    James Long committed
        "react-virtualized-auto-sizer": "^1.0.2",
    
        "redux": "^4.0.5",
        "redux-thunk": "^2.3.0",
    
    James Long's avatar
    James Long committed
        "resolve": "1.8.1",
        "sass-loader": "7.1.0",
        "style-loader": "0.23.0",
        "terser-webpack-plugin": "1.1.0",
        "url-loader": "1.1.1",
    
        "victory": "^0.26.1",
    
    James Long's avatar
    James Long committed
        "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": "./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": "./bin/build-browser"
      },
      "browserslist": [
        "electron 3.0"
      ]
    }