made with esnextbin
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
import { createMuiTheme } from '@material-ui/core/styles'; | |
import primary from 'common/theme/colors/primary'; | |
import secondary from 'common/theme/colors/secondary'; | |
const theme = createMuiTheme({ | |
palette: { | |
primary: { | |
main: primary.main, | |
contrastText: primary.contrastText, | |
}, |
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
{ | |
"animationDistanceThreshold": 5, | |
"baseUrl": "http://localhost:3030", | |
"blacklistHosts": null, | |
"chromeWebSecurity": true, | |
"defaultCommandTimeout": 4000, | |
"env": {}, | |
"execTimeout": 60000, | |
"fileServerFolder": "", | |
"fixturesFolder": "cypress/fixtures", |
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
{ | |
"breakpoints": { | |
"keys": [ | |
"xs", | |
"sm", | |
"md", | |
"lg", | |
"xl" | |
], | |
"values": { |
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
import PropTypes from 'prop-types'; | |
export default PropTypes.shape({ | |
action: PropTypes.string.isRequired, | |
block: PropTypes.func.isRequired, | |
createHref: PropTypes.func.isRequired, | |
go: PropTypes.func.isRequired, | |
goBack: PropTypes.func.isRequired, | |
goForward: PropTypes.func.isRequired, | |
length: PropTypes.number.isRequired, |
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
/* eslint-disable no-console */ | |
const webpack = require('webpack'); | |
const WebpackDevServer = require('webpack-dev-server'); | |
const cookieParser = require('cookie-parser'); | |
const config = require('./webpack.config')(); | |
const PORT = require('../../package.json').config.port; | |
function relayRequestHeaders(proxyReq, req) { | |
console.log('💥💥💥 request 💥💥💥'); |
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
{ | |
"ROLLER_SKATING": { | |
"title": "Roller Skating", | |
"action": { | |
"present": { | |
"unspecified":"is **roller skating**.", | |
"male":"is **roller skating**.", | |
"female":"is **roller skating**." | |
}, | |
"past": { |
made with esnextbin
made with esnextbin
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
{ | |
"expand": "full", | |
"id": 526600591, | |
"sport": 1, | |
"start_time": "2015-05-21T07:45:25.000Z", | |
"distance": 0.8209999799728394, | |
"duration": 240.09, | |
"speed_avg": 12.310383305852897, | |
"speed_max": 19.2895, | |
"altitude_min": 0.5, |
NewerOlder