chore: reorder packages in desktop-client package.json
This commit is contained in:
parent
b4696ce598
commit
bd0f243118
1 changed files with 26 additions and 27 deletions
|
@ -6,45 +6,25 @@
|
|||
"build"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@jlongster/lively": "0.0.4",
|
||||
"@reactions/component": "^2.0.2",
|
||||
"bezier-easing": "^2.0.3",
|
||||
"codemirror": "^5.37.0",
|
||||
"date-fns": "2.0.0-alpha.27",
|
||||
"focus-visible": "^4.1.1",
|
||||
"glamor": "^2.20.40",
|
||||
"http-client": "^4.3.1",
|
||||
"lodash.memoize": "^4.1.2",
|
||||
"mitt": "^1.1.2",
|
||||
"prop-types": "15.6.0",
|
||||
"raven-js": "^3.21.0",
|
||||
"react": "16.13.1",
|
||||
"react-addons-shallow-compare": "^15.6.0",
|
||||
"react-autosuggest": "9.3.2",
|
||||
"react-dnd": "^10.0.2",
|
||||
"react-dom": "16.13.1",
|
||||
"react-modal": "^3.0.0",
|
||||
"react-redux": "7.2.1",
|
||||
"react-router": "5.2.0",
|
||||
"react-router-dom": "5.2.0",
|
||||
"react-spring": "^8.0.27",
|
||||
"redux": "^4.0.5",
|
||||
"redux-thunk": "^2.3.0",
|
||||
"victory": "^0.26.1",
|
||||
"@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.7.1",
|
||||
"@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",
|
||||
"bfj": "6.1.1",
|
||||
"case-sensitive-paths-webpack-plugin": "2.1.2",
|
||||
"chalk": "2.4.1",
|
||||
"codemirror": "^5.37.0",
|
||||
"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",
|
||||
|
@ -56,13 +36,18 @@
|
|||
"eslint-plugin-jsx-a11y": "6.1.2",
|
||||
"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",
|
||||
"http-client": "^4.3.1",
|
||||
"identity-obj-proxy": "3.0.0",
|
||||
"jwl-dev-utils": "^6.1.3",
|
||||
"load-js": "^3.0.3",
|
||||
"lodash.memoize": "^4.1.2",
|
||||
"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",
|
||||
|
@ -70,21 +55,35 @@
|
|||
"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",
|
||||
"react-app-polyfill": "^0.1.3",
|
||||
"react-autosuggest": "9.3.2",
|
||||
"react-dnd": "^10.0.2",
|
||||
"react-dom": "16.13.1",
|
||||
"react-modal": "^3.0.0",
|
||||
"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",
|
||||
"url-loader": "1.1.1",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"dependencies": {},
|
||||
"scripts": {
|
||||
"start": "cross-env PORT=3001 node scripts/start.js",
|
||||
"start:browser": "./bin/watch-browser",
|
||||
|
|
Loading…
Reference in a new issue