i-darrshan's picture
initial_update
e08ecbf
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@gsap/react": "^2.1.1",
"@react-icons/all-files": "^4.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.0",
"axios": "^1.7.9",
"cra-template": "1.2.0",
"eslint-config-react-app": "^7.0.1",
"gsap": "^3.12.5",
"intl-tel-input": "^25.2.0",
"luxon": "^3.5.0",
"react": "^18.0.0",
"react-datepicker": "^7.6.0",
"react-day-picker": "^9.5.0",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-router-dom": "^6.28.2",
"react-scripts": "5.0.1",
"styled-components": "^6.1.13",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"test:e2e": "node runE2ETests.js"
},
"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": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"allure-commandline": "^2.32.0",
"allure-jest": "^3.0.9",
"autoprefixer": "^10.4.20",
"axios-mock-adapter": "^2.1.0",
"babel-jest": "^29.7.0",
"chromedriver": "^132.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-allure": "^0.1.3",
"jest-environment-jsdom": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"jest-stare": "^2.5.2",
"jest-styled-components": "^7.2.0",
"postcss": "^8.4.49",
"selenium-webdriver": "^4.28.1",
"tailwindcss": "^3.4.17"
},
"proxy": "http://localhost:7860",
"jest-html-reporter": {
"pageTitle": "Your test suite",
"outputPath": "test-report.html",
"includeFailureMsg": true,
"executionMode": "reporter"
}
}