Skip to content

Instantly share code, notes, and snippets.

@dennyjohnk
Last active August 3, 2023 10:31
Show Gist options
  • Save dennyjohnk/5d45cdaa5473d6eed9917e9e8d5d708b to your computer and use it in GitHub Desktop.
Save dennyjohnk/5d45cdaa5473d6eed9917e9e8d5d708b to your computer and use it in GitHub Desktop.
package json
{
"name": "eximpe-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.2",
"@chakra-ui/theme": "^1.12.1",
"@chakra-ui/theme-tools": "^1.3.1",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@rollbar/react": "^0.8.0",
"amplitude-js": "^8.12.0",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"date-fns": "^2.26.0",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"history": "4.10.1",
"launchdarkly-react-client-sdk": "^2.23.3",
"lodash": "^4.17.21",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-countdown-circle-timer": "^2.5.4",
"react-dom": "^17.0.2",
"react-fullstory": "^1.4.0",
"react-icons": "^4.3.1",
"react-lottie": "^1.2.3",
"react-query": "^3.33.7",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"react-spring": "^9.3.2",
"react-swipeable": "^6.2.0",
"react-use": "^17.3.1",
"react-with-gesture": "^4.0.8",
"recharts": "^2.1.6",
"rollbar": "^2.24.0",
"typescript": "^4.5.2",
"web-vitals": "^2.1.2",
"workbox-background-sync": "^6.4.1",
"workbox-broadcast-update": "^6.4.1",
"workbox-cacheable-response": "^6.4.1",
"workbox-core": "^6.4.1",
"workbox-expiration": "^6.4.1",
"workbox-google-analytics": "^6.4.1",
"workbox-navigation-preload": "^6.4.1",
"workbox-precaching": "^6.4.1",
"workbox-range-requests": "^6.4.1",
"workbox-routing": "^6.4.1",
"workbox-strategies": "^6.4.1",
"workbox-streams": "^6.4.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/amplitude-js": "^8.0.2",
"@types/classnames": "^2.3.1",
"@types/history": "^4.7.8",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.177",
"@types/node": "^16.11.10",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-lottie": "^1.2.6",
"@types/react-router-dom": "^5.3.2",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0",
"source-map-explorer": "^2.5.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js' --only-mapped",
"install:fixed": "yarn install --frozen-lockfile",
"start": "HOST=0.0.0.0 react-scripts start",
"build": "react-scripts build",
"format": "prettier --write 'src/**/*.{scss,css,json,yaml,yml,md}'",
"lint": "eslint --fix 'src/**/*.{js,jsx,ts,tsx}'",
"test": "REACT_APP_API_URL= react-scripts test",
"test:no-watch": "CI=true REACT_APP_API_URL= react-scripts test --env=jsdom --passWithNoTests",
"postinstall": "husky install",
"eject": "react-scripts eject"
},
"lint-staged": {
"*.{scss,css,json,yaml,yml,md}": [
"yarn format"
],
"*.{js,jsx,ts,tsx}": [
"yarn lint",
"yarn test:no-watch"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment