From 3d5db28d68a4eb7d334b33b685d22b26f5f79a96 Mon Sep 17 00:00:00 2001 From: Sathya Seelan <120622131+SathyaSeelanG@users.noreply.github.com> Date: Sun, 31 Mar 2024 11:15:46 +0530 Subject: [PATCH] File --- package.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..d504045 --- /dev/null +++ b/package.json @@ -0,0 +1,51 @@ +{ + "name": "portfolio-react", + "homepage": "https://SathyaSeelanG.github.io/Portfolio", + "version": "0.1.0", + "private": true, + "dependencies": { + "@emotion/react": "^11.11.0", + "@emotion/styled": "^11.11.0", + "@mui/material": "^5.13.3", + "@testing-library/jest-dom": "^5.14.1", + "@testing-library/react": "^11.2.7", + "@testing-library/user-event": "^12.8.3", + "gh-pages": "^5.0.0", + "react": "^16.14.0", + "react-animate-on-scroll": "^2.1.7", + "react-dom": "^16.14.0", + "react-ga": "^3.3.1", + "react-icons": "^4.9.0", + "react-scripts": "^5.0.1", + "react-scroll": "^1.8.9", + "react-type-animation": "^3.0.1", + "styled-components": "^5.3.11", + "web-vitals": "^1.1.2" + }, + "scripts": { + "start": "react-scripts start", + "predeploy": "npm run build", + "deploy": "gh-pages -d build", + "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" + ] + } +}