vytal-redux/package.json
2022-05-22 14:30:40 -04:00

59 lines
1.5 KiB
JSON

{
"homepage": "https://locatejs.com",
"name": "locatejs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@emotion/react": "^11.9.0",
"@mdx-js/react": "^2.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"countries-and-timezones": "^3.2.2",
"country-language": "^0.1.7",
"gh-pages": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.1",
"react-modal": "^3.14.3",
"react-scripts": "4.0.3",
"theme-ui": "^0.14.5",
"typescript": "^4.6.4",
"web-vitals": "^1.0.1"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "echo 'locatejs.com' > ./build/CNAME && gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0"
}
}