Skip to content
Snippets Groups Projects
Unverified Commit f9200f32 authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Move desktop-client deps to devDeps (#639)

parent 9396806d
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,11 @@ ...@@ -11,6 +11,11 @@
"@playwright/test": "^1.29.1", "@playwright/test": "^1.29.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
"@reach/listbox": "^0.11.2", "@reach/listbox": "^0.11.2",
"@react-aria/focus": "^3.8.0",
"@react-aria/listbox": "^3.6.1",
"@react-aria/utils": "^3.13.3",
"@react-stately/collections": "^3.4.3",
"@react-stately/list": "^3.5.3",
"@reactions/component": "^2.0.2", "@reactions/component": "^2.0.2",
"@svgr/webpack": "2.4.1", "@svgr/webpack": "2.4.1",
"babel-eslint": "9.0.0", "babel-eslint": "9.0.0",
...@@ -42,6 +47,7 @@ ...@@ -42,6 +47,7 @@
"glamor": "^2.20.40", "glamor": "^2.20.40",
"html-webpack-plugin": "4.0.0-alpha.2", "html-webpack-plugin": "4.0.0-alpha.2",
"identity-obj-proxy": "3.0.0", "identity-obj-proxy": "3.0.0",
"inter-ui": "^3.19.3",
"load-js": "^3.0.3", "load-js": "^3.0.3",
"mini-css-extract-plugin": "0.4.3", "mini-css-extract-plugin": "0.4.3",
"mitt": "^1.1.2", "mitt": "^1.1.2",
...@@ -64,6 +70,7 @@ ...@@ -64,6 +70,7 @@
"react-redux": "7.2.1", "react-redux": "7.2.1",
"react-router": "5.2.0", "react-router": "5.2.0",
"react-router-dom": "5.2.0", "react-router-dom": "5.2.0",
"react-router-dom-v5-compat": "^6.4.1",
"react-spring": "^8.0.27", "react-spring": "^8.0.27",
"react-virtualized-auto-sizer": "^1.0.2", "react-virtualized-auto-sizer": "^1.0.2",
"redux": "^4.0.5", "redux": "^4.0.5",
...@@ -90,14 +97,5 @@ ...@@ -90,14 +97,5 @@
}, },
"browserslist": [ "browserslist": [
"electron 3.0" "electron 3.0"
], ]
"dependencies": {
"@react-aria/focus": "^3.8.0",
"@react-aria/listbox": "^3.6.1",
"@react-aria/utils": "^3.13.3",
"@react-stately/collections": "^3.4.3",
"@react-stately/list": "^3.5.3",
"inter-ui": "^3.19.3",
"react-router-dom-v5-compat": "^6.4.1"
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment