-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update package.json and add linux build step
- Loading branch information
Showing
7 changed files
with
1,437 additions
and
1,855 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"name": "capra_web_ui", | ||
"version": "0.1.0", | ||
"author": "Club Capra", | ||
"author": { | ||
"name": "Club Capra", | ||
"email": "[email protected]", | ||
"url": "clubcapra.com" | ||
}, | ||
"description": "User Interface for ROS based robots", | ||
"private": true, | ||
"homepage": "./", | ||
|
@@ -12,7 +16,7 @@ | |
"start:electron": "wait-on http://localhost:3000 && electron .", | ||
"build": "npm run build:react && npm run build:electron", | ||
"build:react": "react-scripts build", | ||
"build:electron": "electron-builder", | ||
"build:electron": "electron-builder -lw", | ||
"test": "react-scripts test --transformIgnorePatterns \"/node_modules/(?!@club_capra/roslib-ts-client).+\\.js$\"", | ||
"eject": "react-scripts eject", | ||
"lint": "eslint --ext js,ts,tsx src" | ||
|
@@ -36,43 +40,43 @@ | |
}, | ||
"dependencies": { | ||
"@club_capra/roslib-ts-client": "^0.3.3", | ||
"chart.js": "^2.8.0", | ||
"@reduxjs/toolkit": "^1.0.4", | ||
"chart.js": "^2.9.3", | ||
"chartjs-plugin-streaming": "^1.8.0", | ||
"date-fns": "^2.4.1", | ||
"date-fns": "^2.7.0", | ||
"lodash": "^4.17.15", | ||
"polished": "^3.4.1", | ||
"react": "^16.10.1", | ||
"react-dom": "^16.10.1", | ||
"react-icons": "^3.7.0", | ||
"react-redux": "^7.1.1", | ||
"react-router-dom": "^5.1.1", | ||
"react-toastify": "^5.4.0", | ||
"polished": "^3.4.2", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-icons": "^3.8.0", | ||
"react-redux": "^7.1.3", | ||
"react-router-dom": "^5.1.2", | ||
"react-toastify": "^5.4.1", | ||
"redux": "^4.0.4", | ||
"redux-starter-kit": "^0.7.0", | ||
"shortid": "^2.2.15", | ||
"styled-components": "^4.4.0", | ||
"typescript": "3.6.3" | ||
"styled-components": "^4.4.1", | ||
"typescript": "3.7.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chart.js": "^2.8.5", | ||
"@types/jest": "24.0.18", | ||
"@types/lodash": "^4.14.141", | ||
"@types/node": "12.7.8", | ||
"@types/react": "16.9.3", | ||
"@types/react-dom": "16.9.1", | ||
"@types/react-redux": "^7.1.4", | ||
"@types/react-router-dom": "^5.1.0", | ||
"@types/chart.js": "^2.9.0", | ||
"@types/jest": "24.0.23", | ||
"@types/lodash": "^4.14.147", | ||
"@types/node": "12.12.7", | ||
"@types/react": "16.9.11", | ||
"@types/react-dom": "16.9.4", | ||
"@types/react-redux": "^7.1.5", | ||
"@types/react-router-dom": "^5.1.2", | ||
"@types/shortid": "0.0.29", | ||
"@types/styled-components": "^4.1.19", | ||
"concurrently": "^4.1.2", | ||
"electron": "^6.0.10", | ||
"@types/styled-components": "^4.4.0", | ||
"concurrently": "^5.0.0", | ||
"electron": "^7.1.1", | ||
"electron-builder": "^21.2.0", | ||
"eslint-config-prettier": "^6.3.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-react": "^7.14.3", | ||
"husky": "^3.0.7", | ||
"prettier": "^1.18.2", | ||
"react-scripts": "3.1.2", | ||
"eslint-plugin-react": "^7.16.0", | ||
"husky": "^3.0.9", | ||
"prettier": "^1.19.1", | ||
"react-scripts": "3.2.0", | ||
"wait-on": "^3.3.0" | ||
}, | ||
"browserslist": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters