-
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.
- Loading branch information
1 parent
d7e4305
commit fc9bc40
Showing
4 changed files
with
441 additions
and
445 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 |
---|---|---|
@@ -1,100 +1,99 @@ | ||
{ | ||
"name": "scouter", | ||
"version": "0.2.1", | ||
"description": "A scouting utility to for use in FRC regional events", | ||
"author": "NicolasNewman <[email protected]> (https://github.com/NicolasNewman/)", | ||
"contributors": [ | ||
"NicolasNewman <[email protected]> (https://github.com/NicolasNewman/)" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/NicolasNewman/scouter.git" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"typescript", | ||
"visual-studio-code", | ||
"chrome-devtools", | ||
"webpack", | ||
"webpack-dev-server", | ||
"typestyle", | ||
"react-testing-library", | ||
"jest", | ||
"react-helmet", | ||
"semantic-ui", | ||
"boilerplate" | ||
], | ||
"scripts": { | ||
"build": "webpack", | ||
"build:prod": "webpack --env.prod", | ||
"compile": "tsc -p .", | ||
"lint": "tslint -p .", | ||
"dev": "webpack-dev-server --config webpack.config.js", | ||
"test": "cross-env NODE_ENV=test jest", | ||
"build:prod-debug": "webpack --env.prod", | ||
"postbuild:prod-debug": "yarn copy", | ||
"precopy": "rimraf ../server/build/client && mkdirp ../server/build/client", | ||
"copy": "copyfiles -f dist/* ../server/build/client/" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^5.12.0", | ||
"antd": "^3.26.3", | ||
"axios": "^0.19.0", | ||
"connected-react-router": "^6.6.1", | ||
"fast-deep-equal": "^3.1.1", | ||
"plotly.js": "^1.51.3", | ||
"react": "16.12.0", | ||
"react-dom": "16.12.0", | ||
"react-helmet": "5.2.1", | ||
"react-plotly.js": "^2.4.0", | ||
"react-redux": "^7.1.3", | ||
"react-router-dom": "^5.1.2", | ||
"redux": "^4.0.4", | ||
"redux-thunk": "^2.3.0", | ||
"socket.io-client": "^2.3.0", | ||
"typestyle": "^2.0.4" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.3.2", | ||
"@types/jest": "^24.0.23", | ||
"@types/plotly.js": "^1.44.28", | ||
"@types/react": "^16.9.11", | ||
"@types/react-dom": "16.9.4", | ||
"@types/react-helmet": "5.0.14", | ||
"@types/react-plotly.js": "^2.2.4", | ||
"@types/react-redux": "^7.1.5", | ||
"@types/react-router-dom": "^5.1.2", | ||
"@types/socket.io-client": "^1.4.32", | ||
"@types/webpack-dev-server": "^3.1.7", | ||
"brotli-webpack-plugin": "1.1.0", | ||
"clean-webpack-plugin": "3.0.0", | ||
"compression-webpack-plugin": "3.0.0", | ||
"copyfiles": "^2.1.1", | ||
"cross-env": "^6.0.3", | ||
"css-loader": "3.2.0", | ||
"file-loader": "^5.0.2", | ||
"fork-ts-checker-webpack-plugin": "3.1.0", | ||
"html-webpack-brotli-plugin": "0.0.4", | ||
"html-webpack-harddisk-plugin": "1.0.1", | ||
"html-webpack-plugin": "3.2.0", | ||
"html-webpack-template": "6.2.0", | ||
"jest": "^24.9.0", | ||
"less": "^3.10.3", | ||
"less-loader": "^5.0.0", | ||
"mkdirp": "^0.5.1", | ||
"rimraf": "^3.0.0", | ||
"style-loader": "1.0.0", | ||
"ts-jest": "^24.1.0", | ||
"ts-loader": "6.2.1", | ||
"tslib": "1.10.0", | ||
"tslint": "5.20.1", | ||
"tslint-react": "^4.1.0", | ||
"typescript": "3.7.2", | ||
"url-loader": "^3.0.0", | ||
"webpack": "4.41.2", | ||
"webpack-cli": "3.3.10", | ||
"webpack-dev-server": "3.7.2" | ||
} | ||
} | ||
"name": "scouter", | ||
"description": "A scouting utility to for use in FRC regional events", | ||
"author": "NicolasNewman <[email protected]> (https://github.com/NicolasNewman/)", | ||
"contributors": [ | ||
"NicolasNewman <[email protected]> (https://github.com/NicolasNewman/)" | ||
], | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/NicolasNewman/scouter.git" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"typescript", | ||
"visual-studio-code", | ||
"chrome-devtools", | ||
"webpack", | ||
"webpack-dev-server", | ||
"typestyle", | ||
"react-testing-library", | ||
"jest", | ||
"react-helmet", | ||
"semantic-ui", | ||
"boilerplate" | ||
], | ||
"scripts": { | ||
"build": "webpack", | ||
"build:prod": "webpack --env.prod", | ||
"compile": "tsc -p .", | ||
"lint": "tslint -p .", | ||
"dev": "webpack-dev-server --config webpack.config.js", | ||
"test": "cross-env NODE_ENV=test jest", | ||
"build:prod-debug": "webpack --env.prod", | ||
"postbuild:prod-debug": "yarn copy", | ||
"precopy": "rimraf ../server/build/client && mkdirp ../server/build/client", | ||
"copy": "copyfiles -f dist/* ../server/build/client/" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^5.12.0", | ||
"antd": "^3.26.3", | ||
"axios": "^0.19.0", | ||
"connected-react-router": "^6.6.1", | ||
"fast-deep-equal": "^3.1.1", | ||
"plotly.js": "^1.51.3", | ||
"react": "16.12.0", | ||
"react-dom": "16.12.0", | ||
"react-helmet": "5.2.1", | ||
"react-plotly.js": "^2.4.0", | ||
"react-redux": "^7.1.3", | ||
"react-router-dom": "^5.1.2", | ||
"redux": "^4.0.4", | ||
"redux-thunk": "^2.3.0", | ||
"socket.io-client": "^2.3.0", | ||
"typestyle": "^2.0.4" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.3.2", | ||
"@types/jest": "^24.0.23", | ||
"@types/plotly.js": "^1.44.28", | ||
"@types/react": "^16.9.11", | ||
"@types/react-dom": "16.9.4", | ||
"@types/react-helmet": "5.0.14", | ||
"@types/react-plotly.js": "^2.2.4", | ||
"@types/react-redux": "^7.1.5", | ||
"@types/react-router-dom": "^5.1.2", | ||
"@types/socket.io-client": "^1.4.32", | ||
"@types/webpack-dev-server": "^3.1.7", | ||
"brotli-webpack-plugin": "1.1.0", | ||
"clean-webpack-plugin": "3.0.0", | ||
"compression-webpack-plugin": "3.0.0", | ||
"copyfiles": "^2.1.1", | ||
"cross-env": "^6.0.3", | ||
"css-loader": "3.2.0", | ||
"file-loader": "^5.0.2", | ||
"fork-ts-checker-webpack-plugin": "3.1.0", | ||
"html-webpack-brotli-plugin": "0.0.4", | ||
"html-webpack-harddisk-plugin": "1.0.1", | ||
"html-webpack-plugin": "3.2.0", | ||
"html-webpack-template": "6.2.0", | ||
"jest": "^24.9.0", | ||
"less": "^3.10.3", | ||
"less-loader": "^5.0.0", | ||
"mkdirp": "^0.5.1", | ||
"rimraf": "^3.0.0", | ||
"style-loader": "1.0.0", | ||
"ts-jest": "^24.1.0", | ||
"ts-loader": "6.2.1", | ||
"tslib": "1.10.0", | ||
"tslint": "5.20.1", | ||
"tslint-react": "^4.1.0", | ||
"typescript": "3.7.2", | ||
"url-loader": "^3.0.0", | ||
"webpack": "4.41.2", | ||
"webpack-cli": "3.3.10", | ||
"webpack-dev-server": "3.7.2" | ||
} | ||
} |
Oops, something went wrong.