{ "name": "developer-portfolio", "version": "0.1.0", "private": true, "dependencies": { "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.11.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "axios": "^0.21.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-fast-marquee": "^1.2.1", "react-helmet": "^6.1.0", "react-icons": "^4.2.0", "react-reveal": "^1.2.2", "react-router-dom": "^5.2.0", "react-router-hash-link": "^2.4.3", "react-scripts": "^4.0.3", "react-slick": "^0.28.1", "slick-carousel": "^1.8.1", "validator": "^13.6.0", "web-vitals": "^1.0.1" }, "scripts": { "start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start", "build": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts build", "deploy": "export SET NODE_OPTIONS=--openssl-legacy-provider && scp -r build/* root@10.0.2.15:/data/swag/config/www", "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" ] } }