UNPKG

react-lead-page

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

74 lines (73 loc) 1.78 kB
{ "name": "react-lead-page", "version": "0.5.4", "private": false, "dependencies": { "@material-ui/core": "^4.11.2", "@material-ui/icons": "^4.11.2", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "^11.2.2", "@testing-library/user-event": "^12.6.0", "firebase": "^8.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "4.0.1", "web-vitals": "^0.2.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "publish:npm": "rm -rf dist && mkdir dist && babel src/ -d dist --copy-files" }, "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" ] }, "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).", "main": "dist/index.js", "babel": { "presets": [ "@babel/preset-react" ] }, "devDependencies": { "@babel/cli": "^7.12.10", "@babel/preset-react": "^7.12.10" }, "repository": { "type": "git", "url": "git+https://github.com/anmolkohli18/react-lead-page.git" }, "keywords": [ "react", "lead", "page", "pages", "landing", "capture", "lead" ], "author": "Anmol Kohli", "license": "ISC", "bugs": { "url": "https://github.com/anmolkohli18/react-lead-page/issues" }, "homepage": "https://github.com/anmolkohli18/react-lead-page#readme" }