-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change formatter to use 4 spaces (#79)
* Added .prettierrc * Formatting
- Loading branch information
1 parent
4d33c53
commit 7d2983d
Showing
96 changed files
with
12,600 additions
and
12,243 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"tabWidth": 4 | ||
} |
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,77 +1,77 @@ | ||
{ | ||
"name": "stretch_web_teleop", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@types/createjs": "^0.0.29", | ||
"@types/react": "^18.0.34", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/roslib": "^1.3.0", | ||
"browser": "^0.2.6", | ||
"buffer": "^6.0.3", | ||
"createjs-module": "^0.8.3", | ||
"css-loader": "^6.7.3", | ||
"dotenv": "^16.0.3", | ||
"eslint-config-react-app": "^7.0.1", | ||
"express": "^4.18.2", | ||
"file-loader": "^6.2.0", | ||
"firebase": "^9.22.1", | ||
"html-webpack-plugin": "^4.5.2", | ||
"jpeg-js": "^0.4.4", | ||
"latest-createjs": "^1.0.24", | ||
"nodejs": "^0.0.0", | ||
"nodemon": "^3.0.1", | ||
"playwright": "^1.33.0", | ||
"pm2": "^5.3.0", | ||
"process": "^0.11.10", | ||
"react": "^18.2.0", | ||
"react-device-detect": "^2.2.3", | ||
"react-dom": "^18.2.0", | ||
"react-native-keyboard-aware-scrollview": "^2.1.0", | ||
"react-native-web": "^0.19.7", | ||
"react-path-tooltip": "^1.0.25", | ||
"roslib": "github:hello-vinitha/roslibjs#ros2actionclient", | ||
"socket.io": "^4.6.1", | ||
"socket.io-client": "^4.6.1", | ||
"style-loader": "^3.3.2", | ||
"three": "^0.157.0" | ||
}, | ||
"scripts": { | ||
"firebase": "webpack --mode development --progress --env storage='firebase'", | ||
"localstorage": "webpack --mode development --progress --env storage='localstorage'", | ||
"styleguide": "styleguidist server" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.22.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@types/node": "^20.6.0", | ||
"@types/three": "^0.157.0", | ||
"babel-loader": "^9.1.2", | ||
"babel-polyfill": "^6.26.0", | ||
"react-docgen-typescript": "^2.2.2", | ||
"react-styleguidist": "^13.1.1", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.0.2" | ||
} | ||
"name": "stretch_web_teleop", | ||
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@types/createjs": "^0.0.29", | ||
"@types/react": "^18.0.34", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/roslib": "^1.3.0", | ||
"browser": "^0.2.6", | ||
"buffer": "^6.0.3", | ||
"createjs-module": "^0.8.3", | ||
"css-loader": "^6.7.3", | ||
"dotenv": "^16.0.3", | ||
"eslint-config-react-app": "^7.0.1", | ||
"express": "^4.18.2", | ||
"file-loader": "^6.2.0", | ||
"firebase": "^9.22.1", | ||
"html-webpack-plugin": "^4.5.2", | ||
"jpeg-js": "^0.4.4", | ||
"latest-createjs": "^1.0.24", | ||
"nodejs": "^0.0.0", | ||
"nodemon": "^3.0.1", | ||
"playwright": "^1.33.0", | ||
"pm2": "^5.3.0", | ||
"process": "^0.11.10", | ||
"react": "^18.2.0", | ||
"react-device-detect": "^2.2.3", | ||
"react-dom": "^18.2.0", | ||
"react-native-keyboard-aware-scrollview": "^2.1.0", | ||
"react-native-web": "^0.19.7", | ||
"react-path-tooltip": "^1.0.25", | ||
"roslib": "github:hello-vinitha/roslibjs#ros2actionclient", | ||
"socket.io": "^4.6.1", | ||
"socket.io-client": "^4.6.1", | ||
"style-loader": "^3.3.2", | ||
"three": "^0.157.0" | ||
}, | ||
"scripts": { | ||
"firebase": "webpack --mode development --progress --env storage='firebase'", | ||
"localstorage": "webpack --mode development --progress --env storage='localstorage'", | ||
"styleguide": "styleguidist server" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
] | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.2%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.22.6", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.21.4", | ||
"@types/node": "^20.6.0", | ||
"@types/three": "^0.157.0", | ||
"babel-loader": "^9.1.2", | ||
"babel-polyfill": "^6.26.0", | ||
"react-docgen-typescript": "^2.2.2", | ||
"react-styleguidist": "^13.1.1", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.0.2" | ||
} | ||
} |
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
Oops, something went wrong.