{ "name": "fcked-rt", "version": "1.0.0", "description": "Describe fcked-rt here", "private": true, "scripts": { "build": "nwb build-react-app", "clean": "nwb clean-app", "start": "nwb serve-react-app", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" }, "dependencies": { "@material-ui/core": "^4.8.0", "@material-ui/icons": "^4.5.1", "axios": "^0.19.0", "react": "^16.12.0", "react-dom": "^16.12.0" }, "devDependencies": { "nwb": "0.23.x" }, "author": "", "license": "MIT", "repository": "" }