A calculator to determine what you will take home at the end of the day. Find out your withholding, social security, and medicare taxes.
Run the following commands to get the development server up and running.
npm i
npm run dev
{
"dependencies": {
"axios": "^0.18.0",
"camelcase": "^5.0.0",
"datasets-us-states-abbr": "^1.0.0",
"next": "^6.1.2",
"normalize-css": "^2.3.1",
"prop-types": "^15.6.2",
"querystring": "^0.2.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"styled-jsx": "^3.0.2",
"styled-jsx-plugin-postcss": "^0.1.3"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"postcss-import": "^12.0.0",
"postcss-nested": "^4.1.0",
"postcss-preset-env": "^5.3.0"
}
}