Skip to content

Instantly share code, notes, and snippets.

@rishipurwar1
Created May 7, 2022 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rishipurwar1/57fbf348cd9755a940e7e3f218de570f to your computer and use it in GitHub Desktop.
Save rishipurwar1/57fbf348cd9755a940e7e3f218de570f to your computer and use it in GitHub Desktop.
{
"name": "codingspace",
"version": "0.1.0",
"private": true,
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@typeform/embed-react": "^1.1.1",
"cloudinary-react": "^1.6.7",
"firebase": "^9.6.10",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-confetti": "^6.0.1",
"react-dom": "^16.13.1",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.14.2",
"react-hot-toast": "^2.2.0",
"react-lottie": "^1.2.3",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-use": "^17.3.2",
"uuid": "^8.3.2"
},
"scripts": {
"start": "npm run watch:css && react-scripts start",
"build": "npm run watch:css && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"watch:css": "postcss src/assets/tailwind.css -o src/assets/main.css",
"prepare": "husky install"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.0.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.2",
"jest-canvas-mock": "^2.3.1",
"lint-staged": "^11.1.2",
"postcss": "^8.1.8",
"postcss-cli": "^8.3.0",
"prettier": "^2.4.1",
"tailwindcss": "^2.0.1"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment