From f848335021739e7547f105b0f037f0e465e86231 Mon Sep 17 00:00:00 2001 From: Maram Date: Thu, 14 Nov 2024 11:07:04 +0100 Subject: [PATCH] second commit --- .gitignore | 1 + package.json | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..c2658d7d1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package.json b/package.json new file mode 100644 index 000000000..a5525d114 --- /dev/null +++ b/package.json @@ -0,0 +1,55 @@ +{ + "homepage": "https://ZribiMaram.github.io/PortfolioM", + "name": "portfolio-react", + "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", + "ajv-keywords": "^5.1.0", + "react": "^17.0.2", + "react-animate-on-scroll": "^2.1.7", + "react-dom": "^17.0.2", + "react-icons": "^4.9.0", + "react-router-dom": "^6.23.1", + "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 --force", + + "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" + ] + }, + "devDependencies": { + "gh-pages": "^6.1.1" + } +} \ No newline at end of file