@ubnt/uhd-settings
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "@ubnt/uhd-settings", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Frontend for managing UniFi Devices", | ||
@@ -8,3 +8,3 @@ "main": "dist/uhd-settings.js", | ||
"start": "NODE_ENV=development webpack-dev-server --config webpack.dev.js", | ||
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\" --fix", | ||
"lint": "eslint \"./src/**/*.{js,jsx}\" --fix", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -30,3 +30,3 @@ "build": "NODE_ENV=production webpack --config webpack.prod.js", | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
"*.{js,jsx}": [ | ||
"prettier --write", | ||
@@ -58,17 +58,7 @@ "eslint" | ||
"@emotion/styled": "^10.0.14", | ||
"@types/lodash-es": "^4.17.3", | ||
"@types/react": "^16.8.23", | ||
"@types/react-dom": "^16.8.4", | ||
"@types/react-intl": "^2.3.18", | ||
"@types/react-redux": "^7.1.1", | ||
"@types/react-router": "^5.0.3", | ||
"@types/react-router-dom": "^4.3.4", | ||
"@types/react-transition-group": "^2.9.2", | ||
"@types/redux-auth-wrapper": "^2.0.9", | ||
"@types/redux-pack": "^0.1.4", | ||
"@typescript-eslint/eslint-plugin": "^1.12.0", | ||
"@typescript-eslint/parser": "^1.12.0", | ||
"@ubnt/icons": "^0.0.12", | ||
"@ubnt/ui-components": "^1.0.0-alpha.30", | ||
"@hot-loader/react-dom": "^16.9.0", | ||
"@ubnt/icons": "^0.0.20", | ||
"@ubnt/ui-components": "^1.0.0", | ||
"axios": "^0.19.0", | ||
"babel-eslint": "^10.0.3", | ||
"babel-loader": "^8.0.6", | ||
@@ -89,3 +79,2 @@ "babel-preset-react-app": "^9.0.0", | ||
"file-loader": "^4.1.0", | ||
"fork-ts-checker-webpack-plugin": "^1.4.3", | ||
"formik": "^1.5.8", | ||
@@ -100,4 +89,4 @@ "hex-to-rgba": "^2.0.1", | ||
"prettier-eslint": "^9.0.0", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"react": "^16.9.0", | ||
"react-dom": "npm:@hot-loader/react-dom", | ||
"react-helmet": "^5.2.1", | ||
@@ -119,4 +108,2 @@ "react-hot-loader": "^4.12.8", | ||
"style-loader": "^0.23.1", | ||
"ts-jest": "^24.0.2", | ||
"ts-loader": "^6.0.4", | ||
"unused-files-webpack-plugin": "^3.4.0", | ||
@@ -128,3 +115,6 @@ "webpack": "^4.36.1", | ||
"write-file-webpack-plugin": "^4.5.0" | ||
}, | ||
"dependencies": { | ||
"@ubnt/images": "^1.0.10" | ||
} | ||
} |
@@ -5,10 +5,22 @@ ## UniFi Host Device Settings | ||
### Running Locally | ||
### Setup for Running Locally | ||
Clone this repo, install dependencies (via `yarn` or `npm`) and run `yarn start` | ||
- Clone this repo and `unifi-core`, install dependencies for each (via `yarn` or `npm`) | ||
- setup and start ULP-GO: | ||
- install and start docker: https://docs.docker.com/docker-for-mac/install/ | ||
- https://ubiquiti.atlassian.net/wiki/spaces/UUM/pages/899907762/ULP-GO+installation+commands#ULP-GOinstallationcommands-Installbyonlinescript.2 | ||
### Linking | ||
### Running Locally in Standalone | ||
If you would like to develop this app while consuming it in another project, you can do the following: | ||
- perform setup for running locally | ||
- run `yarn start` in `unifi-core` and `uhd-settings` | ||
- access settings at `localhost:5001` | ||
Run `yarn link` | ||
### Running Locally Linked with Unifi-Core | ||
- perform setup for running locally | ||
- run `yarn build:dev` in `uhd-settings` | ||
- run `yarn link` in `uhd-settings` | ||
- run `yarn link "@ubnt/uhd-settings"` in `unifi-core` | ||
- run `yarn start` in `unifi-core` and `uhd-settings` | ||
- access portal at `localhost:11080` |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
59
26
15157210
1
+ Added@ubnt/images@^1.0.10